Template:LocationItem/doc: Difference between revisions

m 5 revisions: importing Template namespace from Wikia
No edit summary
 
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>{{LocationItem|header|title=[[Dragon Quest III]]|subtitle=NES}}</pre>
<pre>{{LocationItem|header|title={{Dragon Quest III}}|subtitle={{NES}}}}</pre>
*header: A required parameter which marks this as the start of an items table.
*header: A required parameter which marks this as the start of an items table.
*title: A required parameter specifying the title of the item table.  This should be a link to the game name in cases where there is more than 1, otherwise it should simply be "Items".
*title: A required parameter specifying the title of the item table.  This should be a link to the game name in cases where there is more than 1, otherwise it should simply be "Items".
Line 11: Line 11:
===Entries===
===Entries===
Each entry in the items table is represented by a single template call.
Each entry in the items table is represented by a single template call.
<pre>{{LocationItem|entry|item=[[Boxer Shorts]]|location=In a drawer in the inn}}</pre>
<pre>{{LocationItem|entry|item=[[Boxer shorts]]|location=In a drawer in the [[inn]]}}</pre>
*entry: A required parameter which marks this as a single item table entry.
*entry: A required parameter which marks this as a single item table entry.
*item: The item name.  Should be a link to an interwiki article.
*item: The item name.  Should be a link to an interwiki article.
Line 22: Line 22:
==Example==
==Example==
===Sample===
===Sample===
{{LocationItem|header|title=[[Dragon Warrior III]]|subtitle=NES}}
{{LocationItem|header|title={{Dragon Quest III}}|subtitle={{NES}}}}
{{LocationItem|entry|item=[[Antidote Herb]]|location=Barrel in southwest house}}
{{LocationItem|entry|item=[[Antidotal herb]]|location=Barrel in southwest house}}
{{LocationItem|entry|item=[[Leather Shield]]|location=Behind [[Final Key]] door}}
{{LocationItem|entry|item=[[Leather shield]]|location=Behind [[Ultimate Key]] door}}
{{LocationItem|footer}}
{{LocationItem|footer}}
===Code===
===Code===
<pre>
<pre>
{{LocationItem|header|title=[[Dragon Warrior III]]|subtitle=NES}}
{{LocationItem|header|title={{Dragon Quest III}}|subtitle={{NES}}}}
{{LocationItem|entry|item=[[Antidote Herb]]|location=Barrel in southwest house}}
{{LocationItem|entry|item=[[Antidotal herb]]|location=Barrel in southwest house}}
{{LocationItem|entry|item=[[Leather Shield]]|location=Behind [[Final Key]] door}}
{{LocationItem|entry|item=[[Leather shield]]|location=Behind [[Ultimate Key]] door}}
{{LocationItem|footer}}
{{LocationItem|footer}}
</pre>
</pre>