From Wod
Editing a Wiki page is very easy! Let me show you how.
- Click the "Edit" tab at the top of the desired page.
- Use the text box to enter text or wiki code.
- Click "Save Page" to add your material.
See below for details.
The following are codes you'll use all the time.
| What it looks like
| What you type
|
| New section
Subsection
Sub-subsection
- Start with a second-level heading (==); don't use first-level headings (=).
- Don't skip levels (for example, second-level followed by fourth-level).
- A table of contents will automatically be added to an article that has four or more sections.
|
== New section ==
=== Subsection ===
==== Sub-subsection ====
===== Sub-sub-subsection =====
|
|
This is emphasized.
This is bold.
This is extreme!
|
''This is emphasized.''
'''This is bold.'''
'''''This is extreme!'''''
|
- It's easy to create a list:
- Start every line with a star (asterisk).
- More stars means deeper levels.
marks the end of a list item.
- An empty line starts a new list.
|
* It's easy to create a list:
** Start every line with a star.
*** More stars means deeper levels.
**** A newline in a list
marks the end of a list item.
* An empty line starts a new list.
|
- Numbered lists are also good
- very organized
- easy to follow
- easier still
|
# Numbered lists are also good
## very organized
## easy to follow
### easier still
|
- You can even create mixed lists
- and nest them
|
* You can even create mixed lists
*# and nest them
*#* like this
|
- A colon indents a line or paragraph.
A manual newline starts a new paragraph.
- This is primarily for displayed material, but is also used for discussion on Talk Pages.
|
: A colon indents a line or paragraph.
A manual newline starts a new paragraph.
|
Centered text.
- Please note the American spelling of "center."
|
<center>Centered text.</center>
|
|
A horizontal dividing line:
this is above it
and this is below it.
- Mainly useful for
- disambiguation - but to be used sparsely, only when separating completely different, unrelated (groups of) meanings
- separating threads on Talk pages.
|
A [[horizontal dividing line]]:
this is above it
----
and this is below it.
|
[edit] Links and URLs
| What it looks like
| What you type
|
|
Make sure to check out Help:Etiquette.
- A link to another article.
- Internally, the first letter of the target page is automatically capitalized and spaces are represented as underscores (typing an underscore in the link has the same effect as typing a space, but is not recommended).
|
Make sure to check out [[Help:Etiquette]].
|
|
And encourage others to be
respectful.
- Same target, different name.
|
And encourage others to be
[[Help:Etiquette|respectful]].
|
|
Geek: the Nerding is a page
that does not exist yet.
- You can create it by clicking on the link (but please do not do so with this particular link).
- To create a new page:
- Create a link to it on some other (related) page.
- Save that page.
- Click on the link you just made. The new page will open for editing.
|
[[Geek: the Nerding]] is a page
that does not exist yet.
|
- Redirect one article title to another by placing a directive like the one shown to the right on the first line of the article (such as at a page titled "WoD").
|
#REDIRECT [[World of Darkness]]
|
|
A user's Contributions page can be linked as:
Special:Contributions/UserName
|
A user's '''Contributions''' page can be linked as:
[[Special:Contributions/UserName]]
|
|
Three ways to link to external (non-wiki) sources:
- Bare URL: http://www.white-wolf.com/ (bad style)
- Unnamed link: [1] (only used within article body for footnotes)
- Named link: White Wolf
- Square brackets indicate an external link. Note the use of a space (not a pipe, or "|") to separate the URL from the link text in the "named" version.
- In the URL, all symbols must be among:
A-Z a-z 0-9 . _ \ / ~ % - + & # ? ! = ( ) @ \x80-\xFF
- URLs must start with the protocol (eg. [http://www.nupedia.com], not [www.white-wolf.com])
|
Three ways to link to external (non-wiki) sources:
# Bare URL: http://www.white-wolf.com/ (bad style)
# Unnamed link: [http://www.white-wolf.com/]
(only used within article body for footnotes)
# Named link: [http://www.white-wolf.com White Wolf]
|
|
Linking to other wikis:
- Interwiki link: Wiktionary:Hello
- Named interwiki link: Hello
- Interwiki link without prefix: Hello
|
Linking to other wikis:
# Interwiki link: [[Wiktionary:Hello]]
# Named interwiki link: [[Wiktionary:Hello|Hello]]
# Interwiki link without prefix: [[Wiktionary:Hello|]]
|
[edit] Additional Code
- Definition list
- list of definitions
- item
- the item's definition
- another item
- the other item's definition
- One item per line; a newline can appear before the colon, but using a space before the colon improves parsing.
|
; Definition list : list of definitions
; item : the item's definition
; another item
: the other item's definition
|
|
When there is a need for separating a block of text
the blockquote command will indent both margins when needed instead of the left margin only as the colon does.
This is useful for (as the name says) inserting blocks of quoted (and cited) text.
|
<blockquote>
The '''blockquote''' command will indent
both margins when needed instead of the
left margin only as the colon does.
</blockquote>
|
[edit] Images
Only images that have been uploaded to Wikipedia can be used. To upload images, use the upload page. You can find the uploaded image on the image list.
| What it looks like
| What you type
|
| A picture:
| A picture:
[[Image:wiki.png]]
|
| With alternative text:
| With alternative text:
[[Image:wiki.png|jigsaw globe]]
- Alternative text, used when a mouse hovers over the image or when the image is not loaded in a text-only browser, or when spoken aloud, is strongly encouraged. See Alternate text for images for help on choosing it.
|
Floating to the right side of the page and with a caption:
Wikipedia Encyclopedia
| Floating to the right side of the page and with a caption:
[[Image:wiki.png|frame|Wikipedia Encyclopedia]]
- The frame tag automatically floats the image right.
- The caption is also used as alternate text.
- to cancel a float at a certain text point, see Forcing a break,
|
| Floating to the right side of the page without a caption:
| Floating to the right side of the page ''without'' a caption:
[[Image:wiki.png|right|Wikipedia Encyclopedia]]
|
| Linking directly to the description page of an image:
Image:wiki.png
| Linking directly to the description page of an image:
[[:Image:wiki.png]]
- Clicking on an image displayed on a page (such as any of the ones above) also leads to the description page
|
| Linking directly to an image without displaying it:
Image of the jigsaw globe logo
| Linking directly to an image without displaying it:
[[media:wiki.png|Image of the jigsaw globe logo]]
- To include links to images shown as links instead of drawn on the page, use a "media" link.
|
See the Wikipedia's image use policy as a guideline used on Wikipedia.
For further help on images, including some more versatile abilities, see the topic on Extended image syntax.
[edit] Character formatting
| What it looks like
| What you type
|
|
Emphasize, strongly, very strongly.
- These are double, triple, and quintuple apostrophes (single-quote marks), not double-quote marks.
|
''Emphasize'', '''strongly''', '''''very strongly'''''.
|
|
sinx + lny
x = 0
Ordinary text should use wiki markup for emphasis, and should not use <i> or <b>. However, mathematical formulas often use italics, and sometimes use bold, for reasons unrelated to emphasis. Complex formulas should use <math> markup, and simple formulas may use <math>; or <i> and <b>; or '' and '''. According to WikiProject Mathematics, wiki markup is preferred over HTML markup like <i> and <b>.
|
<math>\sin x + \ln y</math>
sin''x'' + ln''y''
<math>\mathbf{x} = 0</math>
'''x''' = 0
|
|
A typewriter font for monospace text
or for computer code: int main()
- For semantic reasons, using
<code> where applicable is preferable to using <tt>.
|
A typewriter font for <tt>monospace text</tt>
or for computer code: <code>int main()</code>
|
|
You can use small text for captions.
|
You can use <small>small text</small> for captions.
|
|
You can strike out deleted material
and underline new material.
You can also mark deleted material and
inserted material using logical markup
rather than visual markup.
- When editing regular Wikipedia articles, just make your changes and do not mark them up in any special way.
- When editing your own previous remarks in talk pages, it is sometimes appropriate to mark up deleted or inserted material.
|
You can <s>strike out deleted material</s>
and <u>underline new material</u>.
You can also mark <del>deleted material</del> and
<ins>inserted material</ins> using logical markup
rather than visual markup.
|
|
Diacritical marks:
À Á Â Ã Ä Å
Æ Ç È É Ê Ë
Ì Í
Î Ï Ñ Ò
Ó Ô Õ
Ö Ø Ù
Ú Û Ü ß
à á
â ã ä å æ
ç
è é ê ë ì í
î ï ñ ò ó ô
œ õ
ö ø ù ú
û ü ÿ
|
À Á Â Ã Ä Å
Æ Ç È É Ê Ë
Ì Í Î Ï Ñ Ò
Ó Ô Õ Ö Ø Ù
Ú Û Ü ß à á
â ã ä å æ ç
è é ê ë ì í
î ï ñ ò ó ô
œ õ ö ø ù ú
û ü ÿ
|
|
Punctuation:
¿ ¡ § ¶
† ‡ • – —
‹ › « »
‘ ’ “ ”
|
¿ ¡ § ¶
† ‡ • – —
‹ › « »
‘ ’ “ ”
|
|
Commercial symbols:
™ © ® ¢ € ¥
£ ¤
|
™ © ® ¢ € ¥
£ ¤
|
|
Subscripts:
x1 x2 x3 or
x₀ x₁ x₂ x₃ x₄
x₅ x₆ x₇ x₈ x₉
Superscripts:
x1 x2 x3 or
x⁰ x¹ x² x³ x⁴
x⁵ x⁶ x⁷ x⁸ x⁹
- The latter methods of sub/superscripting cannot be used in the most general context, as they rely on Unicode support which may not be present on all users' machines. For the 1-2-3 superscripts, it is nevertheless preferred when possible (as with units of measurement) because most browsers have an easier time formatting lines with it.
ε0 =
8.85 × 10−12
C² / J m.
1 hectare = 1 E4 m²
|
x<sub>1</sub> x<sub>2</sub> x<sub>3</sub> or
<br/>
x₀ x₁ x₂ x₃ x₄
<br/>
x₅ x₆ x₇ x₈ x₉
x<sup>1</sup> x<sup>2</sup> x<sup>3</sup> or
<br/>
x⁰ x¹ x² x³ x⁴
<br/>
x⁵ x⁶ x⁷ x⁸ x⁹
ε<sub>0</sub> =
8.85 × 10<sup>−12</sup>
C² / J m.
1 [[hectare]] = [[1 E4 m²]]
|
|
Greek characters:
α β γ δ ε ζ
η θ ι κ λ μ ν
ξ ο π ρ σ ς
τ υ φ χ ψ ω
Γ Δ Θ Λ Ξ Π
Σ Φ Ψ Ω
|
α β γ δ ε ζ
η θ ι κ λ μ ν
ξ ο π ρ σ ς
τ υ φ χ ψ ω
Γ Δ Θ Λ Ξ Π
Σ Φ Ψ Ω
|
|
Mathematical characters:
∫ ∑ ∏ √ − ± ∞
≈ ∝ ≡ ≠ ≤ ≥
× · ÷ ∂ ′ ″
∇ ‰ ° ∴ ℵ ø
∈ ∉ ∩ ∪ ⊂ ⊃ ⊆ ⊇
¬ ∧ ∨ ∃ ∀ ⇒ ⇔
→ ↔
|
∫ ∑ ∏ √ − ± ∞
≈ ∝ ≡ ≠ ≤ ≥
× · ÷ ∂ ′ ″
∇ ‰ ° ∴ ℵ ø
∈ ∉ ∩ ∪ ⊂ ⊃ ⊆ ⊇
¬ ∧ ∨ ∃ ∀ ⇒ ⇔
→ ↔
|
|
Spacing in simple math formulas:
Obviously, x² ≥ 0 is true.
- To space things out without allowing line breaks to interrupt the formula, use non-breaking spaces: .
|
Obviously, ''x''² ≥ 0 is true.
|
|
Suppressing interpretation of markup:
Link → (''to'') the [[Wikipedia FAQ]]
- Used to show literal data that would otherwise have special meaning.
- Escape all wiki markup, including that which looks like HTML tags.
- Does not escape HTML character references.
- To escape HTML character references such as → use &rarr;
|
<nowiki>Link → (''to'')
the [[Wikipedia FAQ]]</nowiki>
|
|
Commenting page source:
not shown when viewing page
- Used to leave comments in a page for future editors.
- Note that most comments should go on the appropriate Talk page.
|
<!-- comment here -->
|
(see also: Chess symbols in Unicode)
[edit] Table of contents
At the current status of the wiki markup language, having at least four headers on a page triggers the TOC to appear in front of the first header (or after introductory sections). Putting __TOC__ anywhere forces the TOC to appear at that point (instead of just before the first header). Putting __NOTOC__ anywhere forces the TOC to disappear. See also compact TOC for alphabet and year headings.
[edit] Tables
There are two ways to build tables:
- in special Wiki-markup (see Help:Table)
- with the usual HTML elements: <table>, <tr>, <td> or <th>.
For the latter, and a discussion on when tables are appropriate, see Wikipedia:How to use tables.
[edit] Acknowledgment
The vast majority of this material was taken from the wikipeida editing page.
You can edit any page where you can see an edit link. The changes that you make will show on the page as soon as you save.
In pictures
Click edit at the top of the page you want to edit.
An "edit box" will open, type your new sentences or corrections.
Please note: on newer wikis you may see the new editor.
Click Preview to check what you have written.
Click Save page to save your writing.
Video walkthrough
|
|
Editing
Ready to put your flavor on things? Learn how here!
Also check out our editing Tips and Tricks
|
For more videos please see our online demos page.
Some other editing tips
- Explain your edit in the 'Summary' box between the edit window and the bottom row of grey buttons. By filling it the summary box, it allows you to tell members of your wiki community why you made a certain change to an article, making communication easier. You only need to type a short message here, for example 'added introduction'.
- Use the 'Show preview' button to check your edit before saving. Remember to save your preview before moving on. The preview button gives you a chance to check your edit for formatting and typos before it's up on the wiki for all to see. It also spares you the grief of having to go back and make another change after saving an article.
- If you are logged in, you can mark an edit as minor by checking the 'This is a minor edit' box. This lets other editors know your edit is very small.
- Pages that start with 'User:' are personal pages. While it's considered impolite to make major edits to other people's user pages without permission, feel free to leave messages for people on their User_talk pages.
- Always remember to sign your talk page comments with four tildes ( ~~~~). That way, the person you're writing to will know who sent him/her the message.
Formatting
Most text formatting is usually done with wiki markup, so you don't have to learn HTML.
See Help:Formatting and Help:HTML.
Links
Links are important on wikis to help readers navigate your site. The more your pages are linked to each other, the easier it is for readers to find what they're looking for.
See Help:Links, Help:External link and also Category:Link help on Wikia Help.
Wiki variables and templates
Use {{SITENAME}} to see the current Wikia. For instance, {{SITENAME}} on this site prints out as Wikia Help.
That and a few other templates are common to MediaWiki sites. For a complete list of these "magic words", see magic words on Meta.
You can create templates. After you create the page Template:XXX, using the command {{XXX}} will include that content in your current page. So, if you have something that needs to be included on many other pages, you might want to use a template.
Most templates available on the Central Wikia can be used on individual Wikia wikis with just "wikia:" prefixed to the name. See Help:Shared templates.
See also