Difference between revisions of "Template:Nicetable"
Jump to navigation
Jump to search
(fixing example) |
(Categorization) |
||
| Line 40: | Line 40: | ||
|c | |c | ||
|} | |} | ||
| + | |||
| + | [[Category:Text Templates]] | ||
Revision as of 20:21, 3 April 2017
A workaround for lack of wikitable
border="2" cellpadding="4" cellspacing="0" style="background:#F7F7F7; border:1px #A0A0A0 solid; border-collapse:collapse"
To use:
{| {{Nicetable}}
|-
|A
|B
|C
|-
|1
|2
|3
|-
|a
|b
|c
|}
Result:
| A | B | C |
| 1 | 2 | 3 |
| a | b | c |