Template:Table-AddRow: Difference between revisions
Jump to navigation
Jump to search
CptTwinkie (talk | contribs) mNo edit summary |
CptTwinkie (talk | contribs) m (Protected "Template:Table-AddRow" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
(No difference)
|
Latest revision as of 02:16, 5 August 2017
Example
Stone Cube | Small Round Corner | Large Round Corner |
Round Interior | Round Interiors With Doors | Small Arch |
Usage
The Table-AddRow template is meant as an easy way to add a new row to a table. It is not needed for the first row because Template:Table-Start creates the first row. It is used with Template:Table-Start, Template:Table-Cell, Template:Table-ImageCell, Template:Table-ImageNumberCell and Template:Table-End.
{{Table-AddRow}}
- The code above can be pasted into your page to create a new row in your table.
Example Source
{{Table-Start}}<!--Top of the table: Row 1 --> {{Table-ImageCell|StoneCube.png|Stone Cube}} {{Table-ImageCell|StoneRoundedFull.png|Small Round Corner}} {{Table-ImageCell|StoneRoundLargeFull.png|Large Round Corner}} {{Table-AddRow}}<!--Add a new row: Row 2 --> {{Table-ImageCell|HouseStoneRoundIn.png|Round Interior}} {{Table-ImageCell|StoneRoundInDoorLeft.png|:Category:Block Group/Round Interiors With Doors{{!}}Round Interiors With Doors}} {{Table-ImageCell|StoneArchFull.png|Small Arch}} {{Table-End}}<!--Finish the table - Forgetting this will cause trouble -->