|
|
| Line 9: |
Line 9: |
| |td colspan="3" class="head" style="background: #111"| '''Common Markup Codes''' | | |td colspan="3" class="head" style="background: #111"| '''Common Markup Codes''' |
| |- | | |- |
| | | |
| | | |
| {|table align="center" cellpadding="0" cellspacing="0" class="mw-collapsible fancy" style="clear:both" colspan="3" style="background:#222; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies Anywhere | | {|table align="center" cellpadding="0" cellspacing="0" class="mw-collapsible fancy" style="clear:both" colspan="3" style="background:#222; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies Anywhere |
| | colspan="3" class="head" style="background:#222; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies anywhere | | | colspan="3" class="head" style="background:#222; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies anywhere |
| Line 131: |
Line 133: |
| |- | | |- |
| |td colspan="3" class="foot" style="background: #222"| | | |td colspan="3" class="foot" style="background: #222"| |
| |}
| |
| | | | | |
| |- | | |- |
| Line 220: |
Line 221: |
| | | | | |
| |} | | |} |
| |}
| |
| </div>
| |
|
| |
|
| [[Category:DJB Wiki help]] | | [[Category:DJB Wiki help]] |
Revision as of 05:47, 18 February 2026
WIP for cleaning up and reorganizing the multiple Creation/Editing tutorial pages we have:
(Still trying to get them to nest properly. It should be possible, I'm just not sure why they're not.)
| Common Markup Codes
|
|
|
| Applies anywhere
|
| Description
|
You type
|
You get
|
| Italicise text
|
''italic''
|
italic
|
|
|
| Bold text
|
'''bold'''
|
bold
|
|
|
| Bold and italic
|
'''''bold & italic'''''
|
bold & italic
|
|
|
| Internal link
(within DJBWiki)
Note: Change Main Page to the article name
|
[[Main Page]][[Main Page|display text]]
|
Main Page
display text
|
|
|
| Redirect to another page
|
#REDIRECT [[Main Page]]
|
↳ Main Page
|
|
|
| External link
(to other websites)
|
[http://www.example.org][http://www.example.org display text]http://www.example.org
|
1
display text
[1]
|
|
|
|
Sign your posts on talk pages
|
--~~~~
|
Your username 20:12, 1 April 2011 (UTC)
|
|
|
| Links to a dossier
|
[[dossier:3491|displayed text]]
|
display text
|
|
|
| Links to a Wookieepedia page
|
[[starwars:Galactic Empire|displayed text]]
|
display text
|
|
|
| Reference Link
|
<ref name="Linked Reference Name">[Link to Referenced Page or Document]</ref>
|
[1]
|
|
|
| Reference List
|
{{reflist|colwidth=30em}}
|
- ↑ [Link to Referenced Page or Document]
|
|
|
| No Wikia Formatting
|
<nowiki></nowiki>
|
|
|
|
| New Line
|
<br>
|
|
|
|
| Big Text
|
<big></big>
|
Text
|
|
|
| Small Text
|
<small></small>
|
Text
|
|
|
| Superscript
|
<sup></sup>
|
Text
|
|
|
| Subscript
|
<sub></sub>
|
Text
|
|
|
| Applies only at the beginning of the line
|
| Description
|
You type
|
You get
|
| Headings
A Table of Contents will automatically be generated when four headings are added to an article.
|
== Level 1 ==
=== Level 2 ===
==== Level 3 ====
===== Level 4 =====
====== Level 5 ======
|
Level 1
Level 2
Level 3
Level 4
Level 5
|
|
|
| Bullet list
|
* one
* two
** two point one
* three
|
|
|
|
| Numbered list
|
# one
# two
## two point one
# three
|
- one
- two
- two point one
- three
|
|
|
| Thumbnail image
|
[[File:Example.jpg|thumb|Caption text]]
|
Caption text
|
|
|
| Thumbnail image downsized
|
[[File:Example.jpg|thumb|100px|Caption text]]
|
Caption text
|
|
|
| Thumbnail image downsized
|
<gallery>
Example.jpg|Caption1
Example.jpg|Caption2
</gallery>
|
|
|
|