Template:LocationItem/doc: Difference between revisions
updated to match updated layout |
m 5 revisions: importing Template namespace from Wikia |
||
| 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>{{ | <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. | ||
*location: Location of the item. Should be descriptive enough that it is easy to locate. | *location: Location of the item. Should be descriptive enough that it is easy to locate. | ||
===Footer=== | ===Footer=== | ||
The footer call marks the end of the item table. | The footer call marks the end of the item table. | ||