Template:MiscItem2: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<noinclude> | |||
{|class="wikitable" style="float:right; background:#CEF2E0" | |||
|- | |||
| '''Instructions''' | |||
| This template is meant for use on pages documenting miscellaneous items, but where an item has two applicable in-game images rather than only one. This template is a copy of the normal item template with only that one difference: it has a place for two images instead of just one. | |||
<br><code>{{MiscItem2 <br> | name = ''the in-game name of the misc item'' <br> | image = ''the file name of the item's primary image'' <br> | image2 = ''file name of the item's alternate or secondary image'' <br> | desc = ''In italic text, the item's in-game description'' <br> | primary = ''the primary use of this item'' <br> | alternate = ''alternate use of this item, if any'' <br> | weight = ''item's in-game weight in grams'' <br> | cost = ''the item's typical caps value at NPC merchants'' <br> }}</code> | |||
|- | |||
|}<br> | |||
</noinclude> | |||
{| class="wikitable" style="width: 30%; float:right; clear:right; margin: 16px;" | {| class="wikitable" style="width: 30%; float:right; clear:right; margin: 16px;" | ||
! colspan="2" | {{{name}}} | ! colspan="2" | {{{name}}} | ||
Latest revision as of 17:42, 21 December 2019
| Instructions | This template is meant for use on pages documenting miscellaneous items, but where an item has two applicable in-game images rather than only one. This template is a copy of the normal item template with only that one difference: it has a place for two images instead of just one.
|
| {{{name}}} | |
|---|---|
| [[File:{{{image}}}]] | [[File:{{{image2}}}]] |
| Primary use | {{{primary}}} |
| Alternative uses | {{{alternate}}} |
| Weight | {{{weight}}} grams |
| Base price | {{{cost}}} caps |