Template:Teleportal/doc: Difference between revisions

m 5 revisions: importing Template namespace from Wikia
No edit summary
 
Line 1: Line 1:
The Teleportal template is used to display teleportals at various locations in Dragon Quest games.   
The Teleportal template is used to display teleportals at various locations in {{Main Series}} games.   


==Usage==
==Usage==
Line 5: Line 5:
===Header===
===Header===
A header call to this template should be the first usage of this template on any page.
A header call to this template should be the first usage of this template on any page.
<pre>{{Teleportal|header|title=[[Dragon Quest IV]]|subtitle=NES}}</pre>
<pre>{{Teleportal|header|title={{Dragon Quest IV}}|subtitle={{NES}}}}</pre>
*header: A required parameter which marks this as the start of an teleportal table.
*header: A required parameter which marks this as the start of an teleportal table.
*title: The title of the teleportal table.  Should be a link to a game if there is more than one teleportal table.  Otherwise, it should be "Teleportals".
*title: The title of the teleportal table.  Should be a link to a game if there is more than one teleportal table.  Otherwise, it should be "Teleportals".
Line 11: Line 11:
===Entries===
===Entries===
Each entry in the Teleportal table is represented by a single template call.
Each entry in the Teleportal table is represented by a single template call.
<pre>{{Teleportal|entry|info=B2 left corner|destination=[[Rimuldar]]|game=[[Dragon Warrior]]|console=NES}}</pre>
<pre>{{Teleportal|entry|info=B2 left corner|destination=[[Rimuldar]]|game={{Dragon Warrior}}|console={{NES}}}}</pre>
*entry: A required parameter which marks this as a single teleportal table entry.
*entry: A required parameter which marks this as a single teleportal table entry.
*info: General info about the location of the teleportal.
*info: General info about the location of the teleportal.
Line 21: Line 21:
==Example==
==Example==
===Sample===
===Sample===
{{Teleportal|header|title=[[Dragon Quest]]|subtitle=NES}}
{{Teleportal|header|title={{Dragon Quest}}|subtitle={{NES}}}}
{{Teleportal|entry|info=B2 bottom right corner|destination=[[Mercado]]}}
{{Teleportal|entry|info=B2 bottom right corner|destination=[[Cantlin|Mercado]]}}
{{Teleportal|entry|info=Behind [[Final Key]] door|destination=Shrine East of Isis}}
{{Teleportal|entry|info=Behind [[Ultimate Key|Final Key]] door|destination=Shrine East of Isis}}
{{Teleportal|footer}}
{{Teleportal|footer}}
===Code===
===Code===
<pre>
<pre>
{{Teleportal|header|title=[[Dragon Quest]]|subtitle=NES}}
{{Teleportal|header|title={{Dragon Quest}}|subtitle={{NES}}}}
{{Teleportal|entry|info=B2 bottom right corner|destination=[[Mercado]]}}
{{Teleportal|entry|info=B2 bottom right corner|destination=[[Cantlin|Mercado]]}}
{{Teleportal|entry|info=Behind [[Final Key]] door|destination=Shrine East of Isis}}
{{Teleportal|entry|info=Behind [[Ultimate Key|Final Key]] door|destination=Shrine East of Isis}}
{{Teleportal|footer}}
{{Teleportal|footer}}
</pre>
</pre>