Difference between revisions of "Template:Row/doc"
Jump to navigation
Jump to search
imported>Elaeagnifolia (Created page with "{{doc/start}} ==Description== Simple (no styling) template to use when adding rows. ==Usage== <pre>{{Row|}}</pre> ==Example== <pre>{| class="wikitable" ! Test || Template ||...") |
imported>Elaeagnifolia |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{doc/start}} | {{doc/start}} | ||
==Description== | ==Description== | ||
| − | Simple (no styling) template to use when adding rows. | + | Simple (no styling) template to use when adding rows. Supports up to 9 columns |
==Usage== | ==Usage== | ||
| Line 10: | Line 10: | ||
! Test || Template || Over || Here | ! Test || Template || Over || Here | ||
|- | |- | ||
| − | {{Row|Cell 1|Cell 2|Cell 3| | + | {{Row|Cell 1|Cell 2|Cell 3|Test}} |
|} | |} | ||
</pre> | </pre> | ||