Difference between revisions of "Template:ItemRow"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
An item row. It must be placed inside a <pre><table></pre> tag or in a <nowiki>{{GameContainer}}</nowiki> | |||
<pre> | |||
{{ItemRow | |||
|Number= The ammount of item to display | |||
|Name= of the item | |||
|HQ(Optional to display the symbol) | |||
}} | |||
</pre> | |||
<pre> | |||
{{GameContainer| | |||
{{ItemRow|5|Darksteel Ingot|HQ}} | |||
}} | |||
</pre> | |||
{{GameContainer| | |||
{{ItemRow|5|Darksteel Ingot|HQ}} | |||
}} | |||
</noinclude> | </noinclude> |
Revision as of 09:05, 22 March 2015
An item row. It must be placed inside a
<table>
tag or in a {{GameContainer}}
{{ItemRow |Number= The ammount of item to display |Name= of the item |HQ(Optional to display the symbol) }}
{{GameContainer| {{ItemRow|5|Darksteel Ingot|HQ}} }}
5 | Darksteel Ingot |