Template:TableRow: Difference between revisions
From The DarkMod Wiki
Jump to navigationJump to search
A possibly easier way to create and edit tables |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
An alternative way to create and edit tables, that is possibly easier to read while editing. | |||
Use this template this way: | Use this template this way: | ||
Line 10: | Line 12: | ||
<includeonly> | <includeonly> | ||
|- | |- | ||
|{{1}} | |{{{1}}} | ||
|{{2}} | |{{{2}}} | ||
|{{3}} | |{{{3}}} | ||
|{{4}} | |{{{4}}} | ||
|{{5}} | |{{{5}}} | ||
|- | |- | ||
</includeonly> | </includeonly> |
Latest revision as of 01:27, 3 January 2023
An alternative way to create and edit tables, that is possibly easier to read while editing.
Use this template this way:
Use this for every row in a 5 column table: {{Table-row|"cell 1"|"cell 2"|"cell 3"|"cell 4"|"cell 5"}}