Difference between revisions of "Help:Editing"

From Team Fortress Wiki
Jump to: navigation, search
(Blanked the page)
(Tag: Blanking)
m
(Tag: Undo)
Line 1: Line 1:
 +
{{Help navbar}}
  
 +
== Basic formatting ==
 +
<!--COMMENT MARKUP. Displays:Edit mode only.-->
 +
{|align="center" class="wikitable" style="width:100%"
 +
|-<!--COLUMN HEADINGS-->
 +
| class="header" width="25%" style="text-align:center;"|'''Description'''
 +
| class="header" style="text-align:center;"|'''You type'''
 +
| class="header" width="25%" style="text-align:center;"|'''You get'''
 +
|-<!--1ST ROW 1ST COLUMN-->
 +
|Italic text
 +
|<!--2ND COLUMN-->
 +
<tt><nowiki>''italic''</nowiki></tt>
 +
|<!--3RD COLUMN-->
 +
''italic''
 +
|-<!--HORIZONTAL LINE-->
 +
|colspan="3" style="border-top:1px solid #FFE4C4;"|
 +
|-<!--2ND ROW 1ST COLUMN-->
 +
|Bold text
 +
|
 +
<tt><nowiki>'''bold'''</nowiki></tt>
 +
|
 +
'''bold'''
 +
|-
 +
|colspan="3" style="border-top:1px solid #FFE4C4;"|
 +
|-
 +
|Bold and italic
 +
|
 +
<tt><nowiki>'''''bold & italic'''''</nowiki></tt>
 +
|
 +
'''''bold & italic'''''
 +
|-
 +
|colspan="3" style="border-top:1px solid #FFE4C4;"|
 +
|-
 +
|Internal link<br />
 +
<div style="padding: 0em .5em; font-size:0.9em;">''(within the wiki)''</div>
 +
|
 +
<tt><nowiki>[[Rocket Launcher]]</nowiki></tt><br />
 +
<tt><nowiki>[[Rocket Launcher|A large weapon]]</nowiki></tt><br />
 +
<tt><nowiki>[[Soldier]]s and [[Medic]]s</nowiki></tt>
 +
|
 +
[[Rocket Launcher]]<br />
 +
[[Rocket Launcher|A large weapon]]<br />
 +
[[Soldier]]s and [[Medic]]s
 +
|-
 +
|colspan="3" style="border-top:1px solid #FFE4C4;"|
 +
|-
 +
|Categorization
 +
|
 +
{{code|<nowiki>[[</nowiki>Category:Gameplay]]}}<br />
 +
{{code|<nowiki>[[</nowiki>Category:Gameplay/fr]]}} (on French pages)
 +
|
 +
''Places the page in [[:Category:Gameplay]]''<br />
 +
''Places the page in [[:Category:Gameplay/fr]]''
 +
|-
 +
|colspan="3" style="border-top:1px solid #FFE4C4;"|
 +
|-
 +
|External link<br />
 +
<div style="padding: 0em .5em; font-size:0.9em;">''(to other websites)''</div>
 +
|
 +
<tt><nowiki>[http://www.example.org Text to display]</nowiki></tt><br />
 +
<tt><nowiki>[http://www.example.org]</nowiki></tt><br />
 +
<tt><nowiki>http://www.example.org</nowiki></tt>
 +
|
 +
[http://www.example.org Text to display]<br />
 +
[http://www.example.org]<br />
 +
http://www.example.org
 +
|-
 +
|colspan="3" style="border-top:1px solid #FFE4C4;"|
 +
|-
 +
|Link to Wikipedia
 +
|
 +
<tt><nowiki>[[Wikipedia:Team Fortress 2|TF2 on Wikipedia]]</nowiki></tt><br>
 +
<tt><nowiki>[[w:Team Fortress 2|TF2 on Wikipedia]]</nowiki></tt>
 +
|
 +
[[Wikipedia:Team Fortress 2|TF2 on Wikipedia]]<br>
 +
[[w:Team Fortress 2|TF2 on Wikipedia]]
 +
|-
 +
|colspan="3" style="border-top:1px solid #FFE4C4;"|
 +
|-
 +
|Citation Needed
 +
|
 +
<nowiki>{{Citation needed}}</nowiki>
 +
|
 +
{{Citation needed}}
 +
|-
 +
|colspan="3" style="border-top:1px solid #FFE4C4;"|
 +
|-
 +
|Redirect to another page
 +
|
 +
<tt><nowiki>#REDIRECT [[Target page]]</nowiki></tt>
 +
|
 +
[[Image:Redirect arrow without text.png]][[Target page]]
 +
|-
 +
|colspan="3" style="border-top:1px solid #FFE4C4;"|
 +
|-
 +
|Redirect to a non-english page
 +
|
 +
<tt><nowiki>#REDIRECT [[Target page/x]] {{R lang|x}}</nowiki></tt> where <code>x</code> is the language's code (de, fr, es, ru...)
 +
|
 +
[[Image:Redirect arrow without text.png]][[Target page/x]]
 +
|-
 +
|colspan="3" style="border-top:1px solid #FFE4C4;"|
 +
|-
 +
|Section headings<br />
 +
<div style="padding: 0em .5em; font-size:0.9em;">''A Table of Contents will automatically be generated when four headings are added to an article.''</div>
 +
|
 +
<tt><nowiki>== Level 1 ==</nowiki></tt><br />
 +
<tt><nowiki>=== Level 2 ===</nowiki></tt><br />
 +
<tt><nowiki>==== Level 3 ====</nowiki></tt><br />
 +
<tt><nowiki>===== Level 4 =====</nowiki></tt><br />
 +
<tt><nowiki>====== Level 5 ======</nowiki></tt>
 +
|
 +
== Level 1 ==
 +
=== Level 2 ===
 +
==== Level 3 ====
 +
===== Level 4 =====
 +
====== Level 5 ======
 +
|-
 +
|colspan="3" style="border-top:1px solid #FFE4C4;"|
 +
|-
 +
|Bulleted list
 +
|
 +
<tt>* One</tt><br />
 +
<tt>* Two</tt><br />
 +
<tt>** Two point one</tt><br />
 +
<tt>* Three</tt>
 +
|
 +
* One
 +
* Two
 +
** Two point one
 +
* Three
 +
|-
 +
|colspan="3" style="border-top:1px solid #FFE4C4;"|
 +
|-
 +
|Numbered list<br />
 +
<div style="padding: 0em .5em; font-size:0.9em;">''Empty lines between list items restarts numbering at 1.''</div>
 +
|
 +
<tt># One</tt><br />
 +
<tt># Two</tt><br />
 +
<tt>## Two point one</tt><br />
 +
<tt># Three</tt><br />
 +
|
 +
# One
 +
# Two
 +
## Two point one
 +
# Three
 +
|-
 +
|colspan="3" style="border-top:1px solid #FFE4C4;"|
 +
|-
 +
|Indenting text
 +
|
 +
<tt><nowiki>no indent (normal)</nowiki></tt><br/>
 +
<tt><nowiki>:first indent</nowiki></tt><br/>
 +
<tt><nowiki>::second indent</nowiki></tt><br/>
 +
<tt><nowiki>:::third indent</nowiki></tt>
 +
|
 +
no indent (normal)<br/>
 +
:first indent
 +
::second indent
 +
:::third indent
 +
|-
 +
|colspan="3" style="border-top:1px solid #FFE4C4;"|
 +
|-
 +
|Image
 +
|
 +
<tt><nowiki>[[Image:Logo.png‎‎|100px]]</nowiki></tt>
 +
|
 +
[[Image:Logo.png‎|100px]]
 +
|-
 +
|colspan="3" style="border-top:1px solid #FFE4C4;"|
 +
|-
 +
|Thumbnail image
 +
|
 +
<tt><nowiki>[[</nowiki>Image:Logo.png‎|thumb|Caption text<nowiki>]]</nowiki></tt>
 +
|
 +
[[File:Logo.png‎‎|thumb|100px|Caption text]]
 +
|-
 +
 +
|-<!--TALKPAGES-->
 +
| colspan="3" style="text-align:center;background:#FFE4C4;" | For Talk Pages
 +
|-
 +
|Sign your posts on talk pages
 +
|
 +
<tt><nowiki>~~~~</nowiki></tt>
 +
|
 +
[[Special:Mypage|Username]] ([[Special:Mytalk|talk]]) {{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC)
 +
|}
 +
 +
== Creating a page ==
 +
There are three ways to create a new page on the Team Fortress Wiki:
 +
 +
Firstly, you can simply type the name of the new page you wish to create into the Search box on the left navigation menu. If the page does not currently exist, the page displayed will advise you that
 +
: ''You may create the page "<font color="FF000">[page you searched for]</font>", but consider checking the search results below to see whether it is already covered.''
 +
Click the red text of "<font color="FF000">[page you searched for]</font>" to begin creating the new page.
 +
 +
Secondly, you can navigate to the [[Wikipedia:Uniform Resource Locator|URL]] of the new page directly. For example, typing out <tt><nowiki>http://wiki.teamfortress.com/wiki/New_page</nowiki></tt> into your browser's URL address bar and hitting the enter button will take you to a '''New page''' document. On that page you can click the '''CREATE''' tab to bring up the editing box.
 +
 +
Alternatively, any page that contains a red link such as {{!xt|example page}} indicates that the page does not exist. Clicking on the link will take you to a page where the first version of the page can be written and saved.
 +
 +
== Creating a subpage ==
 +
Subpages can be thought of as ''children'' of articles in the document tree. As such they should be used when you wish to create an article that is intrinsically linked to the parent article. Articles that have been translated into different languages use subpages to store the separate content. For example, the [[Main Page]] has a [[Main Page/pl]] which has the translated content in Polish.
 +
 +
To create a subpage, the same procedure should be used as above using the forward slash ('''/''') to indicate the separation between the original page, and the subpage. Example:- '''<code><nowiki>Original page name/Subpage name</nowiki></code>'''.
 +
 +
== Saving pages ==
 +
Once edited, before actually saving your changes, make good use of the ''''Show preview'''' button to preview the changes. Avoid saving too often or saving just to see what it looks like. Each page save will generate an entry in [[Special:Recentchanges|recent changes]]. Repeated trivial and unnecessary saves tend to clutter up that list and inconvenience users who make use of that list to watch for vandals or misinformed edits. Once you are happy with your changes, enter a brief summary of what changes you have made in the ''''Summary:'''' text box and click the ''''Save page'''' button.
 +
 +
The ''''This is a minor edit'''' tick box should be used if small changes (for example, grammar corrections) have been made. The ''''Watch this page'''' tick box is useful to keep an eye on changes to that article. These will show up in your ''''My Watchlist'''' (found at the top right of the wiki when you are logged in) if any changes have been made.
 +
 +
== See also ==
 +
* [[Help:Contents]] &ndash; main help page
 +
 +
=== External ===
 +
* From [[w:mw:Help:Contents|MediaWiki Help]]:
 +
** [[w:mw:Help:Formatting|Formatting]]
 +
** [[w:mw:Help:Links|Links]]
 +
** [[w:mw:Help:Images|Images]]
 +
** [[w:mw:Help:Tables|Tables]]
 +
* [[w:Wikipedia:Cheatsheet|Wikipedia Cheatsheet]]
 +
 +
__NOTOC__ __NOEDITSECTION__
 +
 +
[[Category:Help|Editing]]

Revision as of 19:56, 24 May 2021

Basic formatting

Description You type You get
Italic text

''italic''

italic

Bold text

'''bold'''

bold

Bold and italic

'''''bold & italic'''''

bold & italic

Internal link
(within the wiki)

[[Rocket Launcher]]
[[Rocket Launcher|A large weapon]]
[[Soldier]]s and [[Medic]]s

Rocket Launcher
A large weapon
Soldiers and Medics

Categorization

[[Category:Gameplay]]
[[Category:Gameplay/fr]] (on French pages)

Places the page in Category:Gameplay
Places the page in Category:Gameplay/fr

External link
(to other websites)

[http://www.example.org Text to display]
[http://www.example.org]
http://www.example.org

Text to display
[1]
http://www.example.org

Link to Wikipedia

[[Wikipedia:Team Fortress 2|TF2 on Wikipedia]]
[[w:Team Fortress 2|TF2 on Wikipedia]]

TF2 on Wikipedia
TF2 on Wikipedia

Citation Needed

{{Citation needed}}

[citation needed]

Redirect to another page

#REDIRECT [[Target page]]

Redirect arrow without text.pngTarget page

Redirect to a non-english page

#REDIRECT [[Target page/x]] {{R lang|x}} where x is the language's code (de, fr, es, ru...)

Redirect arrow without text.pngTarget page/x

Section headings
A Table of Contents will automatically be generated when four headings are added to an article.

== Level 1 ==
=== Level 2 ===
==== Level 3 ====
===== Level 4 =====
====== Level 5 ======

Level 1

Level 2

Level 3

Level 4
Level 5
Bulleted list

* One
* Two
** Two point one
* Three

  • One
  • Two
    • Two point one
  • Three
Numbered list
Empty lines between list items restarts numbering at 1.

# One
# Two
## Two point one
# Three

  1. One
  2. Two
    1. Two point one
  3. Three
Indenting text

no indent (normal)
:first indent
::second indent
:::third indent

no indent (normal)

first indent
second indent
third indent
Image

[[Image:Logo.png‎‎|100px]]

Logo.png

Thumbnail image

[[Image:Logo.png‎|thumb|Caption text]]

Caption text
For Talk Pages
Sign your posts on talk pages

~~~~

Username (talk) 17:18, 28 March 2024 (UTC)

Creating a page

There are three ways to create a new page on the Team Fortress Wiki:

Firstly, you can simply type the name of the new page you wish to create into the Search box on the left navigation menu. If the page does not currently exist, the page displayed will advise you that

You may create the page "[page you searched for]", but consider checking the search results below to see whether it is already covered.

Click the red text of "[page you searched for]" to begin creating the new page.

Secondly, you can navigate to the URL of the new page directly. For example, typing out http://wiki.teamfortress.com/wiki/New_page into your browser's URL address bar and hitting the enter button will take you to a New page document. On that page you can click the CREATE tab to bring up the editing box.

Alternatively, any page that contains a red link such as example page indicates that the page does not exist. Clicking on the link will take you to a page where the first version of the page can be written and saved.

Creating a subpage

Subpages can be thought of as children of articles in the document tree. As such they should be used when you wish to create an article that is intrinsically linked to the parent article. Articles that have been translated into different languages use subpages to store the separate content. For example, the Main Page has a Main Page/pl which has the translated content in Polish.

To create a subpage, the same procedure should be used as above using the forward slash (/) to indicate the separation between the original page, and the subpage. Example:- Original page name/Subpage name.

Saving pages

Once edited, before actually saving your changes, make good use of the 'Show preview' button to preview the changes. Avoid saving too often or saving just to see what it looks like. Each page save will generate an entry in recent changes. Repeated trivial and unnecessary saves tend to clutter up that list and inconvenience users who make use of that list to watch for vandals or misinformed edits. Once you are happy with your changes, enter a brief summary of what changes you have made in the 'Summary:' text box and click the 'Save page' button.

The 'This is a minor edit' tick box should be used if small changes (for example, grammar corrections) have been made. The 'Watch this page' tick box is useful to keep an eye on changes to that article. These will show up in your 'My Watchlist' (found at the top right of the wiki when you are logged in) if any changes have been made.

See also

External