EuropeWiki:Page editing
From Nseurope
|
EuropeWiki 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.
Contents |
[edit] Other resources
- How to start or name a page
- Tips on what to contribute
- Style conventions in EuropeWiki:Style guide
- General policies in EuropeWiki:Policy
- Infoboxes to add in EuropeWiki:Info boxes
[edit] 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
[edit] 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.
[edit] Sections, paragraphs, lists and lines
What it looks like | What you type |
---|---|
New section Subsection Sub-subsection * Start with a second-level heading (==); do not use first-level headings (=).
|
==New section== ===Subsection=== ====Sub-subsection==== |
A single newline generally has no effect on the layout. These can be used to separate sentences within a paragraph. Some editors find that this aids editing and improves the diff function (used internally to compare different versions of a page). But an empty line starts a new paragraph.
|
A single [[newline]] generally has no effect on the layout. These can be used to separate sentences within a paragraph. Some editors find that this aids editing and improves the ''diff'' function (used internally to compare different versions of a page). But an empty line starts a new paragraph. |
You can break lines
|
You can break lines<br> without starting a new paragraph. |
marks the end of a list item.
|
* Lists are easy to do: ** Start every line with a star. *** More stars means deeper levels. **** A newline in a list marks the end of a list item. * An empty line starts a new list. |
|
# Numbered lists are also good ## very organized ## easy to follow |
|
* You can even do mixed lists *# and nest them *#* like this |
|
; Definition list : list of definitions ; item : the item's definition ; another item : the other item's definition |
A manual newline starts a new paragraph.
|
: A colon indents a line or paragraph. A manual newline starts a new paragraph. |
IF a line starts with a space THEN it will be formatted exactly as typed; in a fixed-width font; lines won't wrap; ENDIF this is useful for: * pasting preformatted text; * algorithm descriptions; * program source code; * ASCII art; * chemical structures; * league tables for sports roleplaying. * WARNING: If you make it wide, you force the whole page to be wide and hence less readable, especially for people who use lower resolutions. Never start ordinary lines with spaces. |
IF a line starts with a space THEN it will be formatted exactly as typed; in a fixed-width font; lines won't wrap; ENDIF this is useful for: * pasting preformatted text; * algorithm descriptions; * program source code; * [[Wikipedia:ASCII art|]]; * chemical structures; * league tables for [[sports roleplaying]]. |
|
<center>Centered text.</center> |
A horizontal dividing line: this is above it and this is below it.
|
A [[horizontal dividing line]]: this is above it ---- and this is below it. |
[edit] Links, URLs, and images
- Wrap an article's name in brackets [[like this]] to create a link
- To give the link a new name use a pipe, [[like this|do this]]
- Use a pipe to automatically hide stuff in parentheses: [[Ban of Death Penalty (failed)|]] → Ban of Death Penalty
- Use a pipe to automatically hide namespace: [[NSwiki:Village pump|]] → Village pump
- When adding a comment to a talk page, you should sign.
- Three tildes (~~~) will give your username, E.g. Goobergunchia
- Four tildes (~~~~) will give your username and date/time, E.g. Goobergunchia 17:19, 6 Sep 2004 (GMT)
- To redirect an article to another page, do this #REDIRECT [[Existing Page Name]]
- To link to Wikipedia, use this syntax: [[Wikipedia:Article Name]]
- To link to Wikipedia and add your own text, use this syntax: [[Wikipedia:Article Name|Name]]
- To link to Wikipedia and use the Wikipedia article name, use this syntax: [[Wikipedia:Article Name|]]
- To create an external link, use this syntax: [http://somepage.com alternative text]
- To add an image, paste the URL of the picture directly where you want it, with no brackets. The system will recognize it and display it.
[edit] Character formatting
What it looks like | What you type |
---|---|
Emphasize, strongly, very strongly.
|
''Emphasize'', '''strongly''', '''''very strongly'''''. |
A typewriter font for monospace text
or for computer code:
|
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 You can also mark |
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:
|
™ © ® ¢ € ¥ £ ¤ |
Suppressing interpretation of markup: Link → (''to'') the [[Wikipedia FAQ]] |
<nowiki>Link → (''to'') the [[Wikipedia FAQ]]</nowiki> |
Commenting page source:
|
<!-- comment here --> |
[edit] 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.