Template:Table-Cell: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
mNo edit summary
m (Protected "Template:Table-Cell" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<td>{{{1}}}</td><noinclude>
<includeonly><td style="width:33%">{{{1}}}</td></includeonly><noinclude>
==Example==
{{Table-Start}}<!--Top of the table: Row 1 -->
{{Table-Cell|Almost Anything Can Be}}
{{Table-Cell|Put In These Blank Cells}}
{{Table-Cell|~{{Small_Image_Link|Pumpkin.png|Pumpkin}} ~}}
{{Table-AddRow}}<!--Add a new row: Row 2 -->
{{Table-Cell|[[Stone Cube]]}}
{{Table-Cell|[[Small Round Corner]]}}
{{Table-Cell|[[Large Round Corner]]}}
{{Table-AddRow}}<!--Add a new row: Row 3 -->
{{Table-Cell|[[Round Interior]]}}
{{Table-Cell|[[:Category:Block Group/Round Interiors With Doors{{!}}Round Interiors With Doors]]}}
{{Table-Cell|[[Small Arch]]}}
{{Table-AddRow}}<!--Add a new row: Row 3 -->
{{Table-Cell|{{Cat Image|Dish GrannysPlentys.png|Goulash}}}}
{{Table-Cell|{{Cat Image|Dish MushroomSoup.png|Mushroom Soup}}}}
{{Table-Cell|{{Cat Image|Dish Shroomsteak.png|Shroom Steak}}}}
{{Table-End}}<!--Finish the table - Forgetting this will cause trouble -->


==Usage==
==Usage==
The Table-Cell template is meant as an easy way to create a table cell. It is used with [[Template:Table-Start]], [[Template:Table-AddRow]] and [[Template:Table-End]].
The Table-Cell template is meant as an easy way to create a table cell. It is used with [[Template:Table-Start]], [[Template:Table-ImageCell]], [[Template:Table-ImageNumberCell]], [[Template:Table-AddRow]] and [[Template:Table-End]].
<pre>{{Table-Cell|<cell contents>}}</pre>
<pre>{{Table-Cell|<cell contents>}}</pre>
*The code above can be pasted into your page to add a cell to a table.
*The code above can be pasted into your page to add a cell to a table.
==Example Source==
<pre>{{Table-Start}}<!--Top of the table: Row 1 -->
{{Table-Cell|Almost Anything Can Be}}
{{Table-Cell|Put In These Blank Cells}}
{{Table-Cell|~{{Small_Image_Link|Pumpkin.png|Pumpkin}} ~}}
{{Table-AddRow}}<!--Add a new row: Row 2 -->
{{Table-Cell|[[Stone Cube]]}}
{{Table-Cell|[[Small Round Corner]]}}
{{Table-Cell|[[Large Round Corner]]}}
{{Table-AddRow}}<!--Add a new row: Row 3 -->
{{Table-Cell|[[Round Interior]]}}
{{Table-Cell|[[:Category:Block Group/Round Interiors With Doors{{!}}Round Interiors With Doors]]}}
{{Table-Cell|[[Small Arch]]}}
{{Table-AddRow}}<!--Add a new row: Row 3 -->
{{Table-Cell|{{Cat Image|Dish GrannysPlentys.png|Goulash}}}}
{{Table-Cell|{{Cat Image|Dish MushroomSoup.png|Mushroom Soup}}}}
{{Table-Cell|{{Cat Image|Dish Shroomsteak.png|Shroom Steak}}}}
{{Table-End}}<!--Finish the table - Forgetting this will cause trouble --></pre>
[[Category:Templates/Formatting]]</noinclude>
[[Category:Templates/Formatting]]</noinclude>

Latest revision as of 02:16, 5 August 2017

Example

Almost Anything Can Be Put In These Blank Cells ~Pumpkin.png Pumpkin ~
Stone Cube Small Round Corner Large Round Corner
Round Interior Round Interiors With Doors Small Arch

Usage

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

{{Table-Cell|<cell contents>}}
  • The code above can be pasted into your page to add a cell to a table.

Example Source

{{Table-Start}}<!--Top of the table: Row 1 -->
{{Table-Cell|Almost Anything Can Be}}
{{Table-Cell|Put In These Blank Cells}}
{{Table-Cell|~{{Small_Image_Link|Pumpkin.png|Pumpkin}} ~}}
{{Table-AddRow}}<!--Add a new row: Row 2 -->
{{Table-Cell|[[Stone Cube]]}}
{{Table-Cell|[[Small Round Corner]]}}
{{Table-Cell|[[Large Round Corner]]}}
{{Table-AddRow}}<!--Add a new row: Row 3 -->
{{Table-Cell|[[Round Interior]]}}
{{Table-Cell|[[:Category:Block Group/Round Interiors With Doors{{!}}Round Interiors With Doors]]}}
{{Table-Cell|[[Small Arch]]}}
{{Table-AddRow}}<!--Add a new row: Row 3 -->
{{Table-Cell|{{Cat Image|Dish GrannysPlentys.png|Goulash}}}}
{{Table-Cell|{{Cat Image|Dish MushroomSoup.png|Mushroom Soup}}}}
{{Table-Cell|{{Cat Image|Dish Shroomsteak.png|Shroom Steak}}}}
{{Table-End}}<!--Finish the table - Forgetting this will cause trouble -->