![]() |
VOOZH | about |
Wikitext is the markdown system used by the source editor in the Minecraft Wiki that allows users to format text and images. Below is a reference of the most common syntax you may see. For more comprehensive help or an introduction to using wikitext, please see w:Help:Wikitext on Wikipedia.
| Description | Input | Result |
|---|---|---|
| Italicize text | ''italic''
|
italic |
| Bold text | '''bold'''
|
bold |
Internal page link (within wiki)(the first letter in the link can be capitalized or not)
|
|
|
| Internal image link | [[:File:Wiki.png]]
|
File:Wiki.png |
| Internal category link | [[:Category:Mojang images]]
|
Category:Mojang images |
External page link (off-wiki)
|
|
|
| Signing comments
(for talk pages) |
~~~~
|
Coaster 02:36, 13 April 2011 (UTC) |
Inserting a citation/reference
|
<ref>Source 1</ref>
|
| Description | Input | Result |
|---|---|---|
Image
|
[[File:Wiki.png]]
|
👁 Image 👁 Image |
| Image thumbnail with caption
(defaults to right side of page)
|
[[File:Wiki.png|thumb|Caption Text]][[File:Wiki.png|thumb|left|Caption Text]]
|
|
| Headings
(a table of contents is created |
= First Tier = * Don't use this heading. It is only for page title, and the wiki adds it automatically. == Second Tier == === Third Tier === ==== Fourth Tier ==== ===== Fifth Tier ===== ====== Sixth Tier ====== |
First Tier [ Edit | Edit source ]
Second Tier [ Edit | Edit source ]Third Tier [ Edit | Edit source ]Fourth Tier [ Edit | Edit source ]Fifth Tier [ Edit | Edit source ]Sixth Tier [ Edit | Edit source ] |
| Numbered list |
|
|
| Bullet list |
|
|
| Indented lines or paragraphs (for use in comment replies) |
|
No Indent
|
| Inserting the reference list | <references/>or {{reflist}}
|
|
| Moving a line of text to the next line without using actual line breaks with the Enter key Useful when editing charts that push the border outwards without a defined size limit |
Text
|
Text Text |
Templates are a way of replicating common page elements by "hiring" those elements from a specialized page in such a way that when the "master" is edited, all articles borrowing from the template will automatically incorporate those changes. See Category:Templates for a list of templates.
Templates are created in the 'Template:' namespace. Once created, they may be transcluded by placing the name of the template within double braces ({{Template Name}}). Inside a template, parameters may be utilized. Inside a template definition, use triple braces to substitute a parameter ({{{parameterName}}}), and inside the template transclusion, add |parameterName=parameterValue between the name of the template and the closing double brace.
Inside a template's definition, various parser functions may be used to control output. These usually have direct programmatical equivalents, such as #if:, #vardefine:, and #switch:. See w:mw:Help:Extension:ParserFunctions for documentation on those.
This is a {{{type}}}. {{#if: {{{message|}}} | Your message is: {{{message}}}. | No message provided! }}
{{Sandbox|type=Test|message=Hello world}}
| Help | |
|---|---|
| Wiki help | |
| General pages | |
| Global | |
| User rights | |