Help:Editing: Difference between revisions

From Wikizilla, the kaiju encyclopedia
Jump to navigationJump to search
(Created page with "This article explains how to format articles on Wikizilla. When you edit a page, you can use WikiMarkup or HTML to format. To understand how to edit articles and for more inf...")
 
m (Protected "Help:Editing" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{HelpHeader}}
This article explains how to format articles on Wikizilla. When you edit a page, you can use WikiMarkup or HTML to format.
This article explains how to format articles on Wikizilla. When you edit a page, you can use WikiMarkup or HTML to format.


To understand how to edit articles and for more information on editing, please read [[Help:How To]]
To understand how to edit articles and for more information on editing, please read [[Help:How To]].
{{TOC}}
== Links ==
== Links ==
<pre>[[Policy]]</pre>
<pre>[[Policy]]</pre>
Line 7: Line 9:
<pre>[[Policy|Wikizilla:Policy]]</pre>
<pre>[[Policy|Wikizilla:Policy]]</pre>
*[[Policy|Wikizilla:Policy]] (A link to the page called Policy with the text "Wikizilla:Policy")
*[[Policy|Wikizilla:Policy]] (A link to the page called Policy with the text "Wikizilla:Policy")
<pre>[[User:Lordofmonsterisland]]</pre>
<pre>[[User:Wikizilla]]</pre>
*[[User:Lordofmonsterisland]] (A link to the page of the user called Lordofmonsterisland)
*[[User:Wikizilla]] (A link to the page of the user called Wikizilla)
<pre>[http://www.bbc.co.uk BBC Website]</pre>
<pre>[http://www.bbc.co.uk BBC Website]</pre>
*[http://www.bbc.co.uk BBC Website] (A link to the website bbc.co.uk with the text "BBC Website")
*[http://www.bbc.co.uk BBC Website] (A link to the website bbc.co.uk with the text "BBC Website")
Line 19: Line 21:
*<u>text</u> (underline)
*<u>text</u> (underline)
<pre>~~~</pre>
<pre>~~~</pre>
*[[User:Lordofmonsterisland|Lordofmonsterisland]]<sup>[[Message Wall:Lordofmonsterisland|wall]]</sup> (Your name)
*[[User:Wikizilla|Wikizilla]]<sup>[[User talk:Wikizilla|wall]]</sup> (Your name)
<pre>~~~~</pre>
<pre>~~~~</pre>
*[[User:Lordofmonsterisland|Lordofmonsterisland]]<sup>[[Message Wall:Lordofmonsterisland|wall]]</sup> 17:08, 28 July 2006 (BST) (your name and the date)
*[[User:Wikizilla|Wikizilla]]<sup>[[User talk:Wikizilla|wall]]</sup> 17:08, 28 July 2006 (BST) (your name and the date)
<pre><tt>text</tt></pre>
<pre><tt>text</tt></pre>
*<tt>text</tt> (typewriter font for code)
*<tt>text</tt> (typewriter font for code)
Line 30: Line 32:
  ''Unformatted Text''
  ''Unformatted Text''
Putting a blank space at the start of a line stops its contents being formatted.
Putting a blank space at the start of a line stops its contents being formatted.
*Mathematical Formulae:
<pre><math>\sum_{n=0}^\infty \frac{x^n}{n!}</math></pre>
<math>\sum_{n=0}^\infty \frac{x^n}{n!}</math>
== Headings ==
== Headings ==
Headings are big dividers on pages, and they show up in the table of contents at the top if the page is large enough.
Headings are big dividers on pages, and they show up in the table of contents at the top if the page is large enough.
Line 68: Line 67:
::Two colons (::) indents twice
::Two colons (::) indents twice
:::Three (:::) indents three times.
:::Three (:::) indents three times.
::et cetera
::::etc.


<pre>#REDIRECT [[User:Lordofmonsterisland]]</pre>
<pre>#REDIRECT [[User:Wikizilla]]</pre>
*This will redirect the current page to the page you mention. This should be used for other words that mean the same thing. For example, the page [[Wikizilla:Sysop]] redirects to [[Wikizilla:Administrators]], because they are just two different words for the same thing. There's a button for this in source mode.
*This will redirect the current page to the page you mention. This should be used for other words that mean the same thing. For example, the page [[Gojira]] redirects to [[Godzilla]], because they are just two different words for the same thing. There's a button for this in source mode.


Putting <nowiki>__NOEDITSECTION__</nowiki> anywhere in an article prevents the little "Edit" buttons showing up at every heading. See [[Help:Magic Words]].
Putting <nowiki>__NOEDITSECTION__</nowiki> anywhere in an article prevents the little "Edit" buttons showing up at every heading. See [[Help:Magic Words]].
===New lines===
To create a new paragraph, the "enter" key must be pressed twice after the end of a paragraph. For example:
<pre>
One
two
</pre>
Will render as:
One
two
As you see, the "two" is combined with the "One" because there is only 1 new line in between them. To successfully create a new paragraph, there have to be 2 lines (one empty line in between the two), as follows:
<pre>
One
two
</pre>
Which will result in:
One
two
Single-space separation should only ever be used with non-text templates (such as infoboxes) or with headings and galleries.
===Table of Contents===
===Table of Contents===
To place a table of contents over to the right hand side of the page, simply put <nowiki>{{toc}}</nowiki> where you want it to show. You can also use <nowiki>__NOTOC__</nowiki> anywhere in an article to stop a table of contents showing up, and <nowiki>__FORCETOC__</nowiki> to make one show up. See [[Help:Magic Words]].
To place a table of contents over to the right hand side of the page, simply put <code><nowiki>{{TOC}}</nowiki></code> where you want it to show. You can also use <nowiki>__NOTOC__</nowiki> anywhere in an article to stop a table of contents showing up. See [[Help:Magic Words]].
== [[Categories]] ==
 
== Categories ==
<pre>[[Category:Help]]</pre>
<pre>[[Category:Help]]</pre>
This will add the page to the list of Working Documents, and automatically place a link at the bottom of the page. This page IS in the Working Documents category, and so at the bottom of this page you can see the link to it.
This will add the page to the list of Working Documents, and automatically place a link at the bottom of the page. This page IS in the Working Documents category, and so at the bottom of this page you can see the link to it.


If you just want to link to a category page, put a colon (:) at the start of the link such as <code><nowiki>[[:Category:Help]]</nowiki></code> There's a button for this in source mode.
If you just want to link to a category page, put a colon (:) at the start of the link such as <code><nowiki>[[:Category:Help]]</nowiki></code> There's a button for this in source mode.
== [[Templates]] ==
 
== Templates ==
<pre>{{Monsters}}</pre>
<pre>{{Monsters}}</pre>
This will show the code for whatever is in page [[Template:Monsters]].
This will show the code for whatever is in page [[Template:Monsters]].
== [[Help:Tables|Tables]] ==
== Comments ==
{| class="wikitable"
All wikitext formatting applies to comments and forums as well.
! This
{{navhelp}}
! is
[[Category:Help]]
|-
| a
| table
|}
<pre>{| class="wikitable"
! This
! is
|-
| a
| table
|-
|}</pre>
[[Category:Help|Editing]]

Latest revision as of 22:53, 21 May 2017

Wiki.png This page serves as a help page for Wiki-related tasks.
Before making changes, make sure they have been agreed upon.

This article explains how to format articles on Wikizilla. When you edit a page, you can use WikiMarkup or HTML to format.

To understand how to edit articles and for more information on editing, please read Help:How To.

Links

[[Policy]]
  • Policy (A link to the page called Policy)
[[Policy|Wikizilla:Policy]]
  • Wikizilla:Policy (A link to the page called Policy with the text "Wikizilla:Policy")
[[User:Wikizilla]]
[http://www.bbc.co.uk BBC Website]
  • BBC Website (A link to the website bbc.co.uk with the text "BBC Website")

Text Formatting

''text''
  • text - Italics (two apostrophes on each side}
'''text'''
  • text - Bold (three apostrophes on each side}
<u>text</u>
  • text (underline)
~~~
~~~~
<tt>text</tt>
  • text (typewriter font for code)
X<sup>2</sup>, H<sub>2</sub>O
  • X2, H2O (superscript and subscript)
<nowiki>'''text'''</nowiki>
  • Does not format the text into text
Unformatted Text

Putting a blank space at the start of a line stops its contents being formatted.

Headings

Headings are big dividers on pages, and they show up in the table of contents at the top if the page is large enough.

== heading ==
  • A <h2> heading, like "Headings" (above)
=== heading ===
  • A <h3> heading, like "Third Level" (below)

Third Level

==== heading ====
  • A <h4> heading, like "Fourth Level" (below)

Fourth Level

Please do not use =Heading=, because that creates a first-level heading that should only be used on page titles, which are implemented automatically.

Lists

  • One asterisk (*) makes the first item in a bulleted list, like this one
  • Two asterisks (**) make the next line in
      • Three
        • Four
      • Three
  • one
    • two
      • Three
  1. One hash (#) makes the first item in a numbered list
    1. Two hashes (##) make the next item
    2. And so on
      1. And so on
  2. The same as the bulleted list

Page Formatting

This is plain text.

A single colon (:) indents this text once
You can repeat this for a new line too
Two colons (::) indents twice
Three (:::) indents three times.
etc.
#REDIRECT [[User:Wikizilla]]
  • This will redirect the current page to the page you mention. This should be used for other words that mean the same thing. For example, the page Gojira redirects to Godzilla, because they are just two different words for the same thing. There's a button for this in source mode.

Putting __NOEDITSECTION__ anywhere in an article prevents the little "Edit" buttons showing up at every heading. See Help:Magic Words.

New lines

To create a new paragraph, the "enter" key must be pressed twice after the end of a paragraph. For example:

One
two

Will render as:

One two

As you see, the "two" is combined with the "One" because there is only 1 new line in between them. To successfully create a new paragraph, there have to be 2 lines (one empty line in between the two), as follows:

One

two

Which will result in:

One

two

Single-space separation should only ever be used with non-text templates (such as infoboxes) or with headings and galleries.

Table of Contents

To place a table of contents over to the right hand side of the page, simply put {{TOC}} where you want it to show. You can also use __NOTOC__ anywhere in an article to stop a table of contents showing up. See Help:Magic Words.

Categories

[[Category:Help]]

This will add the page to the list of Working Documents, and automatically place a link at the bottom of the page. This page IS in the Working Documents category, and so at the bottom of this page you can see the link to it.

If you just want to link to a category page, put a colon (:) at the start of the link such as [[:Category:Help]] There's a button for this in source mode.

Templates

{{Monsters}}

This will show the code for whatever is in page Template:Monsters.

Comments

All wikitext formatting applies to comments and forums as well.