Template:Prettytable
Jump to navigation
Jump to search
border="2" cellspacing="0" cellpadding="4" rules="all" class="hintergrundfarbe1 rahmenfarbe1" style="margin:1em 1em 1em 0; border-style:solid; border-width:1px; border-collapse:collapse; empty-cells:show; "
This template is meant to be used inside a wiki table in order to modify its properties, and make the table look pretty.
This template may be used in many pages. Do not change it if you do not know all consequences.
Original table:
{| ! Head1 ! Head2 |- |Column 1 |Column 2 |}
Results in:
Head1 | Head2 |
---|---|
Column 1 | Column 2 |
With the template:
{|{{Prettytable}} ! Head1 ! Head2 |- |Column 1 |Column 2 |}
Results in:
Head1 | Head2 |
---|---|
Column 1 | Column 2 |
You can specify additional style sheet parameters as input to the template:
{|{{Prettytable|width: 30%; font-size: 2em;}} ! Head1 ! Head2 |- |Column 1 |Column 2 |}
Results in:
Head1 | Head2 |
---|---|
Column 1 | Column 2 |