|
|
Line 1: |
Line 1: |
| {{HTML}}
| |
| <div align="center"> | | <div align="center"> |
| <table style="border:1px solid #A3B1BF; text-align:left; background:#333">
| | {| style="border:1px solid #A3B1BF; text-align:left; background:#333" |
| <tr>
| | | width="25%" style="background: #111; padding: 0.3em; text-align:center;" | '''Description''' |
| <td width="25%" style="background: #111; padding: 0.3em; text-align:center;">'''Description'''
| | | style="background: #111; padding: 0.3em; text-align:center;" | '''You type''' |
| </td>
| | | width="25%" style="background: #111; padding: 0.3em; text-align:center;" | '''You get''' |
| <td style="background: #111; padding: 0.3em; text-align:center;">'''You type'''
| | |- |
| </td>
| | | colspan="3" style="background:#222; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies anywhere |
| <td width="25%" style="background: #111; padding: 0.3em; text-align:center;">'''You get'''
| | |- |
| </td>
| | | Italicise text |
| </tr>
| | | <tt><nowiki>''italic''</nowiki></tt> |
| <tr><td colspan="3" style="background:#222; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;"> Applies anywhere
| | | |
| </td></tr>
| |
| <tr>
| |
| <td>Italicise text
| |
| </td>
| |
| <td>
| |
| | |
| <tt><nowiki>''italic''</nowiki></tt> | |
| | |
| | |
| </td>
| |
| <td>
| |
| ''italic'' | | ''italic'' |
| | | |- |
| | | | colspan="3" style="border-top:1px solid #cee0f2;" | |
| </td>
| | |- |
| </tr>
| | | Bold text |
| <tr><td colspan="3" style="border-top:1px solid #cee0f2;">
| | | <tt><nowiki>'''bold'''</nowiki></tt> |
| </td></tr>
| | | |
| <tr>
| |
| <td>Bold text
| |
| </td>
| |
| <td>
| |
| | |
| <tt><nowiki>'''bold'''</nowiki></tt> | |
| | |
| | |
| </td>
| |
| <td>
| |
| '''bold''' | | '''bold''' |
| | | |- |
| | | | colspan="3" style="border-top:1px solid #cee0f2;" | |
| </td>
| | |- |
| </tr>
| | | Bold and italic |
| <tr><td colspan="3" style="border-top:1px solid #cee0f2;">
| | | <tt><nowiki>'''''bold & italic'''''</nowiki></tt> |
| </td></tr>
| | | |
| <tr>
| |
| <td>Bold and italic
| |
| </td>
| |
| <td>
| |
| | |
| <tt><nowiki>'''''bold & italic'''''</nowiki></tt> | |
| | |
| | |
| </td>
| |
| <td>
| |
| '''''bold & italic''''' | | '''''bold & italic''''' |
| | | |- |
| | | | colspan="3" style="border-top:1px solid #cee0f2;" | |
| </td>
| | |- |
| </tr>
| | | Internal link |
| <tr><td colspan="3" style="border-top:1px solid #cee0f2;">
| |
| </td></tr>
| |
| <tr>
| |
| <td>Internal link
| |
| | |
| (within DJBWiki) | | (within DJBWiki) |
|
| |
| <span style="font-size:0.9em;">''Note: Change Main Page to the article name''</span> | | <span style="font-size:0.9em;">''Note: Change Main Page to the article name''</span> |
| | | | <tt><nowiki>[[Main Page]]</nowiki></tt><tt><nowiki>[[Main Page|display text]]</nowiki></tt> |
| | | | |
| </td>
| |
| <td>
| |
| | |
| <tt><nowiki>[[Main Page]]</nowiki></tt> | |
| | |
| <tt><nowiki>[[Main Page|display text]]</nowiki></tt> | |
| | |
| | |
| | |
| </td>
| |
| <td>
| |
| | |
| [[Main Page]] | | [[Main Page]] |
|
| |
|
| [[Main Page|display text]] | | [[Main Page|display text]] |
| | | |- |
| | | | colspan="3" style="border-top:1px solid #cee0f2;" | |
| | | |- |
| </td>
| | | Redirect to another page |
| </tr>
| | | <tt><nowiki>#REDIRECT [[Main Page]]</nowiki></tt> |
| <tr><td colspan="3" style="border-top:1px solid #cee0f2;">
| | | <big>↳</big> [[Main Page]] |
| </td></tr>
| | |- |
| <tr>
| | | colspan="3" style="border-top:1px solid #cee0f2;" | |
| <td>Redirect to another page
| | |- |
| </td>
| | | External link |
| <td>
| |
| | |
| <tt><nowiki>#REDIRECT [[Main Page]]</nowiki></tt> | |
| | |
| | |
| </td>
| |
| <td>
| |
| | |
| <big>↳</big> [[Main Page]] | |
| | |
| | |
| </td>
| |
| </tr>
| |
| <tr><td colspan="3" style="border-top:1px solid #cee0f2;">
| |
| </td></tr>
| |
| <tr>
| |
| <td>External link
| |
| | |
| (to other websites) | | (to other websites) |
| | | | <tt><nowiki>[http://www.example.org]</nowiki></tt><tt><nowiki>[http://www.example.org display text]</nowiki></tt><tt><nowiki>http://www.example.org</nowiki></tt> |
| | | | |
| </td>
| |
| <td>
| |
| | |
| <tt><nowiki>[http://www.example.org]</nowiki></tt> | |
| | |
| <tt><nowiki>[http://www.example.org display text]</nowiki></tt> | |
| | |
| <tt><nowiki>http://www.example.org</nowiki></tt> | |
| | |
| | |
| </td>
| |
| <td>
| |
| | |
| [http://www.example.org 1] | | [http://www.example.org 1] |
|
| |
| [http://www.example.org display text] | | [http://www.example.org display text] |
|
| |
| [http://www.example.org] | | [http://www.example.org] |
| | | |- |
| | | | colspan="3" style="border-top:1px solid #cee0f2;" | |
| </td>
| | |- |
| </tr>
| | | |
| <tr><td colspan="3" style="border-top:1px solid #cee0f2;">
| |
| </td></tr>
| |
| <tr>
| |
| <td>
| |
| Sign your posts on talk pages | | Sign your posts on talk pages |
| | | | <nowiki>--~~~~</nowiki> |
| | | | |
| </td>
| |
| <td>
| |
| <nowiki>--~~~~</nowiki> | |
| | |
| | |
| </td>
| |
| <td>
| |
| | |
| [[Special:MyPage|Your username]] 20:12, 1 April 2011 (UTC) | | [[Special:MyPage|Your username]] 20:12, 1 April 2011 (UTC) |
| | | |- |
| | | | colspan="3" style="border-top: 1px solid #cee0f2;" | |
| </td>
| | |- |
| </tr>
| | | Links to a dossier |
| <tr><td colspan="3" style="border-top: 1px solid #cee0f2;">
| | | <tt><nowiki>[[dossier:3491|displayed text]]</nowiki></tt> |
| </td></tr>
| | | [[dossier:3491|display text]] |
| <tr>
| | |- |
| <td> Links to a dossier
| | | colspan="3" style="border-top: 1px solid #cee0f2;" | |
| </td>
| | |- |
| <td> <tt><nowiki>[[dossier:3491|displayed text]]</nowiki></tt>
| | | Links to a [[starwars:Main_Page|Wookieepedia]] page |
| </td>
| | | <tt><nowiki>[[starwars:Galactic Empire|displayed text]]</nowiki></tt> |
| <td> [[dossier:3491|display text]]
| | | [[starwars:Galactic_Empire|display text]] |
| </td>
| | |- |
| </tr>
| | | colspan="3" style="background:#222; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies only at the beginning of the line |
| <tr><td colspan="3" style="border-top: 1px solid #cee0f2;">
| | |- |
| </td></tr>
| | | Headings |
| <tr>
| |
| <td> Links to a [[starwars:Main_Page|Wookieepedia]] page
| |
| </td>
| |
| <td> <tt><nowiki>[[starwars:Galactic Empire|displayed text]]</nowiki></tt>
| |
| </td>
| |
| <td> [[starwars:Galactic_Empire|display text]]
| |
| </td>
| |
| </tr>
| |
| <tr><td colspan="3" style="background:#222; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;"> Applies only at the beginning of the line
| |
| </td></tr>
| |
| <tr>
| |
| <td>Headings
| |
| | |
| | |
| <span style="font-size:0.9em;">''A Table of Contents will automatically be generated when four headings are added to an article.''</span> | | <span style="font-size:0.9em;">''A Table of Contents will automatically be generated when four headings are added to an article.''</span> |
| | | | <tt><nowiki>== Level 1 ==</nowiki></tt> |
| | |
| </td>
| |
| <td>
| |
| | |
| <tt><nowiki>== Level 1 ==</nowiki></tt> | |
|
| |
|
| <tt><nowiki>=== Level 2 ===</nowiki></tt> | | <tt><nowiki>=== Level 2 ===</nowiki></tt> |
Line 200: |
Line 86: |
|
| |
|
| <tt><nowiki>====== Level 5 ======</nowiki></tt> | | <tt><nowiki>====== Level 5 ======</nowiki></tt> |
| | | | |
| | |
| </td>
| |
| <td>
| |
| __NOTOC__ | | __NOTOC__ |
| == Level 1 == | | == Level 1 == |
|
| |
| === Level 2 === | | === Level 2 === |
|
| |
| ==== Level 3 ==== | | ==== Level 3 ==== |
|
| |
| ===== Level 4 ===== | | ===== Level 4 ===== |
|
| |
| ====== Level 5 ====== | | ====== Level 5 ====== |
| </td>
| | |- |
| </tr>
| | | colspan="3" style="border-top:1px solid #cee0f2;" | |
| <tr><td colspan="3" style="border-top:1px solid #cee0f2;">
| | |- |
| </td></tr>
| | | Bullet list |
| <tr>
| | | <tt><nowiki>* one</nowiki></tt> |
| <td>Bullet list
| |
| </td>
| |
| <td>
| |
| | |
| <tt><nowiki>* one</nowiki></tt> | |
|
| |
|
| <tt><nowiki>* two</nowiki></tt> | | <tt><nowiki>* two</nowiki></tt> |
Line 230: |
Line 104: |
|
| |
|
| <tt><nowiki>* three</nowiki></tt> | | <tt><nowiki>* three</nowiki></tt> |
| | | | |
| | |
| </td>
| |
| <td>
| |
| * one | | * one |
| * two | | * two |
| ** two point one | | ** two point one |
| * three | | * three |
| </td>
| | |- |
| </tr>
| | | colspan="3" style="border-top:1px solid #cee0f2;" | |
| <tr><td colspan="3" style="border-top:1px solid #cee0f2;">
| | |- |
| </td></tr>
| | | Numbered list |
| <tr>
| | | <tt><nowiki># one</nowiki></tt> |
| <td>Numbered list
| |
| </td>
| |
| <td>
| |
| <tt><nowiki># one</nowiki></tt> | |
|
| |
|
| <tt><nowiki># two</nowiki></tt> | | <tt><nowiki># two</nowiki></tt> |
Line 253: |
Line 120: |
|
| |
|
| <tt><nowiki># three</nowiki></tt> | | <tt><nowiki># three</nowiki></tt> |
| | | | |
| | |
| </td>
| |
| <td>
| |
| # one | | # one |
| # two | | # two |
| ## two point one | | ## two point one |
| # three | | # three |
| </td>
| | |- |
| </tr>
| | | colspan="3" style="border-top:1px solid #cee0f2;" | |
| <tr><td colspan="3" style="border-top:1px solid #cee0f2;">
| | |- |
| </td></tr>
| | | Thumbnail image |
| <tr>
| | | <nowiki>[[File:Example.jpg|thumb|Caption text]]</nowiki> |
| <td>Thumbnail image
| | | |
| </td>
| |
| <td>
| |
| <nowiki>[[File:Example.jpg|thumb|Caption text]]</nowiki> | |
| | |
| | |
| </td>
| |
| <td>
| |
| [[File:Example.jpg|thumb|180px|right|Caption text]] | | [[File:Example.jpg|thumb|180px|right|Caption text]] |
| </td>
| | |} |
| </tr>
| |
| </table>
| |
| </div> | | </div> |
|
| |
|
| [[Category:DJBWiki basic information]] | | [[Category:DJBWiki basic information]] |