Difference between revisions of "Help"
Andthompson (Talk | contribs) |
Andthompson (Talk | contribs) |
||
(12 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | == | + | {| |
+ | | width="25%" style="background:#cee0f2; padding:0.3em; text-align:center;"|'''Description''' | ||
+ | | style="background:#cee0f2; padding:0.3em; text-align:center;"|'''You type''' | ||
+ | | width="25%" style="background:#cee0f2; padding:0.3em; text-align:center;"|'''You get''' | ||
+ | |- | ||
+ | |Italic text | ||
+ | | | ||
+ | <tt><nowiki>''italic''</nowiki></tt> | ||
+ | | | ||
+ | ''italic'' | ||
+ | |- | ||
+ | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
+ | |- | ||
+ | |Bold text | ||
+ | | | ||
+ | <tt><nowiki>'''bold'''</nowiki></tt> | ||
+ | | | ||
+ | '''bold''' | ||
+ | |- | ||
+ | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
+ | |- | ||
+ | |Bold and italic | ||
+ | | | ||
+ | <tt><nowiki>'''''bold & italic'''''</nowiki></tt> | ||
+ | | | ||
+ | '''''bold & italic''''' | ||
+ | |- | ||
+ | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
+ | |- | ||
+ | ||Internal link<br /> | ||
+ | <div style="padding: 0em .5em; font-size:0.9em;">''(within DLS IV wiki)''</div> | ||
+ | | | ||
+ | <tt><nowiki>[[Name of page]]</nowiki></tt><br /> | ||
+ | <tt><nowiki>[[Name of page|Text to display]]</nowiki></tt> | ||
+ | | | ||
+ | [[Name of page]]<br /> | ||
+ | [[Name of page|Text to display]] | ||
+ | |- | ||
+ | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
+ | |- | ||
+ | |External link<br /> | ||
+ | <div style="padding: 0em .5em; font-size:0.9em;">''(to other websites)''</div> | ||
+ | | | ||
+ | <tt><nowiki>[http://www.example.org Text to display]</nowiki></tt><br /> | ||
+ | <tt><nowiki>[http://www.example.org]</nowiki></tt><br /> | ||
+ | <tt><nowiki>http://www.example.org</nowiki></tt> | ||
+ | | | ||
+ | [http://www.example.org Text to display]<br /> | ||
+ | [http://www.example.org]<br /> | ||
+ | http://www.example.org | ||
+ | |- | ||
+ | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
+ | |- | ||
+ | |Redirect to another page <br> | ||
+ | <div style="padding: 0em .5em; font-size:0.9em;">''No other text may precede this.''</div> | ||
+ | | | ||
+ | <tt><nowiki>#REDIRECT [[Target page]]</nowiki></tt> | ||
+ | | | ||
+ | |- | ||
+ | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
+ | |- | ||
+ | |Section headings ''Applies only at the very beginning of lines.''<br /> | ||
+ | <div style="padding: 0em .5em; font-size:0.9em;">''A Table of Contents will automatically be generated when four headings are added to an article.''</div> | ||
+ | | | ||
+ | <tt><nowiki>== Level 1 ==</nowiki></tt><br /> | ||
+ | <tt><nowiki>=== Level 2 ===</nowiki></tt><br /> | ||
+ | <tt><nowiki>==== Level 3 ====</nowiki></tt><br /> | ||
+ | <tt><nowiki>===== Level 4 =====</nowiki></tt><br /> | ||
+ | <tt><nowiki>====== Level 5 ======</nowiki></tt> | ||
+ | | | ||
+ | __NOTOC__ | ||
+ | == Level 1 == | ||
+ | === Level 2 === | ||
+ | ==== Level 3 ==== | ||
+ | ===== Level 4 ===== | ||
+ | ====== Level 5 ====== | ||
+ | |- | ||
+ | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
+ | |- | ||
+ | |Bulleted list | ||
+ | <div style="padding: 0em .5em; font-size:0.9em;">''Empty lines between list items discouraged, (see numbered lists).''</div> | ||
+ | | | ||
+ | <tt>* One</tt><br /> | ||
+ | <tt>* Two</tt><br /> | ||
+ | <tt>** Two point one</tt><br /> | ||
+ | <tt>* Three</tt> | ||
+ | | | ||
+ | * One | ||
+ | * Two | ||
+ | ** Two point one | ||
+ | * Three | ||
+ | |- | ||
+ | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
+ | |- | ||
+ | |Numbered list | ||
+ | <div style="padding: 0em .5em; font-size:0.9em;">''Empty lines between list items restarts numbering at 1.''</div> | ||
+ | | | ||
+ | <tt># One</tt><br /> | ||
+ | <tt># Two</tt><br /> | ||
+ | <tt>## Two point one</tt><br /> | ||
+ | <tt># Three</tt><br /> | ||
+ | | | ||
+ | # One | ||
+ | # Two | ||
+ | ## Two point one | ||
+ | # Three | ||
+ | |- | ||
+ | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
+ | |- | ||
+ | |Thumbnail image | ||
+ | | | ||
+ | <tt><nowiki>[[Image:logo.jpg|thumb|Caption text]]</nowiki></tt> | ||
+ | | | ||
+ | [[Image:logo.jpg|thumb|Caption text]] | ||
+ | |- | ||
− | + | ||
+ | |- | ||
+ | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
+ | |- | ||
+ | |Indenting text | ||
+ | | | ||
+ | <tt><nowiki>no indent (normal)</nowiki></tt><br/> | ||
+ | <tt><nowiki>:first indent</nowiki></tt><br/> | ||
+ | <tt><nowiki>::second indent</nowiki></tt><br/> | ||
+ | <tt><nowiki>:::third indent</nowiki></tt> | ||
+ | | | ||
+ | no indent (normal)<br/> | ||
+ | :first indent | ||
+ | ::second indent | ||
+ | :::third indent | ||
+ | |- | ||
+ | |} | ||
− | + | ---- | |
− | + | For screenshots we will currently use a place holder as the GUI may change slightly. If you wish to insert a screenshot, type '''<nowiki>{{Screenshot}}</nowiki>'''. This will insert a placeholder and add the page to a category where we can easily track and see a list of all pages requiring screenshots. | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | <nowiki> | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | ''' | + | |
− | + | ||
− | will | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Latest revision as of 14:49, 4 March 2009
Description | You type | You get |
Italic text |
''italic'' |
italic |
Bold text |
'''bold''' |
bold |
Bold and italic |
'''''bold & italic''''' |
bold & italic |
Internal link (within DLS IV wiki)
|
[[Name of page]] |
|
External link (to other websites)
|
[http://www.example.org Text to display] |
|
Redirect to another page No other text may precede this.
|
#REDIRECT [[Target page]] |
|
Section headings Applies only at the very beginning of lines. A Table of Contents will automatically be generated when four headings are added to an article.
|
== Level 1 == |
Level 1Level 2Level 3Level 4Level 5 |
Bulleted list
Empty lines between list items discouraged, (see numbered lists).
|
* One |
|
Numbered list
Empty lines between list items restarts numbering at 1.
|
# One |
|
Thumbnail image |
[[Image:logo.jpg|thumb|Caption text]] |
|
Indenting text |
no indent (normal) |
no indent (normal)
|
For screenshots we will currently use a place holder as the GUI may change slightly. If you wish to insert a screenshot, type {{Screenshot}}. This will insert a placeholder and add the page to a category where we can easily track and see a list of all pages requiring screenshots.