Difference between revisions of "Template:ThinTable"

From Hobowars Wiki
Jump to: navigation, search
m (Created page with "border="1" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse;"")
 
m (cat)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
border="1" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse;"
+
border="1" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; border: 1px #aaa solid; border-collapse: collapse;"
 +
<noinclude>Makes a cleaner style table with a thin border, the background color isn't set so you can change it. Just add <nowiki>{{ThinTableG}}</nowiki> to the opening table. example:<br><br>
 +
<nowiki>{| {{ThinTableG}}</nowiki><br>
 +
|-<br>
 +
! Column1 !! Column2<br>
 +
|<br>
 +
| 1+2 || 3<br>
 +
|-<br>
 +
| 2+3 || 5<br>
 +
|-<br>
 +
| 3+4 || 7<br>
 +
<nowiki>|}</nowiki><br>
 +
 
 +
shows as:
 +
{| border="1" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; border: 1px #aaa solid; border-collapse: collapse;"
 +
! Column1 !! Column2
 +
|-
 +
| 1+2 || 3
 +
|-
 +
| 2+3 || 5
 +
|-
 +
| 3+4 || 7
 +
|}
 +
[[Category:All wiki templates|{{PAGENAME}}]]
 +
</noinclude>

Latest revision as of 13:56, 9 June 2013

border="1" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; border: 1px #aaa solid; border-collapse: collapse;" Makes a cleaner style table with a thin border, the background color isn't set so you can change it. Just add {{ThinTableG}} to the opening table. example:

{| {{ThinTableG}}
|-
! Column1 !! Column2
|
| 1+2 || 3
|-
| 2+3 || 5
|-
| 3+4 || 7
|}

shows as:

Column1 Column2
1+2 3
2+3 5
3+4 7