Jump to content

Template:Nicetable: Difference between revisions

From Marspedia
m 2 revisions imported
Restore last intact revision (rev 124109); current text blob lost to a 2017 DB corruption
Tag: Manual revert
 
The content of the old revision is missing or corrupted.
Line 1: Line 1:
A workaround for lack of wikitable


<DIV style="border:solid #5F5F5F 1px; background:#EFEFDF; padding:5px 5px 5px 5px; text-align:left;margin-top:5px;">
<onlyinclude>border="2" cellpadding="4" cellspacing="0" style="background:#F7F7F7; border:1px #A0A0A0 solid; border-collapse:collapse"</onlyinclude>
</DIV>
To use:
'''<TT><PRE><nowiki>
{| {{nicetable}}
|-
|A
|B
|C
|-
|1
|2
|3
|-
|a
|b
|c
|}
</nowiki></PRE></TT>'''
Result:
{| {{nicetable}}
|-
|A
|B
|C
|-
|1
|2
|3
|-
|a
|b
|c
|}

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