Welcome to Wars Wiki!
Welcome, new users! For help on where to start, look at our getting started page and our manual of style. Need more help? Ask a staff member!

Help:Getting started: Difference between revisions

From Wars Wiki
Jump to navigationJump to search
No edit summary
m (Undo revision 8970 by Emmajhon (talk))
Line 1: Line 1:
                                                              '''Tour The Nairboi'''
{{HelpNav}}


This is a basic guide to '''getting started''' with editing Wars Wiki. We're glad you decided to help out, so here's everything you need to begin editing right away!


Photography equipment using its great extends associated with substantial forests, for lengthy is a subject matter regarding search for most as well as Nairobi, the administrative centre regarding South africa, is not any exception for it. Because heavy eco-friendly meadows amidst a cozy equatorial climate, additionally it is known as the firefox funds on the planet. Being a green town, it has lots of normal sights which lure tourists all the over the world to adopt flights so that you can Nairobi. In addition , it inherits a rich social traditions going back to generations which is quintessential regarding African nations. Aside from each one of these, there are numerous city attractions below which make it just about the most been to cities of Photography equipment.
== Editing Pages ==
So you've found a page that you want to edit. To do this, go to the top of the page and click the little button that says "edit". This pulls up the editing screen, where you can make changes to pages. From here, edit the article how you see fit (as long as it is within the realm of Wars Wiki's '''[[Project:Quality Standards|Quality Standards]]'''). But don't save just yet! You'll want to make sure that the edit is okay, and that there are no broken images or that nothing else is messed up.


