Template:Nicetable: Difference between revisions
a template to assist in creating nice looking tables |
Restore last intact revision (rev 124109); current text blob lost to a 2017 DB corruption Tag: Manual revert |
||
| (2 intermediate revisions by one other user not shown) | |||
(No difference)
| |||
Latest revision as of 02:13, 1 July 2026
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 |