Help:How to edit

From MechWarrior: Living Legends Wiki
Jump to: navigation, search

On a wiki, it is customary to allow readers to edit content and structure. This is a brief overview of the editing process.

Editing basics

Review policy and conventions

Make sure that you submit information which is relevant to the MWLL theme of the wiki, or your content might be deleted. You can always use the talk pages to ask questions or check to see if your idea will be accepted. Always remember that MWLL wiki does not aspire to become a BattleTech wiki, although some basic background information is appreciated.

Start editing

To start editing a page, click the Edit link. This brings you to the edit page: a page with a text box containing the wikitext - the editable code from which the server produces the finished page. If you just want to experiment, please do so in the Sandbox, not here, nor on other articles.

Type your changes

You can just type your text. However, also using basic wiki markup (examples of which can be found below) adds to the value of your contribution.

Summarize your changes

Write a short edit summary in the small field below the edit-box. You may use shorthand to describe your changes, point out what you added or removed from the article (eg. "infobox" means that in this edit the infobox has been added)

Preview before saving

When you have finished, click Show preview to see how your changes will look before you make them permanent. Repeat the edit/preview process until you are satisfied, then click Save page and your changes will be immediately applied to the article.

Dummy edit and null edit

If the wikitext is not changed, no edit will be recorded and the edit summary is discarded. A dummy edit is a change in wikitext that has no effect on the rendered page, such as changing the number of newlines at some position from 0 to 1 or from 2 to 3 or conversely (changing from 1 to 2 makes a difference, see below). This allows an edit summary, and is useful for correcting a previous edit summary, or an accidental marking of a previous edit as "minor" (see below).
To refresh the cache of some item in the database a lesser kind of dummy edit, called a null edit, may be sufficient: one that does not cause any change in the wikitext, and no entry in the history, in Recent Changes, etc.: this can be done by opening the edit window and saving; a section edit is sufficient.

Minor edits

When editing a page, a logged-in user has the option of flagging the edit as a "minor edit". This feature is important, because users can choose to hide minor edits in their view of the Recent Changes page, to keep the volume of edits down to a manageable level.
Deciding when to use this feature is a matter of personal preference. The rule of thumb is that an edit of a page that consists of spelling corrections, formatting, and minor rearranging of text should be flagged as a "minor edit". A major edit is basically something that makes the entry worth revisiting for somebody who wants to watch the article rather closely. So any "real" change, even if it is a single word, should be flagged as a "major edit".
The reason for not allowing a user who is not logged in to mark an edit as minor is that vandalism could then be marked as a minor edit, in which case it would stay unnoticed longer. This limitation is another reason to log in.

Wiki markup

In the left column of the table below, you can find a series of Wiki markup examples. In the right column, you can see the resulting output. In other words, to make text look like it looks in the right column, type it in the format you see in the left column. You may want to keep this page open in a separate browser window for reference. If you want to try out things without danger of doing any harm, you can do so in the Sandbox.

Basic formatting

Wiki markup Output
You can ''italicize text'' by
putting 2 apostrophes on each side. 

3 apostrophes will bold '''the text'''.

5 apostrophes will bold and italicize 
'''''the text'''''.

You can italicize text by putting 2 apostrophes on each side.

3 apostrophes will bold the text.

5 apostrophes will bold and italicize the text.

A single
newline
has no
effect on the
layout.

But an empty line
starts a new paragraph.

A single newline has no effect on the layout.

But an empty line starts a new paragraph.

You can break lines<br />
without starting a new paragraph.

You can break lines
without starting a new paragraph.

When adding a comment to a
Talk page, you should sign it.
You can do this by adding three
tildes for your user name:<br />
~~~

Four for user name plus date/time:<br />
~~~~

Five for date/time:<br />
~~~~~

When adding a comment to a Talk page, you should sign it. You can do this by adding three tildes for your user name:
[[Special:Mypage|Template:USERNAME]]

