Difference between revisions of "Template:ItemRow"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
|}} | |}} | ||
<td style="padding:2px;">[[File:{{lc:{{{2|Name}}} }} icon1.png{{!}}link={{{2|Name}}}]]</td> | <td style="padding:2px;">[[File:{{lc:{{{2|Name}}} }} icon1.png{{!}}link={{{2|Name}}}]]</td> | ||
<td style="padding-left:10px;padding-right:10px;{{#if:{{{1|Number|}}}||colspan="2";}}">{{{2|Name}}} {{#switch:{{{3| | <td style="padding-left:10px;padding-right:10px;{{#if:{{{1|Number|}}}||colspan="2";}}">{{{2|Name}}} {{#switch:{{{3|HighQuality|}}} |HQ=[[File:hq small icon1.png{{!}}link=]]|default=}}</td> | ||
</tr> | </tr> | ||
</includeonly> | </includeonly> | ||
Line 15: | Line 15: | ||
|Number= The ammount of item to display | |Number= The ammount of item to display | ||
|Name= of the item | |Name= of the item | ||
|HQ(Optional to display the symbol) | |HighQuality=HQ (Optional to display the symbol) | ||
}} | }} | ||
</pre> | </pre> |
Revision as of 11:04, 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 |HighQuality=HQ (Optional to display the symbol) }}
{{GameContainer| {{ItemRow|5|Darksteel Ingot}} {{ItemRow|5|Darksteel Ingot|HQ}} }}
5 | Darksteel Ingot | |
99 | Darksteel Ingot |