Welcome to Square Enix Wiki! Be sure to check out our To-Do List to see what work we need done!
Help:Wiki Markup
Wikis like the Square Enix Wiki use a unique editing language called "Wiki Markup". This makes it easy to edit almost any page on the Wiki without needing to be literate in a complicated programming language. If you have never edited on a Wiki before, below are some of the most basic Wiki markup codes to help you get started.
Text Formatting
What it looks like | What you type in |
---|---|
Bold Text | '''Bold Text''' |
Italic Text | ''Italic Text'' |
Bold and Italic Text | '''''Bold and Italic Text''''' |
Underlining works, as does |
<u>Underlining</u> works, as does <s>striking out</s>. |
A line break won't be registered with only one new line. This line appears to be in the same paragraph as the previous line. Two new lines, however, begins a new paragraph. |
A line break won't be registered with only one new line. This line appears to be in the same paragraph as the previous line. Two new lines, however, begins a new paragraph. |
You can break lines |
You can break lines<br> without starting a new paragraph. |
This makes '''all''' of the wiki coding not display. | <nowiki>This makes '''all''' of the wiki coding not display.</nowiki> |
Big text or small text | <big>Big text</big> or <small>small text</small> |
Superscript or subscript | <sup>Superscript</sup> or <sub>subscript</sub> |
Hidden page comments: not shown when viewing page |
<!-- This is a hidden comment --> |
A typewriter font for monospace text
or for computer code:
|
A typewriter font for <tt>monospace text</tt> or for computer code: <code>int main()</code> |
<center>Centered text.</center> |
Link Formatting
A direct link and a piped link (one that shows different text than its actual link): Sora is the main character of Kingdom Hearts. Any type of link can be a piped link. |
[[Sora]] is the main character of ''[[Kingdom Hearts (game)|Kingdom Hearts]]''. |
This is a link to a page that doesn't exist. If you want to create that page, you could do so by clicking the link. |
[[This is a link to a page that doesn't exist]]. If you want to create that page, you could do so by clicking the link. |
Linking to a different namespace that is not Category: Talk:Main Page |
[[Talk:Main Page]] |
Linking to the category namespace: Category:Characters |
[[:Category:Characters]] |
Linking to a subpage: User:Sove/sig |
[[User:Sove/sig]] |
External links:
|
*[http://www.seiwanetwork.org/wiki] (very bad) *http://www.seiwanetwork.org/wiki (bad) *[http://www.seiwanetwork.org/wiki Square Enix Wiki] (good) |
Linking to Wikipedia: | [[Wikipedia:Final Fantasy]]<br> |
To have a page automatically send a user to a different page, use this code. (See Help:Redirects for more information) |
#REDIRECT [[page name]] |
Chrono Trigger#History is a link to a section within another page. #Links and URLs is a link to a section on the current page. #example is a link to an anchor that was created using an id attribute
|
[[Chrono Trigger#History]] is a link to a section within another page. [[#Links and URLs]] is a link to a section on the current page. [[#example]] is a link to an anchor that was created using <div id="example">an id attribute</div> |
Automatically hide stuff in parentheses: Drakengard. Automatically hide namespace: Characters.
|
Automatically hide stuff in parentheses: [[Drakengard|]]. Automatically hide namespace: [[:Category:Characters|]]. |
|
[[Category:Characters]]
|
Linking to other wikis:
Linking to another language's wiktionary:
|
Linking to other wikis: # [[Interwiki]] link: [[Wiktionary:Hello]] # Named interwiki link: [[Wiktionary:Hello|Hello]] # Interwiki link without prefix: [[Wiktionary:Hello|]] Linking to another language's wiktionary: # [[Wiktionary:fr:bonjour]] # [[Wiktionary:fr:bonjour|bonjour]] # [[Wiktionary:fr:bonjour|]] |
Sections and Lists
New section
Subsection
Sub-subsection
|
== New section == ==== Subsection ==== ===== Sub-subsection ===== |
Text.
|
Text. :Indented text. ::Further indented text. |
|
*A list *You can go in the same level **Or create a sub-level ***As many as needed *Then start a new list with an empty line |
|
#You can also make numbered lists #The numbers are automatically added ##It's easy to create them |
: A colon indents a line or paragraph. |
: A colon indents a line or paragraph. |
A horizontal dividing line: this is above it and this is below it. |
A horizontal dividing line: this is above it ---- and this is below it. |
Signing Posts
When adding a comment to a Talk page, you should sign it by adding four tildes to add your user name plus date/time:
Other, less recommended alternatives are:
|
When adding a comment to a Talk page, you should sign it by adding four tildes to add your user name plus date/time: : ~~~~ Other, less recommended alternatives are: *Three tildes to add user name alone: : ~~~ *Five tildes gives the date/time alone: : ~~~~~ |
External Links
- MediaWiki.org - Main site for the MediaWiki software that runs websites like the Square Enix Wiki and Wikipedia. You can go here if you'd like to find more information and details on Wiki Markup
| ||||||||||||||||||
This template is using the SEIWA color scheme |