Template:Nicetable: Difference between revisions

From LPedia
Jump to navigation Jump to search
(Swiping from Lunarpedia, a public domain wiki)
 
(Categorization)
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
To use:  
To use:  
'''<TT><PRE><nowiki>
'''<TT><PRE><nowiki>
{| {{nicetable}}
{| {{Nicetable}}
|-
|-
|A
|A
Line 40: Line 40:
|c
|c
|}
|}
[[Category:Text Templates]]

Latest revision as of 03:21, 4 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