During the taking in the sights tour around Nairobi, one can commence their quest by exploring the wealthy heritage that is exhibited its galleries and art free galleries and museums. The particular Nairobi Countrywide Museumis an important tourist attraction which contains numerous displays and educational areas. It houses various historic items and exhibits the social areas of indigenous tribes. You can choose a tour so as to get a better photo with this wealthy inheritance. The lizard park is found reverse to the memorial in which allures several site guests which get low-cost [http://www.timestravel.co/flights/Kenya/Nairobi cheap flights to Nairobi]. This properties several types of uncommon snakes along with other reptiles and had been mainly built to teach the public regarding this kind of animals. The actual South africa Railways Museum, operating out of a classic railway building, will be dedicated toward guarding and showing remains and also records of Photography equipment railways. A great collection of primitive in addition to contemporary engines and carriages are saved to display. Some various different noteworthy galleries include the Nairobi Memorial as well as the Dinesen Art gallery.
From here, click "Show preview". This will allow you to see the edits before you save them. Check to make sure that everything is in order (and sometimes spelling errors are easier to notice here). It is also preferred for the "Edit summary" to be used {{-}} simply type a short summary of the edit you've made (i.e. "Fixed 'als' to 'also'", etc.), then click "Save page". This will save your edits for everyone to see!


The actual natural beauty found in this particular metropolis will be thrilling, associated with regarding countrywide parks, landscapes and havens which home unique flora and fauna. Town Playground is really a beautiful landcaping backyard regarding local natrual enviroment which is also where you can certain species of wildlife. The Nairobi Arboretum can be an retreat arranged amongst the center from the funds that is landcaping along together using stunning bushes. The particular Camelopard Middle, positioned 15 miles coming via Nairobi, is really a main hot spot for many vacationers in Nairobi Flights. It's a haven committed towards the safety with the decreasing in numbers Banker Giraffa camelopardalis which can be simply present in Eastern Photography equipment. The main attraction for site guests will be giving the particular tigers from your raised declaration system. The particular Uhuru Recreation area is one of the most well-known parks throughout Capital of Kenya which is often used regarding specific events involving national importance. The actual Jeevanje Gardens is an additional place where one can unwind under the tone as well as invest the whole mid-day amidst Mother Nature.
In a nutshell, the basic steps for editing are:
#Click "edit" and make the changes in the edit box.
#Change the edit summary to detail the edit you've made.
#Click "show preview" and make sure that everything is working as it should.
#Click "save page".


No trip to Nigeria could be full without a stop by at the particular Bomas regarding Kenya. This is a vacationer town in which showcases the actual race and also variety of numerous civilizations in which amount to the country. That displays a number of conventional communities which can be characteristic of indigenous groups. Numerous cultural activities are usually arranged with regard to tourists that travel down to this particular city. If one is trying to find a few rest after having a tedious evening's journey, it's possible to enjoy shopping. A number of malls and also buying domains can be found across the town that provides a happy purchasing encounter. Tourists vacationing simply by simply inexpensive plane tickets to Nairobi may also visit neighborhood market segments to find low-cost [http://www.timestravel.co/flights/Kenya/Nairobi flights to nairboi] and also gifts to transport back home. The actual nightlife is also vibrant having numerous eating places, nightclubs and cafes that focus on upscale urban enjoyment. Simply speaking, one will do not be bored while on holiday right the following.
 
== Basic Wiki Coding ==
Wikis have their own special coding system. This is a short list of some of the most-used Wiki markup:
 
=== Text Formatting ===
{| border=1 cellpadding="2" cellspacing="0"
!What you see
!What you type
|-
|'''Bold Text'''
|<pre>'''Bold Text'''</pre>
|-
|''Italic Text''
|<pre>''Italic Text''</pre>
|-
|'''''Bold and Italic Text'''''
|<pre>'''''Bold and Italic Text'''''</pre>
|-
|<u>Underlining</u> works, as does <s>striking out</s>.
|<pre><u>Underlining</u> works, as does <s>striking out</s>.</pre>
|-
|
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.
|<pre>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.</pre>
|-
|
You can break lines<br>
without starting a new paragraph.
|
<pre><nowiki>
You can break lines<br>
without starting a new paragraph.
</nowiki></pre>
|-
|<nowiki>This makes '''all''' of the [[wiki]] coding not display.</nowiki>
|<pre><nowiki><nowiki></nowiki>This makes '''all''' of the [[wiki]] coding not display.</nowiki></pre>
|-
|<big>Big text</big> or <small>small text</small>
|<pre><big>Big text</big> or <small>small text</small></pre>
|-
|<sup>Superscript</sup> or <sub>subscript</sub>
|<pre><sup>Superscript</sup> or <sub>subscript</sub></pre>
|-
|Hidden page comments: <!-- This is a hidden comment --><br>''not shown when viewing page''
|<pre><!-- This is a hidden comment --></pre>
|-
|
A typewriter font for <tt>monospace text</tt>
or for computer code: <code>int main()</code>
 
* For semantic reasons, using <code>&lt;code&gt;</code> where applicable is preferable to using <code>&lt;tt&gt;</code>.
|
<pre><nowiki>
A typewriter font for <tt>monospace text</tt>
or for computer code: <code>int main()</code>
</nowiki></pre>
|}
 
====Signing Posts====
 
{| border=1 cellpadding="2" cellspacing="0"
|When adding a comment to a Talk page, you should sign it by adding four tildes to add your user name plus date/time:
: [[User:Austin|Austin]] 18:08, 30 January 2010 (UTC)
Other, less recommended alternatives are:
*Three tildes to add user name alone:
: [[User:Austin|Austin]]
*Five tildes gives the date/time alone:
: 18:08, 30 January 2010 (UTC)
|<pre>
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:
: ~~~~~
</pre>
|}
 
=== Link Formatting ===
{| border=1 cellpadding="2" cellspacing="0"
|A direct link and a piped link (one that shows different text than its actual link):<br>[[Advance Wars 2]] is also called [[Advance Wars 2: Black Hole Rising|Black Hole Rising]]. 
 
Any type of link can be a piped link.
|<pre>[[Advance Wars 2]] is also called [[Advance Wars 2: Black Hole Rising|Black Hole Rising]].</pre>
|-
|[[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.<br>
|<pre>[[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.</pre>
|-
|Linking to a different namespace that '''is not Category''':<br>[[Talk:Main Page]]
|<pre>[[Talk:Main Page]]</pre>
|-
|Linking to the category namespace:<br>[[:Category:Armies]]
|<pre>[[:Category:Armies]]</pre>
|-
|Linking to a subpage:<br>[[User:Austin/sig]]
|<pre>[[User:Austin/sig]]</pre>
|-
|External links:
 
*[http://www.warswiki.warscentral.com] (very bad)
*http://www.warswiki.warscentral.com (bad)
*[http://www.warswiki.warscentral.com Wars Wiki] (good)
|<pre>*[http://www.warswiki.warscentral.com] (very bad)
*http://www.warswiki.warscentral.com (bad)
*[http://www.warswiki.warscentral.com Wars Wiki] (good))</pre>
|-
|Linking to Wikipedia:
 
[[Wikipedia:Advance Wars]]<br>
'''OR'''
{{Wp|Advance Wars}}
|<pre>[[Wikipedia:Advance Wars]]<br>
'''OR'''
{{Wp|Advance Wars}}</pre>
|-
|To have a page automatically send a user to a different page, use this code.<br>''(See [[Help:Redirects]] for more information)''
|<pre>#REDIRECT [[page name]]</pre>
|-
|
[[Andy#In Advance Wars]] 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>
 
* The part after the number sign (#) must match a section heading on the page. Matches must be exact in terms of spelling, case and punctuation.  Links to non-existent sections aren't broken; they are treated as links to the top of the page.
* Identifiers may be created by attaching an <code>id="..."></code> attribute to almost any HTML element.
|
<pre><nowiki>
[[Andy#In Advance Wars]] 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>
</nowiki></pre>
|- valign="top"
|
Automatically hide stuff in parentheses:
[[Advance Wars (series)|Advance Wars]].
 
Automatically hide namespace:
[[:Category:Armies|Armies]].
 
* The server fills in the part after the pipe character (|) when you save the page. The next time you open the edit box you will see the expanded piped link. When [[Wikipedia:Show preview|preview]]ing your edits, you will not see the expanded form until you press '''Save''' and '''Edit''' again. The same applies to links to sections within the same page ([[#link-to-section|see previous entry]]).
|
<pre><nowiki>
Automatically hide stuff in parentheses:
[[Advance Wars (series)|]].
 
Automatically hide namespace:
[[:Category:Armies|]].
</nowiki></pre>
 
|- valign="top"
|
* To put an article in a [[Wikipedia:Category|Category]], place a link like the one to the right anywhere in the article. As with interlanguage links, it does not matter where you put these links while editing as they will always show up in the same place when you save the page, but placement at the end of the edit box is recommended.
|
<pre><nowiki>
[[Category:Character sets]]
</nowiki></pre>
 
 
|- valign="top"
|
Linking to other wikis:
# Interwiki link: [[Wiktionary:Hello]]
# Named interwiki link: [[Wiktionary:Hello|Hello]]
# Interwiki link without prefix: [[Wiktionary:Hello|Hello]]
 
* All of these forms lead to the URL http://en.wiktionary.org/wiki/Hello
* Note that interwiki links use the ''internal'' link style.
* See [[MetaWikiPedia:Interwiki_map]] for the list of shortcuts; if the site you want to link to isn't on the list, use an external link ([[#link-external|see above]]).

Revision as of 13:06, 15 August 2012

This is a basic guide to getting started with editing Wars Wiki. We're glad you decided to help out, so here's everything you need to begin editing right away!

Editing Pages

So you've found a page that you want to edit. To do this, go to the top of the page and click the little button that says "edit". This pulls up the editing screen, where you can make changes to pages. From here, edit the article how you see fit (as long as it is within the realm of Wars Wiki's Quality Standards). But don't save just yet! You'll want to make sure that the edit is okay, and that there are no broken images or that nothing else is messed up.

From here, click "Show preview". This will allow you to see the edits before you save them. Check to make sure that everything is in order (and sometimes spelling errors are easier to notice here). It is also preferred for the "Edit summary" to be used

simply type a short summary of the edit you've made (i.e. "Fixed 'als' to 'also'", etc.), then click "Save page". This will save your edits for everyone to see!

In a nutshell, the basic steps for editing are:

  1. Click "edit" and make the changes in the edit box.
  2. Change the edit summary to detail the edit you've made.
  3. Click "show preview" and make sure that everything is working as it should.
  4. Click "save page".


Basic Wiki Coding

Wikis have their own special coding system. This is a short list of some of the most-used Wiki markup:

Text Formatting

What you see What you type
Bold Text
'''Bold Text'''
Italic Text
''Italic Text''
Bold and Italic Text
'''''Bold and Italic Text'''''
Underlining works, as does striking out.
<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
without starting a new paragraph.

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: int main()

  • For semantic reasons, using <code> where applicable is preferable to using <tt>.
A typewriter font for <tt>monospace text</tt>
or for computer code: <code>int main()</code>

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:
Austin 18:08, 30 January 2010 (UTC)

Other, less recommended alternatives are:

  • Three tildes to add user name alone:
Austin
  • Five tildes gives the date/time alone:
18:08, 30 January 2010 (UTC)
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:
: ~~~~~

Link Formatting

A direct link and a piped link (one that shows different text than its actual link):
Advance Wars 2 is also called Black Hole Rising.

Any type of link can be a piped link.

[[Advance Wars 2]] is also called [[Advance Wars 2: Black Hole Rising|Black Hole Rising]].
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:Armies
[[:Category:Armies]]
Linking to a subpage:
User:Austin/sig
[[User:Austin/sig]]
External links:
*[http://www.warswiki.warscentral.com] (very bad)
*http://www.warswiki.warscentral.com (bad)
*[http://www.warswiki.warscentral.com Wars Wiki] (good))
Linking to Wikipedia:

Wikipedia:Advance Wars
OR Template:Wp

[[Wikipedia:Advance Wars]]<br>
'''OR'''
{{Wp|Advance Wars}}
To have a page automatically send a user to a different page, use this code.
(See Help:Redirects for more information)
#REDIRECT [[page name]]

Andy#In Advance Wars 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
  • The part after the number sign (#) must match a section heading on the page. Matches must be exact in terms of spelling, case and punctuation. Links to non-existent sections aren't broken; they are treated as links to the top of the page.
  • Identifiers may be created by attaching an id="..."> attribute to almost any HTML element.
[[Andy#In Advance Wars]] 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: Advance Wars.

Automatically hide namespace: Armies.

  • The server fills in the part after the pipe character (|) when you save the page. The next time you open the edit box you will see the expanded piped link. When previewing your edits, you will not see the expanded form until you press Save and Edit again. The same applies to links to sections within the same page (see previous entry).
Automatically hide stuff in parentheses:
[[Advance Wars (series)|]].

Automatically hide namespace: 
[[:Category:Armies|]].
  • To put an article in a Category, place a link like the one to the right anywhere in the article. As with interlanguage links, it does not matter where you put these links while editing as they will always show up in the same place when you save the page, but placement at the end of the edit box is recommended.
[[Category:Character sets]]


Linking to other wikis:

  1. Interwiki link: Wiktionary:Hello
  2. Named interwiki link: Hello
  3. Interwiki link without prefix: Hello