Template:Table-ImageNumberCell: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
<td style="width:33%">[[File:{{{1}}}|25px|frameless|link={{{3}}}]] {{{2}}} [[{{{3}}}]]</td><noinclude>
<includeonly><td style="width:33%">[[File:{{{1}}}|25px|frameless|link={{{3}}}]] {{{2}}} [[{{{3}}}]]</td></includeonly><noinclude>
==Example: From {{Small_Image_Link|IronIngot.png|Iron Ingot}}==
{{Table-Start}}<!--Top of the table: Row 1 -->
{{Table-ImageNumberCell|MetalParts.png|10|Metal Parts}}
{{Table-ImageNumberCell|Axe.png|1|Iron Axe}}
{{Table-ImageNumberCell|Crossbow Quiver.png|2|Quiver}}
{{Table-AddRow}}<!--Add a new row: Row 2 -->
{{Table-ImageNumberCell|Crossbow.png|1|Crossbow}}
{{Table-ImageNumberCell|IronHammer.png|1|Iron Hammer}}
{{Table-ImageNumberCell|Mace.png|1|Mace}}
{{Table-AddRow}}<!--Add a new row: Row 3 -->
{{Table-ImageNumberCell|PickAxe.png|1|Pickaxe}}
{{Table-ImageNumberCell|HandPlow.png|1|Hand Plow}}
{{Table-ImageNumberCell|Sword.png|1|Sword}}
{{Table-End}}<!--Finish the table - Forgetting this will cause trouble -->


==Usage==
==Usage==
Line 5: Line 19:
<pre>{{Table-ImageNumberCell|<imagename>|<number>|<link>}}</pre>
<pre>{{Table-ImageNumberCell|<imagename>|<number>|<link>}}</pre>
*The code above can be pasted into your page to add a cell with a small image, number and link to a table.
*The code above can be pasted into your page to add a cell with a small image, number and link to a table.
==Example Source==
<pre>{{Table-Start}}<!--Top of the table: Row 1 -->
{{Table-ImageNumberCell|MetalParts.png|10|Metal Parts}}
{{Table-ImageNumberCell|Axe.png|1|Iron Axe}}
{{Table-ImageNumberCell|Crossbow Quiver.png|2|Quiver}}
{{Table-AddRow}}<!--Add a new row: Row 2 -->
{{Table-ImageNumberCell|Crossbow.png|1|Crossbow}}
{{Table-ImageNumberCell|IronHammer.png|1|Iron Hammer}}
{{Table-ImageNumberCell|Mace.png|1|Mace}}
{{Table-AddRow}}<!--Add a new row: Row 3 -->
{{Table-ImageNumberCell|PickAxe.png|1|Pickaxe}}
{{Table-ImageNumberCell|HandPlow.png|1|Hand Plow}}
{{Table-ImageNumberCell|Sword.png|1|Sword}}
{{Table-End}}<!--Finish the table - Forgetting this will cause trouble --></pre>
[[Category:Templates/Formatting]]</noinclude>
[[Category:Templates/Formatting]]</noinclude>

Revision as of 02:16, 5 August 2017

Example: From File:IronIngot.png Iron Ingot

MetalParts.png 10 Metal Parts File:Axe.png 1 Iron Axe Crossbow Quiver.png 2 Quiver
Crossbow.png 1 Crossbow File:IronHammer.png 1 Iron Hammer Mace.png 1 Mace
File:PickAxe.png 1 Pickaxe HandPlow.png 1 Hand Plow Sword.png 1 Sword

Usage

The Table-ImageCell template is meant as an easy way to create a table cell with an image, number, and link embedded. It is used with Template:Table-Start, Template:Table-Cell, Template:Table-ImageCell, Template:Table-AddRow and Template:Table-End.

{{Table-ImageNumberCell|<imagename>|<number>|<link>}}
  • The code above can be pasted into your page to add a cell with a small image, number and link to a table.

Example Source

{{Table-Start}}<!--Top of the table: Row 1 -->
{{Table-ImageNumberCell|MetalParts.png|10|Metal Parts}}
{{Table-ImageNumberCell|Axe.png|1|Iron Axe}}
{{Table-ImageNumberCell|Crossbow Quiver.png|2|Quiver}}
{{Table-AddRow}}<!--Add a new row: Row 2 -->
{{Table-ImageNumberCell|Crossbow.png|1|Crossbow}}
{{Table-ImageNumberCell|IronHammer.png|1|Iron Hammer}}
{{Table-ImageNumberCell|Mace.png|1|Mace}}
{{Table-AddRow}}<!--Add a new row: Row 3 -->
{{Table-ImageNumberCell|PickAxe.png|1|Pickaxe}}
{{Table-ImageNumberCell|HandPlow.png|1|Hand Plow}}
{{Table-ImageNumberCell|Sword.png|1|Sword}}
{{Table-End}}<!--Finish the table - Forgetting this will cause trouble -->