NSWiki:Page editing

From NSwiki, the NationStates encyclopedia.
Revision as of 14:07, 2 June 2005 by 65.73.14.114 (Talk)

Jump to: navigation, search

Community Portal


NSwiki is a wiki, meaning anyone can edit any unprotected article and the changes are viewable immediately.

It is very easy to edit a page. Click on the Edit tab at the top of the article. You can also discuss a page on its "talk page" -- simply click the Discuss tab, and then on the new page, click the Edit tab.

Then start typing in the edit box. It is helpful if you write a short description in the edit summary box about what you changed. When finished, it is preferred if you first preview your change (click the Show preview button), and once it is satisfactory, commit the change by clicking the Save page button.

To do more advanced edits, you will need to know Wiki markup. The following article attempts to describe the most important and most commonly encountered markup, but to get a complete description, see Wikipedia:How to edit a page.


General tips

  • Use a neutral point of view (don't advocate a particular opinion, or use the wiki to advertise)
  • Where appropriate, cite your sources
  • For longer edits, use a text editor to edit and spell check, then copy and paste back to the wiki and preview before committing the change
  • Use the What links here link to make sure all articles linking to your page have in mind the content you provided
  • Search the wiki to see if there is similar content in other articles already

The wiki markup

To practice editing without fear of harming any particular page, use the sandbox. Again, for a comprehensive list of the markup and its effects, see Wikipedia:How to edit a page.


Character formatting

What it looks like What you type

Emphasize, strongly, very strongly.

  • These are double and triple apostrophes (single-quote marks), not double-quote marks.
''Emphasize'', '''strongly''', '''''very strongly'''''.

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>

You can use small text for captions.

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

You can strike out deleted material and underline new material.

You can also mark deleted material and inserted material using logical markup rather than visual markup.

You can <s>strike out deleted material</s>
and <u>underline new material</u>.

You can also mark <del>deleted material</del> and
<ins>inserted material</ins> using logical markup
rather than visual markup.

Commercial symbols:
™ © ® ¢ € ¥ £ ¤

&trade; &copy; &reg; &cent; &euro; &yen; 
&pound; &curren;

Suppressing interpretation of markup: Link → (''to'') the [[Wikipedia FAQ]]

<nowiki>Link &rarr; (''to'') 
the [[Wikipedia FAQ]]</nowiki>

Commenting page source:
not shown when viewing page

  • Used to leave comments in a page for future editors.
  • Note that most comments should go on the appropriate Talk page.
<!-- comment here -->

Categories

  • Add new articles to appropriate Categories by adding a [[Category:CategoryName]] link on the page.
  • Articles which use Info boxes typically have a Category already added via the template.

See also