Four for user name plus date/time:
[[Special:Mypage|Template:USERNAME]] 11:29, March 28 2024 (UTC)

Five for date/time:
11:29, March 28 2024 (UTC)

Sections, lists, lines, and footnotes

Wiki markup Output
==New section==

===Subsection===

====Sub-subsection====

New section

Subsection

Sub-subsection

: A colon (:) indents a line or paragraph.
A newline starts a new paragraph.<br />
Often used for discussion on talk pages.
: We use 1 colon to indent once.
:: We use 2 colons to indent twice.
::: 3 colons to indent 3 times, and so on.
A manual newline starts a new paragraph.
A colon (:) indents a line or paragraph.

A newline starts a new paragraph.
Often used for discussion on talk pages.

We use 1 colon to indent once.
We use 2 colons to indent twice.
3 colons to indent 3 times, and so on.

A manual newline starts a new paragraph.

* ''Unordered lists'' are easy to do:
** Start every line with a star.
*** More stars indicate a deeper level.
** Previous item continues.
** A newline
* in a list  
marks the end of the list.
* Of course you can start again.
  • Unordered lists are easy to do:
    • Start every line with a star.
      • More stars indicate a deeper level.
    • Previous item continues.
    • A newline
  • in a list

marks the end of the list.

  • Of course you can start again.
# ''Numbered lists'' are:
## Very organized
## Easy to follow
A newline marks the end of the list.
# New numbering starts with 1.
  1. Numbered lists are:
    1. Very organized
    2. Easy to follow

A newline marks the end of the list.

  1. New numbering starts with 1.
*You can even do mixed lists
*#and nest them
*#*like this<br />or include newlines
  • You can even do mixed lists
    1. and nest them
      • like this
        or include newlines
Here's a definition list:
; Word : Definition of the word
; A longer phrase needing definition
: Phrase defined
; A word : Which has a definition
: Also a second one
: And even a third

Begin with a semicolon. One item per line; 
a newline can appear before the colon, but 
using a space before the colon improves 
parsing.

Here's a definition list:

Word 
Definition of the word
A longer phrase needing definition
Phrase defined
A word 
Which has a definition
Also a second one
And even a third

Begin with a semicolon. One item per line; a newline can appear before the colon, but using a space before the colon improves parsing.

A horizontal dividing line: above
----
and below.

A horizontal dividing line: above


and below.

You can add footnotes to sentences using
the ''ref'' tag -- this is especially good
for citing a source.

Luke Skywalker's Proton Torpedo
started a chain reaction that blew
up the Death Star.
<ref>Star Wars Episode IV: A New Hope
</ref>

References: {{Reflist}}

You can add footnotes to sentences using the ref tag -- this is especially good for citing a source.

Luke Skywalker's Proton Torpedo started a chain reaction that blew up the Death Star. <ref>Star Wars Episode IV: A New Hope </ref>

References:
<references group=""></references>

Links and URLs

Wiki markup Output
[[Madcat MKII]] is an "internal link".

Madcat MKII is an "internal link".

Endings are blended into the link:
[[JJ]]s, [[CGauss]]es

Endings are blended into the link: JJs, CGausses

You can put formatting around a link.
Example: ''[[Madcat MKII]]''.

You can put formatting around a link. Example: Madcat MKII.

The ''first letter'' of an
article is automatically
capitalized, so [[Weapons]]
goes to the same place
as [[weapons]].
Capitalization matters after the
first letter.

The first letter of an article is automatically capitalized, so Weapons goes to the same place as weapons. Capitalization matters after the first letter.

