Difference between revisions of "Template:Nicetable"
Jump to navigation
Jump to search
(Swiping from Lunarpedia, a public domain wiki) |
m (3 revisions imported) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 9: | Line 9: | ||
To use: | To use: | ||
'''<TT><PRE><nowiki> | '''<TT><PRE><nowiki> | ||
| − | {| {{ | + | {| {{Nicetable}} |
|- | |- | ||
|A | |A | ||
| 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 |