Help:Contents: Difference between revisions

From MicrasWiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
<div align="center">
<center>
<!--COMMENT MARKUP. Displays:Edit mode only.-->
{| style="border:none; text-align:center;"
{|align="center" style="width:100%; border:2px #a3b1bf solid; background:#f5faff; text-align:left;"
|-
|colspan="3" align="center" style="background:#cee0f2; text-align:center;" |
| Useful Pages -
<h2 style="margin:.5em; margin-top:.1em; margin-bottom:.1em; border-bottom:0; font-weight:bold;">Wikipedia Cheatsheet</h2>
| style="background:#E6F2FF; padding:0.3em; text-align:center;"|'''[[Help:Cheatsheet]]'''
<h4>For more advanced help speak to an [[Special%3AListusers&group=sysop&username=|Administrator]]</h4>
| style="background:#E6F2FF; padding:0.3em; text-align:center;"|'''[[Help:Templates]]'''
|}
</center>
 
== Getting Started ==
 
'''Don't be afraid to edit''' — anyone can edit almost any page, and we encourage you to be bold! Find something that can be improved and make it better - for example, spelling, grammar, rewriting for readability and removing unconstructive edits. If you wish to add new facts, please provide references, so they may be verified, or suggest them on the article's discussion page first. Changes to controversial topics and MicrasWiki main pages should usually be discussed first.
 
'''Remember''' - you can't break MicrasWiki; all edits can be reversed, fixed or improved later. So go ahead, edit an article and help make MicrasWiki the best micronational information source on the Internet!
 
== Editing ==
 
With the exception of a few protected pages, every page has a link that says "edit this page", which lets you edit the page you are looking at. It is MicrasWiki's most basic feature, and allows you to make corrections and add facts to articles. If you add information to a page you don't need to provide references as long as you write in enough detail.
 
===Formatting===
 
Formatting MicrasWiki articles is a bit different from writing on a standard word processor. Instead of a strict ("what you see is what you get") approach, MicrasWiki uses text codes to create particular elements of the page (e.g. headings). This "language" is known as Wikitext (or Wiki-markup) and is designed for ease of editing.
 
The most commonly used wiki tags are '''bold''' and ''italics''. '''Bolding''' and ''italicizing'' are done by surrounding a word or phrase with multiple apostrophes (<tt>'</tt>):
 
{| style="border:none; text-align:left;"
|-<!--COLUMN HEADINGS-->
|-<!--COLUMN HEADINGS-->
| width="25%" style="background:#cee0f2; padding:0.3em; text-align:center;"|'''Description'''
| style="background:#E6F2FF; padding:0.3em; text-align:center;"|'''You type'''
| style="background:#cee0f2; padding:0.3em; text-align:center;"|'''You type'''  
| style="background:#E6F2FF; padding:0.3em; text-align:center;"|'''You get'''
| width="25%" style="background:#cee0f2; padding:0.3em; text-align:center;"|'''You get'''
|-<!--1ST ROW-->
|-<!--1ST ROW 1ST COLUMN-->
|<tt><nowiki>''italic''</nowiki></tt>
|Italic text
|''italic''
|<!--2ND COLUMN-->
|-<!--2ND ROW-->
<tt><nowiki>''italic''</nowiki></tt>
|<!--3RD COLUMN-->
''italic''
|-<!--HORIZONTAL LINE-->
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-<!--2ND ROW 1ST COLUMN-->
|Bold text
|
|
<tt><nowiki>'''bold'''</nowiki></tt>
<tt><nowiki>'''bold'''</nowiki></tt>
|
|
'''bold'''
'''bold'''
|-
|-<!--3RD ROW-->
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Bold and italic
|
|
<tt><nowiki>'''''bold & italic'''''</nowiki></tt>
<tt><nowiki>'''''bold italic'''''</nowiki></tt>
|
|
'''''bold & italic'''''
'''''bold italic'''''
|-
|}
|colspan="3" style="border-top:1px solid #cee0f2;"|
 
|-
Headings and subheadings are an easy way to improve the organization of an article. If you can see two or more distinct topics being discussed, you can break up the article by inserting a heading for each section.
||Internal link<br />
 
<div style="padding: 0em .5em; font-size:0.9em;">''(within Wikipedia)''</div>
Headings can be created like this:
|
<tt><nowiki>[[Name of page]]</nowiki></tt><br />
<tt><nowiki>[[Name of page|Text to display]]</nowiki></tt>
|
[[Name of page]]<br />
[[Name of page|Text to display]]
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|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 #cee0f2;"|
|-
|Redirect to another page
|
<tt><nowiki>#REDIRECT [[Target page]]</nowiki></tt>
|
[[Image:Redirect_arrow_without_text.svg.png|30px]][[Target page]]
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|rowspan="3"|Footnotes/References
<div style="padding: 0em .5em; font-size:0.9em;">''Numbering is generated automatically.''</div>
|<div style="margin-left:2em; font-size:0.9em;">''To create a footnote or reference, use this format:''</div>
<tt><nowiki>Article text.[http://www.example.org Link text], additional text.</nowiki></tt>
|rowspan="2"|Article text.[http://www.example.org Link text], additional text.
|-
|<div style="margin-left:2em; font-size:0.9em;">''To reuse the same note, reuse the name with a trailing slash:''</div>
<tt><nowiki>Article text.</nowiki></tt>
|-
|<div style="margin-left:2em; font-size:0.9em;">''To display notes, add '''either''' of these lines to the References section''</div>
<tt><nowiki></nowiki></tt><br/>
|<br/><br/>
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Section headings''Applies only at the very beginning of lines.''</ref><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 #cee0f2;"|
|-
|Bulleted list
<div style="padding: 0em .5em; font-size:0.9em;">''Empty lines between list items discouraged, (see numbered lists).''</div>
|
<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 #cee0f2;"|
|-
|Numbered list
<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 #cee0f2;"|
|-
|Thumbnail image
|
<tt><nowiki>[[Image:IMAGE_HERE_ANYONE.gif|thumb|Caption text]]</nowiki></tt>
|
[[Image:IMAGE_HERE_ANYONE.gif|thumb|Caption text]]
|-


|-<!--TALKPAGES-->
{| style="border:none; text-align:left;"
| colspan="3" style="background:#E6F2FF; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | For Talk Pages
|-<!--COLUMN HEADINGS-->
| style="background:#E6F2FF; padding:0.3em; text-align:center;"|'''You type'''
| style="background:#E6F2FF; padding:0.3em; text-align:center;"|'''You get'''
|-
|-
|Signature
|
<tt><nowiki>~~~~</nowiki></tt><hr />
<tt><nowiki>~~~</nowiki></tt>
|
|
[[Special:Mypage|Username]] ([[Special:Mytalk|talk]]) {{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC)<hr />
<tt><nowiki>== Heading ==</nowiki></tt>
[[Special:Mypage|Username]] ([[Special:Mytalk|talk]])
|  
|-
== Heading ==
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|-
|Indenting text
|
|
<tt><nowiki>no indent (normal)</nowiki></tt><br/>
<tt><nowiki>=== Subheading ===</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/>
=== Subheading ===
:first indent
::second indent
:::third indent
|-
 
|colspan="3" style="border-top:1px solid #cee0f2; font-size:0.9em;"|
|}
|}
</div>
__NOTOC__ __NOEDITSECTION__

Revision as of 17:55, 3 August 2009

Useful Pages - Help:Cheatsheet Help:Templates

Getting Started

Don't be afraid to edit — anyone can edit almost any page, and we encourage you to be bold! Find something that can be improved and make it better - for example, spelling, grammar, rewriting for readability and removing unconstructive edits. If you wish to add new facts, please provide references, so they may be verified, or suggest them on the article's discussion page first. Changes to controversial topics and MicrasWiki main pages should usually be discussed first.

Remember - you can't break MicrasWiki; all edits can be reversed, fixed or improved later. So go ahead, edit an article and help make MicrasWiki the best micronational information source on the Internet!

Editing

With the exception of a few protected pages, every page has a link that says "edit this page", which lets you edit the page you are looking at. It is MicrasWiki's most basic feature, and allows you to make corrections and add facts to articles. If you add information to a page you don't need to provide references as long as you write in enough detail.

Formatting

Formatting MicrasWiki articles is a bit different from writing on a standard word processor. Instead of a strict ("what you see is what you get") approach, MicrasWiki uses text codes to create particular elements of the page (e.g. headings). This "language" is known as Wikitext (or Wiki-markup) and is designed for ease of editing.

The most commonly used wiki tags are bold and italics. Bolding and italicizing are done by surrounding a word or phrase with multiple apostrophes ('):

You type You get
''italic'' italic

'''bold'''

bold

'''''bold italic'''''

bold italic

Headings and subheadings are an easy way to improve the organization of an article. If you can see two or more distinct topics being discussed, you can break up the article by inserting a heading for each section.

Headings can be created like this:

You type You get

== Heading ==

Heading

=== Subheading ===

Subheading