[[Madcat MKII#Prime]] is a link to the
"Prime" section of the "Madcat MKII" article.

Madcat MKII#Prime is a link to the "Prime" section of the "Madcat MKII" article.

[[Madcat MKII#Prime|Madcat MKII prime variant]] is a "piped link".
It allows you to change the text of a
link without changing its target.

Madcat MKII prime variant is a "piped link". It allows you to change the text of a link without changing its target.

Automatically hide stuff in parentheses: 
[[test (I'll be hidden)|]].

Automatically hide namespaces: 
[[Help:Contents|]]

Automatically hide stuff in parentheses: test.

Automatically hide namespaces: Contents

[[Damon]] is a page that doesn't exist yet.

Skywalker is a page that doesn't exist yet.

Redirect one article to another:<br />
#REDIRECT [[Madcat MKII]]

Redirect one article to another:
Madcat MKII

If it is a redirect to a category, do:<br />
#REDIRECT [[:Category:Help]]

If it is a redirect to a category, do:
Category:Help

"What links here" and "Related changes"
can be linked as:<br />
[[Special:Whatlinkshere/Help:How to edit]] and
[[Special:Recentchangeslinked/Help:How to edit]]

"What links here" and "Related changes" can be linked as:
Special:Whatlinkshere/Help:How to edit and Special:Recentchangeslinked/Help:How to edit

You can make an external link
just by typing a URL:
http://wiki.mechlivinglegends.net/

You can give it a title:
[http://wiki.mechlivinglegends.net/ official site]

Or leave the title blank:
[http://wiki.mechlivinglegends.net/]

You can make an external link just by typing a URL: http://wiki.mechlivinglegends.net/

You can give it a title: official site

Or leave the title blank: [1]

Linking to an e-mail address
works the same way:
mailto:someone@domain.com or 
[mailto:someone@domain.com someone]

Linking to an e-mail address works the same way: mailto:someone@domain.com or someone

Category links do not show up
in-line but instead at the
bottom of the page ''and cause
the page to be listed in the
category.''
[[Category:Help]]

Add an extra colon to ''link''
to a category in line without
causing the page to be listed
in the category:
[[:Category:Help]]

Category links do not show up in-line but instead at the bottom of the page and cause the page to be listed in the category.

Add an extra colon to link to a category in line without causing the page to be listed in the category: Category:Help

The Wiki reformats linked
dates to match the reader's
date preferences. These three
dates will show up the same
if you choose a format in your
[[Special:Preferences|]]:
* [[July 20]], [[1969]]
* [[20 July]] [[1969]]
* [[1969]]-[[07-20]]

The Wiki reformats linked dates to match the reader's date preferences. These three dates will show up the same if you choose a format in your Preferences:

Images, media, and tables

Wiki markup Output
Display an image:<br />
[[File:Madcat2.jpg]]

Display an image:
Madcat2.jpg

Resize an image:<br />
[[File:Madcat2.jpg|50px]]

Resize an image:
Madcat2.jpg

Align an image:<br />
[[File:SA Marshes.jpg|50px|left]]
[[File:Madcat2.jpg|50px|right]]

Align an image:

Madcat2.jpg
A framed image:<br />
[[File:Madcat2.jpg|frame]]

A framed image:

Madcat2.jpg
Add an image caption:<br />
[[File:Madcat2.jpg|frame|An image.]]

Add an image caption:

An image.
A thumbnail image:<br />
[[File:Madcat2.jpg|thumb|100px|Logo.]]

A thumbnail image:

Logo.
An image gallery:<br />
<gallery>
Image:Madcat2.jpg|one
Image:Madcat2.jpg|two
Image:Madcat2.jpg|three
</gallery>

An image gallery:

Link to an image description page:<br /> 
[[:Image:Madcat2.jpg]]

Link to an image description page:
Image:Madcat2.jpg

Link directly to an image:<br />
[[media:Madcat2.jpg]]

Link directly to an image:
media:Madcat2.jpg

To link to non-image uploads, 
you also use a "media" link:<br />
[[media:nofile.ogg]]

To link to non-image uploads, you also use a "media" link:
media:nofile.ogg

{| border="1" cellspacing="0" 
cellpadding="5" align="center"
! This
! is
|- 
| a
| table
|}
This is
a table

HTML tags

You can use some HTML tags as well. However, you should avoid HTML in favor of Wiki markup whenever possible.

Wiki markup Output
<i>italics</i><br />
<b>bold</b>

italics
bold

Put text in a <tt>typewriter
font</tt>. The same font is 
generally used for <code>
computer code</code>.

Put text in a typewriter font. The same font is generally used for computer code.

<strike>Strike out</strike>
or <u>underline</u> text,
or write it <span style=
"font-variant:small-caps">
in small caps</span>.

Strike out or underline text, or write it in small caps.

Superscripts and subscripts:
X<sup>2</sup>, H<sub>2</sub>O

Superscripts and subscripts: X2, H2O

You can use <small>small
text</small> for captions.

You can use small text for captions.

<center>Centered text</center>
Centered text
<blockquote>
The '''blockquote''' command will indent 
both margins when needed instead of the 
left margin only as the colon does.  
</blockquote>

The blockquote command will indent both margins when needed instead of the left margin only as the colon does.

Invisible comments to editors (<!-- -->) 
only appear while editing the page.
<!-- Note to editors: blah blah blah. -->

Invisible comments to editors (<!-- -->) only appear while editing the page.

Character formatting

Wiki markup Output
'''Umlauts and accents:'''<br />
e` é e^ ë i` í

&Agrave; &Aacute; &Acirc;<br />
&Atilde; &Auml; &Aring;<br />
&AElig; &Ccedil; &Egrave;<br />
&Eacute; &Ecirc; &Euml;<br />
&Igrave; &Iacute; &Icirc;<br />
&Iuml; &Ntilde; &Ograve;<br />
&Oacute; &Ocirc; &Otilde;<br />
&Ouml; &Oslash; &Ugrave;<br />
&Uacute; &Ucirc; &Uuml;<br />
&szlig; &agrave; &aacute;<br />
&acirc; &atilde; &auml;<br />
&aring; &aelig; &ccedil;<br />
&egrave; &eacute; &ecirc;<br />
&euml; &igrave; &iacute;<br />
&icirc; &iuml; &ntilde;<br />
&ograve; &oacute; &ocirc;<br />
&oelig; &otilde; &ouml;<br />
&oslash; &ugrave; &uacute;<br />
&ucirc; &uuml; &yuml;

Umlauts and accents:
e` é e^ ë i` í

À Á Â
Ã Ä Å
Æ Ç È
É Ê Ë
Ì Í Î
Ï Ñ Ò
Ó Ô Õ
Ö Ø Ù
Ú Û Ü
ß à á
â ã ä
å æ ç
è é ê
ë ì í
î ï ñ
ò ó ô
œ õ ö
ø ù ú
û ü ÿ

'''Punctuation:'''<br />
&iquest; &iexcl; &laquo;<br />
&raquo; &sect; &para;<br />
&dagger; &Dagger; &bull;<br />
- &ndash; &mdash;

Punctuation:
¿ ¡ «
» § ¶
† ‡ •
- – —

'''Commercial symbols:'''<br />
&trade; &copy; &reg;<br />
&cent; &euro; &yen;<br />
&pound; &curren;<br />

Commercial symbols:
™ © ®
¢ € ¥
£ ¤

'''Greek characters:'''<br />
&alpha; &beta; &gamma;<br />
&delta; &epsilon; &zeta;<br />
&eta; &theta; &iota;<br />
&kappa; &lambda; &mu;<br />
&nu; &xi; &omicron;<br />
&pi; &rho; &sigma;<br />
&sigmaf; &tau; &upsilon;<br />
&phi; &chi; &psi;<br />
&omega; &Gamma; &Delta;<br />
&Theta; &Lambda; &Xi;<br />
&Pi; &Sigma; &Phi;<br />
&Psi; &Omega;

Greek characters:
α β γ
δ ε ζ
η θ ι
κ λ μ
ν ξ ο
π ρ σ
ς τ υ
φ χ ψ
ω Γ Δ
Θ Λ Ξ
Π Σ Φ
Ψ Ω

'''Math characters:'''<br />
&int; &sum; &prod;<br />
&radic; &minus; &plusmn;<br />
&infin; &asymp; &prop;<br />
&equiv; &ne; &le;<br />
&ge; &times; &middot;<br />
&divide; &part; &prime;<br />
&Prime; &nabla; &permil;<br />
&deg; &there4; &alefsym;<br />
&oslash; &isin; &notin;<br />
&cap; &cup; &sub;<br />
&sup; &sube; &supe;<br />
&not; &and; &or;<br />
&exist; &forall; &rArr;<br />
&hArr; &rarr; &harr;<br />
&uarr;

Math characters:
∫ ∑ ∏
√ − ±
∞ ≈ ∝
≡ ≠ ≤
≥ × ·
÷ ∂ ′
″ ∇ ‰
° ∴ ℵ
ø ∈ ∉
∩ ∪ ⊂
⊃ ⊆ ⊇
¬ ∧ ∨
∃ ∀ ⇒
⇔ → ↔

Preformatted text

A few different kinds of formatting will tell the Wiki software to display your text just as you typed it.

Wiki markup Output
<nowiki>
The nowiki tag ignores 
[[Wiki]] ''markup''.
It reformats text by 
removing
newlines    and multiple
 spaces.
It still interprets special
characters: &rarr;
</nowiki>

The nowiki tag ignores [[Wiki]] ''markup''. It reformats text by removing newlines and multiple spaces. It still interprets special characters: →

<pre>
The pre tag ignores [[Wiki]]
 ''markup''.
It also doesn't     reformat
 text.
It still interprets special
characters: &rarr;
</pre>
The pre tag ignores [[Wiki]]
 ''markup''.
It also doesn't     reformat
 text.
It still interprets special
characters: →
Leading spaces are another way
to preserve formatting.

 Putting a space at the
 beginning of each
 line stops the text   
 from being
 reformatted.  It still 
 interprets [[Wiki]]
 ''markup'' and special
 characters: &rarr;

Leading spaces are another way to preserve formatting.

Putting a space at the
beginning of each
line stops the text   
from being
reformatted.  It still 
interprets Wiki
markup and special
characters: →

Templates

Template:See also

Templates are segments of Wiki markup that are meant to be automatically ("transcluded") into a page. You add them by putting the template's name in {{double braces}}. Some templates take parameters, as well, which you separate with the pipe character.

Tips and tricks

Page protection

In a few cases, where an Administrator has protected a page, the link labeled "Edit" is replaced by the text "View source". In that case, the page can only be edited by an administrator. Protection of an image page includes protection of the image itself. To ask that a page be either protected or unprotected, please contact one of administrators.

Edit conflicts

If someone else makes an edit while you are making yours, the result is an edit conflict. Many conflicts can be automatically resolved by the Wiki. If it can't be resolved, however, you will need to resolve it yourself. The Wiki gives you two text boxes, where the top one is the other person's edit and the bottom one is your edit. Merge your edits into the top edit box, which is the only one that will be saved.

Reverting

The edit link of a page showing an old version leads to an edit page with the old wikitext. This is a useful way to restore the old version of a page. However, the edit link of a diff page gives the current wikitext, even if the diff page shows an old version below the table of differences.

Error messages

If you get an error message upon saving a page, you can't tell whether the actual save has failed or just the confirmation. You can go back and save again, and the second save will have no effect, or you can check "My contributions" to see whether the edit went through.

Checking spelling and editing in your favorite editor

You may find it more convenient to copy and paste the text first into your favorite text editor, edit and spell check it there, and then paste it back into your web browser to preview. This way, you can also keep a local backup copy of the pages you have edited. It also allows you to make changes offline.
If you edit this way, it's best to leave the editing page open after you copy from it, using the same edit box to submit your changes, so that the usual edit conflict mechanism can deal with it. If you return to the editing page later, please make sure that nobody else has edited the page in the meantime. If someone has, you'll need to merge their edits into yours by using the diff feature in the page history.