Difference between revisions of "Template:Nicetable"
Jump to navigation
Jump to search
(fixing example) |
m (3 revisions imported) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 40: | Line 40: | ||
|c | |c | ||
|} | |} | ||
| + | |||
| + | [[Category:Text Templates]] | ||
Latest revision as of 03:21, 2 August 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 |