Help:Editing: Difference between revisions

From Wiki The-West EN
Jump to navigation
(Same old)
 
m (Protected "Help:Editing": Page is deemed important by Innogames GmbH. ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
 
(6 intermediate revisions by the same user not shown)
Line 15: Line 15:


==Editing Rules==
==Editing Rules==
The rules for this wiki are listed [[Wiki_Grepolis:About|here]].
The rules for this wiki are listed [[Wiki The-West:About|here]].


If you see any content that breaches the Rules please do not edit the page. Instead go to the Page History and '''undo''' the edit in which the offending content appeared. If you notice this content reappears then please alert an administrator who can deal with the author.
If you see any content that breaches the Rules please do not edit the page. Instead go to the Page History and '''undo''' the edit in which the offending content appeared. If you notice this content reappears then please alert an administrator who can deal with the author.
Line 23: Line 23:
*Always provide a summary of the edit in the summary box, which will be shown in the page history. It does not need to be lengthy, something simple like "fixing typo" or "adding info to heading 1" is fine.
*Always provide a summary of the edit in the summary box, which will be shown in the page history. It does not need to be lengthy, something simple like "fixing typo" or "adding info to heading 1" is fine.
*Always preview changes before submitting. Several edits to fix minor layout issues will clog the page history and inconvenience staff and other users.
*Always preview changes before submitting. Several edits to fix minor layout issues will clog the page history and inconvenience staff and other users.
==Templates==
Templates are designed to make coding faster and easier when editing multiple pages or long data. The syntax to use a template is <tt><nowiki>{{Template Name|Variable 1|Variable 2|Variable X}}</nowiki></tt>. You can find a list of all templates [http://wiki.the-west.net/index.php?title=Special:AllPages&from=&to=&namespace=10 here].


==Editing Markup==
==Editing Markup==
{|align="center" style="width:100%; border:1px #AAAAAA solid; background:#EDE9CE; text-align:left"
{|align="center" style="width:600px; border:1px #AAAAAA solid; background:#FEC; text-align:left"
  |colspan="3" align="center" style="background:#CDCAB1; text-align:center;" | <h2 style="margin:.5em; margin-top:.1em; margin-bottom:.1em; border-bottom:0; font-weight:bold;">Markup</h2>
  |colspan="3" align="center" style="background:#F5B555; text-align:center;" | <h2 style="margin:.5em; margin-top:.1em; margin-bottom:.1em; border-bottom:0; font-weight:bold;">Markup</h2>
<h4>For more advanced details click [http://meta.wikimedia.org/wiki/Help:Wikitext_examples here].</h4>
<h4>For more advanced details click [http://meta.wikimedia.org/wiki/Help:Wikitext_examples here].</h4>
  |-<!--COLUMN HEADINGS-->
  |-<!--COLUMN HEADINGS-->
  | width="25%" style="background:#CDCAB1; padding:0.3em; text-align:center;"|'''Description'''
  | width="25%" style="background:#FFCE85; padding:0.3em; text-align:center;"|'''Description'''
  | style="background:#CDCAB1; padding:0.3em; text-align:center;"|'''You type'''  
  | style="background:#FFCE85; padding:0.3em; text-align:center;"|'''You type'''  
  | width="25%" style="background:#CDCAB1; padding:0.3em; text-align:center;"|'''You get'''
  | width="25%" style="background:#FFCE85; padding:0.3em; text-align:center;"|'''You get'''
  |-<!--CONTENTS-->
  |-<!--CONTENTS-->
  | Italics
  | Italics
Line 37: Line 40:
  | ''Italic text''
  | ''Italic text''
  |-
  |-
  |colspan="3" style="border-top:1px solid #CDCAB1;"|
  |colspan="3" style="border-top:1px solid #EDB;"|
  |-
  |-
  | Bold
  | Bold
Line 43: Line 46:
  | '''Bold text'''
  | '''Bold text'''
  |-
  |-
  |colspan="3" style="border-top:1px solid #CDCAB1;"|
  |colspan="3" style="border-top:1px solid #EDB;"|
  |-
  |-
  | Bold italics
  | Bold italics
Line 49: Line 52:
  | '''''Bold italics'''''
  | '''''Bold italics'''''
  |-
  |-
  |colspan="3" style="border-top:1px solid #CDCAB1;"|
  |colspan="3" style="border-top:1px solid #EDB;"|
  |-
  |-
  | Wiki link
  | Wiki link
Line 55: Line 58:
  | [[Main Page|Displayed Text]]
  | [[Main Page|Displayed Text]]
  |-
  |-
  |colspan="3" style="border-top:1px solid #CDCAB1;"|
  |colspan="3" style="border-top:1px solid #EDB;"|
  |-
  |-
  | External link
  | External link
  | <tt><nowiki>[http://en.grepolis.com/ Text to display]</nowiki></tt><br />
  | <tt><nowiki>[http://www.the-west.net/ Text to display]</nowiki></tt><br />
<tt><nowiki>[http://en.grepolis.com/]</nowiki></tt><br />
<tt><nowiki>[http://www.the-west.net/]</nowiki></tt><br />
<tt><nowiki>http://en.grepolis.com/</nowiki></tt>
<tt><nowiki>http://www.the-west.net/</nowiki></tt>
  |[http://en.grepolis.com/ Text to display]<br />
  |[http://www.the-west.net/ Text to display]<br />
[http://en.grepolis.com/]<br />
[http://www.the-west.net/]<br />
http://en.grepolis.com/
http://www.the-west.net/
  |-
  |-
  |colspan="3" style="border-top:1px solid #CDCAB1;"|
  |colspan="3" style="border-top:1px solid #EDB;"|
  |-
  |-
  | Redirect
  | Redirect
Line 71: Line 74:
  | [[File:Redirect.png]][[Main Page]]
  | [[File:Redirect.png]][[Main Page]]
  |-
  |-
  |colspan="3" style="border-top:1px solid #CDCAB1;"|
  |colspan="3" style="border-top:1px solid #EDB;"|
  |-
  |-
  |Categorise Page
  |Categorise Page
Line 77: Line 80:
  |Preview not available.
  |Preview not available.
  |-
  |-
  |colspan="3" style="border-top:1px solid #CDCAB1;"|
  |colspan="3" style="border-top:1px solid #EDB;"|
  |-
  |-
  | Section Headings
  | Section Headings
Line 93: Line 96:
======Level 6======
======Level 6======
  |-
  |-
  |colspan="3" style="border-top:1px solid #CDCAB1;"|
  |colspan="3" style="border-top:1px solid #EDB;"|
  |-
  |-
  | Bullet List
  | Bullet List
Line 106: Line 109:
*Three
*Three
  |-
  |-
  |colspan="3" style="border-top:1px solid #CDCAB1;"|
  |colspan="3" style="border-top:1px solid #EDB;"|
  |-
  |-
  | Numbered List
  | Numbered List
Line 119: Line 122:
#Three
#Three
  |-
  |-
  |colspan="3" style="border-top:1px solid #CDCAB1;"|
  |colspan="3" style="border-top:1px solid #EDB;"|
  |-
  |-
  | Indents
  | Indents
Line 131: Line 134:
:::third indent
:::third indent
  |-
  |-
  |colspan="3" style="border-top:1px solid #CDCAB1;"|
  |colspan="3" style="border-top:1px solid #EDB;"|
  |-
  |-
  | Tables
  | Tables
Line 151: Line 154:
   |}
   |}
  |-
  |-
  |colspan="3" style="border-top:1px solid #CDCAB1;"|
  |colspan="3" style="border-top:1px solid #EDB;"|
  |-
  |-
  | Images
  | Images
Line 157: Line 160:
  | [[File:Logo.png|thumb|alt=alt_text|Caption]]
  | [[File:Logo.png|thumb|alt=alt_text|Caption]]
  |-
  |-
  | colspan="3" style="background:#CDCAB1; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | '''For Talk Pages'''
  | colspan="3" style="background:#FFCE85; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | '''For Talk Pages'''
  |-
  |-
  |Signature
  |Signature

Latest revision as of 10:35, 23 June 2010

  Contents · Intro · About · Wiki · Editing · Staff 

How To Edit

Before editing a page ensure you are signed into your wiki account (separate from your game and forum accounts). Once signed it click the edit button located below the left end of the page title but above the first horizontal rule. You should then see an edit screen. You may also opt to edit a single section at once by pressing the edit button to the right of the section's title.

Some pages may not have an edit button but will have a view source button instead. These are protected pages. If you see this you may require administrator or advanced user permission to edit them, or you may have forgotten to log in. If you wish to edit a protected page place your edit in the Talk Page and an administrator will copy it into the page if they feel the proposed change is necessary.

What To Edit

There are four main reasons to edit a page:

  • The page contains inaccurate information.
  • The page contains subjective information.
  • Existing content on the page lacks detail.
  • You have new information to add.

If you are editing a page for a reason other than this it is probably not necessary, please try to use common sense in this scenario. Frequent editing that serves no purpose will only generate clutter in the page logs.

Editing Rules

The rules for this wiki are listed here.

If you see any content that breaches the Rules please do not edit the page. Instead go to the Page History and undo the edit in which the offending content appeared. If you notice this content reappears then please alert an administrator who can deal with the author.

Editing Etiquette

When editing there are two main formalities that should be undertaken:

  • Always provide a summary of the edit in the summary box, which will be shown in the page history. It does not need to be lengthy, something simple like "fixing typo" or "adding info to heading 1" is fine.
  • Always preview changes before submitting. Several edits to fix minor layout issues will clog the page history and inconvenience staff and other users.

Templates

Templates are designed to make coding faster and easier when editing multiple pages or long data. The syntax to use a template is {{Template Name|Variable 1|Variable 2|Variable X}}. You can find a list of all templates here.

Editing Markup

Markup

For more advanced details click here.

Description You type You get
Italics ''Italic text'' Italic text
Bold '''Bold text''' Bold text
Bold italics '''''Bold italics''''' Bold italics
Wiki link [[Main Page|Displayed Text]] Displayed Text
External link [http://www.the-west.net/ Text to display]

[http://www.the-west.net/]
http://www.the-west.net/

Text to display

[1]
http://www.the-west.net/

Redirect #REDIRECT [[Main Page]] Redirect.pngMain Page
Categorise Page [[Category:NAME]] Preview not available.
Section Headings ==Level 2==

===Level 3===
====Level 4====
=====Level 5=====
======Level 6======

Level 2

Level 3

Level 4

Level 5
Level 6
Bullet List *One

*Two
**Two point one
*Three

  • One
  • Two
    • Two point one
  • Three
Numbered List #1

#2
##2.1
#3

  1. One
  2. Two
    1. Two point one
  3. Three
Indents zero indent

:first indent
::second indent
:::third indent

zero indent
first indent
second indent
third indent
Tables

{| border="1"
|<center>'''Head Col 1'''</center>
|<center>'''Head Col 2'''</center>
|-
|Item 1 Col 1
|Item 1 Col 2
|}

Head Col 1
Head Col 2
Item 1 Col 1 Item 1 Col 2
Images [[File:Logo.png|thumb|alt=alt_text|Caption]]
alt_text
Caption
For Talk Pages
Signature ~~~~ Username (talk) 16:53, 13 May 2024 (UTC)