Help:Editing: Difference between revisions

From Tolkien Gateway
(included standards link, would be helpful)
(it's been bugging me for a while, this is way more helpful)
Line 1: Line 1:
For basic editing, see [http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page How to edit a Wiki page].  
For those users not familiar with '''editing''' a Wiki, this page lists some basic syntax. For a full list, see [[Wikipedia:Wikipedia:Cheatsheet|Wikipedia's Cheatsheet]] and [[Wikipedia:Wikipedia:How_to_edit_a_page|"How to edit a Wiki page"]].  


For the standards and rules of [[Tolkien Gateway]], see [[Tolkien Gateway:Standards]].
[[Tolkien Gateway]] has set standards for the use of syntax. Please read ''[[Tolkien Gateway:Standards]]'' before contributing.


<div align="center">
{|align="center" style="width:100%; border:2px #0000FF solid; background:#blue; text-align:left;"
|colspan="3" align="center" style="background:#0000FF; text-align:center;" |
<h2 style="margin:.5em; margin-top:.1em; margin-bottom:.1em; border-bottom:0; font-weight:bold;">Cheatsheet</h2>
|-
| width="20%" style="background:#4169E1; padding:0.3em; text-align:center;"|'''Description'''
| style="background:#4169E1; padding:0.3em; text-align:center;"|'''You type'''
| width="20%" style="background:#4169E1; padding:0.3em; text-align:center;"|'''You get'''
|-
|Italic text
|
<tt><nowiki>''italic''</nowiki></tt>
|
''italic''
|-
|colspan="3" style="border-top:1px solid #0000FF;"|
|-
|Bold text
|
<tt><nowiki>'''bold'''</nowiki></tt>
|
'''bold'''
|-
|colspan="3" style="border-top:1px solid #0000FF;"|
|-
|Bold and italic text
|
<tt><nowiki>'''''bold and italic'''''</nowiki></tt>
|
'''''bold and italic'''''
|-
|colspan="3" style="border-top:1px solid #0000FF;"|
|-
|| Internal link <br />
<div style="padding: 0em .5em; font-size:0.9em;">''(within Tolkien Gateway)''</div>
|
<tt><nowiki>[[Bilbo Baggins]]</nowiki></tt><br />
<tt><nowiki>[[Bilbo Baggins|Bilbo]]</nowiki></tt>
|
[[Bilbo Baggins]]<br />
[[Bilbo Baggins|Bilbo]]
|-
|colspan="3" style="border-top:1px solid #0000FF;"|
|-
|External link<br />
<div style="padding: 0em .5em; font-size:0.9em;">''(to other websites)''</div>
|
<tt><nowiki>[http://www.imdb.com/name/nm0000453/ IMDb]</nowiki></tt><br />
<tt><nowiki>[http://en.wikipedia.org/wiki/Ian_Holm]</nowiki></tt><br />
<tt><nowiki>[[Wikipedia:Ian Holm|Wikipedia]]</nowiki></tt><br />
|
[http://www.imdb.com/name/nm0000453/ IMDb]<br />
[http://en.wikipedia.org/wiki/Ian_Holm]<br />
[[Wikipedia:Ian Holm|Wikipedia]]<br />
|-
|colspan="3" style="border-top:1px solid #0000FF;"|
|-
|Referencing
|<tt><nowiki>Bilbo was the son of Belladonna Took{{ref|1}}</nowiki></big></tt>
<div style="padding: 0em .5em; font-size:0.9em;">''(at the end of the article, create a section "References" with the following:)
<tt><nowiki># {{note|1}} ''[[The Hobbit]]'', [[An Unexpected Party]]</nowiki>
|Took{{ref|1}}<br><br>
# {{note|1}} ''The Hobbit''
|colspan="3" style="border-top:1px solid #0000FF;"|
|-
|colspan="3" style="border-top:1px solid #0000FF;"|
|-
|Section headers<br />
|
<tt><nowiki>== Level 1 ==</nowiki></tt><br />
<tt><nowiki>=== Level 2 ===</nowiki></tt><br />
<tt><nowiki>==== Level 3 ====</nowiki></tt><br />
|
== Level 1 ==
=== Level 2 ===
==== Level 3 ====
|-
|colspan="3" style="border-top:1px solid #0000FF;"|
|-
|Adding bullets
|
<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 #0000FF;"|
|-
|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 #0000FF;"|
|-
|Thumbnail image
|
<tt><nowiki>[[Image:Parma.gif|thumb|The Tengwa Parma]]</nowiki></tt>
<div style="padding: 0em .5em; font-size:0.9em;">''To change the location add ''<tt><nowiki>|left</nowiki></tt>'' or ''<tt><nowiki>|right</nowiki></tt>'', and to change the size, add ''<tt><nowiki>|{number}px</nowiki></tt>''.''</div>
|
[[Image:Parma.gif|thumb|The Tengwa Parma]]
|-
|}
</div>
__NOTOC__ __NOEDITSECTION__
[[Category:Tolkien Gateway]]
[[Category:Tolkien Gateway]]

Revision as of 17:56, 31 July 2008

For those users not familiar with editing a Wiki, this page lists some basic syntax. For a full list, see Wikipedia's Cheatsheet and "How to edit a Wiki page".

Tolkien Gateway has set standards for the use of syntax. Please read Tolkien Gateway:Standards before contributing.

Cheatsheet

Description You type You get
Italic text

''italic''

italic

Bold text

'''bold'''

bold

Bold and italic text

'''''bold and italic'''''

bold and italic

Internal link
(within Tolkien Gateway)

[[Bilbo Baggins]]
[[Bilbo Baggins|Bilbo]]

Bilbo Baggins
Bilbo

External link
(to other websites)

[http://www.imdb.com/name/nm0000453/ IMDb]
[http://en.wikipedia.org/wiki/Ian_Holm]
[[Wikipedia:Ian Holm|Wikipedia]]

IMDb
[1]
Wikipedia

Referencing Bilbo was the son of Belladonna Took{{ref|1}}
(at the end of the article, create a section "References" with the following:)

# {{note|1}} ''[[The Hobbit]]'', [[An Unexpected Party]]

TookTemplate:Ref

  1. Template:Note The Hobbit
Section headers

== Level 1 ==
=== Level 2 ===
==== Level 3 ====

Level 1

Level 2

Level 3

Adding bullets

* 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
Thumbnail image

[[Image:Parma.gif|thumb|The Tengwa Parma]]

To change the location add |left or |right, and to change the size, add |{number}px.
The Tengwa Parma