Formatting Scrapbook: Difference between revisions
Jump to navigation
Jump to search
New page: Here are a few quick copy and paste-able formatting snippets for wiki pages. Feel free to any any more. == Coloured Box == {|style="width:85%; border:1px solid #cef2e0; background:#f5... |
No edit summary |
||
Line 4: | Line 4: | ||
== Coloured Box == | == Coloured Box == | ||
=== Green === | |||
{|style="width:85%; border:1px solid #cef2e0; background:#f5fffa; vertical-align:top; color:#000;" align="center" | {|style="width:85%; border:1px solid #cef2e0; background:#f5fffa; vertical-align:top; color:#000;" align="center" | ||
Line 18: | Line 20: | ||
|} | |} | ||
</pre> | </pre> | ||
=== Blue === | |||
{|style="width:85%; border:1px solid #cee0f2; background:#f5faff; vertical-align:top; color:#000;" align="center" | {|style="width:85%; border:1px solid #cee0f2; background:#f5faff; vertical-align:top; color:#000;" align="center" | ||
Line 32: | Line 37: | ||
|} | |} | ||
</pre> | </pre> | ||
=== Red === | |||
{|style="width:85%; border:1px solid #f2cee0; background:#fff5fa; vertical-align:top; color:#000;" align="center" | {|style="width:85%; border:1px solid #f2cee0; background:#fff5fa; vertical-align:top; color:#000;" align="center" | ||
Line 50: | Line 58: | ||
== Tables == | == Tables == | ||
=== No Borders === | |||
{| | |||
|three | |||
|rows | |||
|- | |||
|two | |||
|columns | |||
|- | |||
|no | |||
|borders | |||
|} | |||
<pre> | |||
{| | |||
|three | |||
|rows | |||
|- | |||
|two | |||
|columns | |||
|- | |||
|no | |||
|borders | |||
|} | |||
</pre> | |||
=== Basic Border === | |||
{| border=1 | |||
|three | |||
|rows | |||
|- | |||
|two | |||
|columns | |||
|- | |||
|with | |||
|borders | |||
|} | |||
<pre> | |||
{| border=1 | |||
|three | |||
|rows | |||
|- | |||
|two | |||
|columns | |||
|- | |||
|with | |||
|borders | |||
|}</pre> | |||
=== Thin Border === | |||
{| border=1 Cellspacing=0 | |||
|three | |||
|rows | |||
|- | |||
|two | |||
|columns | |||
|- | |||
|with | |||
|borders | |||
|} | |||
<pre> | |||
{| border=1 Cellspacing=0 | |||
|three | |||
|rows | |||
|- | |||
|two | |||
|columns | |||
|- | |||
|with | |||
|borders | |||
|} | |||
</pre> | |||
=== Subtle Borders === | |||
{| border="2" width="100%" cellspacing="4" cellpadding="0" rules="all" style="margin:1em 1em 1em 0; border:solid 1px #AAAAAA; border-collapse:collapse;empty-cells:show;" | |||
|three | |||
|rows | |||
|- | |||
|two | |||
|columns | |||
|- | |||
|with | |||
|borders | |||
|} | |||
<pre> | |||
{|border="2" width="100%" cellspacing="4" cellpadding="0" rules="all" | |||
style="margin:1em 1em 1em 0; border:solid 1px #AAAAAA; | |||
border-collapse:collapse;empty-cells:show;" | |||
|three | |||
|rows | |||
|- | |||
|two | |||
|columns | |||
|- | |||
|with | |||
|borders | |||
|} | |||
</pre> |
Latest revision as of 18:05, 30 January 2008
Here are a few quick copy and paste-able formatting snippets for wiki pages. Feel free to any any more.
Coloured Box
Green
A green-ish coloured box |
{|style="width:85%; border:1px solid #cef2e0; background:#f5fffa; vertical-align:top; color:#000;" align="center" | A green-ish coloured box |}
Blue
A blue-ish coloured box |
{|style="width:85%; border:1px solid #cee0f2; background:#f5faff; vertical-align:top; color:#000;" align="center" | A blue-ish coloured box |}
Red
A red-ish coloured box |
{|style="width:85%; border:1px solid #f2cee0; background:#fff5fa; vertical-align:top; color:#000;" align="center" | A red-ish coloured box |}
Tables
No Borders
three | rows |
two | columns |
no | borders |
{| |three |rows |- |two |columns |- |no |borders |}
Basic Border
three | rows |
two | columns |
with | borders |
{| border=1 |three |rows |- |two |columns |- |with |borders |}
Thin Border
three | rows |
two | columns |
with | borders |
{| border=1 Cellspacing=0 |three |rows |- |two |columns |- |with |borders |}
Subtle Borders
three | rows |
two | columns |
with | borders |
{|border="2" width="100%" cellspacing="4" cellpadding="0" rules="all" style="margin:1em 1em 1em 0; border:solid 1px #AAAAAA; border-collapse:collapse;empty-cells:show;" |three |rows |- |two |columns |- |with |borders |}