Editing Help:Editing

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
First and foremost '''capitalization matters'''! [[Main Page]] is not the same as [[main page]] is not the same as [[MaIn paGE]]! That applies to not only page names, but all options, magic words, templates, and functions.


Please see http://www.mediawiki.org/wiki/Help:Editing for detailed generic wiki editing/syntax/formatting information


[[ClubWiki:Creating_a_Trail]] has information on how to add (or modify) a trail specific to this site
For the "ClubWiki:Trails List AZ" page
 
* Distances for the trailhead are by vehicle. Use a mapping tool, such as Google Maps, starting from "Kingsport, TN" to the trailhead. (Or should this be from the Colonial Heights meeting location??)
[[ClubWiki:Using GMaps]] has information on how to add the Google maps to the site (or just copy/paste/modify from other uses)
 
== Typically used syntax for this site ==
 
=== Categorization ===
When creating or modifying trail or park pages, applying wiki categories are not used. The templates will appropriately apply the single category of Trails or Parks. The typical Wikipedia use of categories has been replaced by Semantic Properties which are much easier to define and later search by the site. Please see [[ClubWIKI:Categorization Plan]] for the categories in use on this site.
 
=== Links ===
{| border="1" class="wikitable"
!Description
!You type
!You get
|-
|Internal link
|<tt><nowiki>[[Main Page]]</nowiki></tt>
|[[Main Page]]
|-
|Internal link with different label
|<tt><nowiki>[[Main Page|different text]]</nowiki></tt>
|[[Main Page|different text]]
|-
|External link
|<tt><nowiki>http://mediawiki.org</nowiki></tt>
|http://mediawiki.org
|-
|External link with different label
|<tt><nowiki>[http://mediawiki.org MediaWiki]</nowiki></tt>
|[http://mediawiki.org MediaWiki]
|-
|Numbered external link
|<tt><nowiki>[http://mediawiki.org]</nowiki></tt>
|[http://mediawiki.org]
|-
|External links with file icons
|<tt><nowiki>
[http://en.wikipedia.org/wiki/.avi video]
[http://en.wikipedia.org/wiki/.ogg sound]
[http://en.wikipedia.org/wiki/.pdf document]
</nowiki></tt>
|
[http://en.wikipedia.org/wiki/.avi video]<br/>
[http://en.wikipedia.org/wiki/.ogg sound]<br/>
[http://en.wikipedia.org/wiki/.pdf document]<br/>
|-
|Mailto link
|<tt><nowiki>[mailto:info@example.org email me]</nowiki></tt>
|[mailto:info@example.org email me]
|-
|Mailto named with subject line and body
|<tt><nowiki>[mailto:info@example.org?Subject=URL%20Encoded%20Subject&amp;body=Body%20Text info]</nowiki></tt>
|[mailto:info@example.org?Subject=URL%20Encoded%20Subject&body=Body%20Text info]
|-
|Link directly to an internal file (not page)
|<tt><nowiki>[[Media:Doe_River_Gorge_Visitor_Registration_Form.pdf‎|visitor release form]]</nowiki></tt>
|[[Media:Doe_River_Gorge_Visitor_Registration_Form.pdf‎|visitor release form]]
|}
 
=== Formatting ===
{| border="1" class="wikitable"
!Description
!You type
!You get
|-
| Italic text
| <pre>
''italic''
</pre>
|
''italic''
|-
| Bold text
| <pre>
'''bold'''
</pre>
|
'''bold'''
|-
| Bold and italic
| <pre>
'''''bold & italic'''''
</pre>
|
'''''bold & italic'''''
|-
| Escape wiki markup
| <pre>
&lt;nowiki>no ''markup''</nowiki&gt;
</pre>
|
<nowiki>no ''markup''</nowiki>
|-
! colspan="3" style="background:#ABE" | section or line formatting – ''only at the beginning of the line''
|-
| Headings of different levels
| <pre>
== Level 2 ==
=== Level 3 ===
==== Level 4 ====
===== Level 5 =====
====== Level 6 ======
</pre>
|
 
== Level 2 ==
=== Level 3 ===
==== Level 4 ====
===== Level 5 =====
====== Level 6 ======
|-
| Horizontal rule
| <pre>
Text above
----
Text below
</pre>
|
Text above
----
Text below
|-
| Bullet list
|
<pre>
* Start each line
* with an [[Wikipedia:asterisk|asterisk]] (*).
** More asterisks gives deeper
*** and deeper levels.
* Line breaks<br />don't break levels.
*** But jumping levels creates empty space.
Any other start ends the list.
</pre>
|
* Start each line
* with an [[Wikipedia:asterisk|asterisk]] (*).
** More asterisks gives deeper
*** and deeper levels.
* Line breaks<br />don't break levels.
*** But jumping levels creates empty space.
Any other start ends the list.
|-
| Numbered list
|
<pre>
# Start each line
# with a [[Wikipedia:Number_sign|number sign]] (#).
## More number signs gives deeper
### and deeper
### levels.
# Line breaks<br />don't break levels.
### But jumping levels creates empty space.
# Blank lines
 
# end the list and start another.
Any other start also
ends the list.
</pre>
|
# Start each line
# with a [[Wikipedia:Number_sign|number sign]] (#).
## More number signs gives deeper
### and deeper
### levels.
# Line breaks<br />don't break levels.
### But jumping levels creates empty space.
# Blank lines
 
# end the list and start another.
Any other start also
ends the list.
|-
| Definition list
| <pre>
;item 1
: definition 1
;item 2
: definition 2-1
: definition 2-2
</pre>
|
;item 1
: definition 1
;item 2
: definition 2-1
: definition 2-2
|-
| Indenting (Useful for discussions)
| <pre>
: Single indent
:: Double indent
::::: Multiple indent
</pre>
|
: Single indent
:: Double indent
::::: Multiple indent
|}
 
== Paragraphs ==
MediaWiki ignores single line breaks. To start a new paragraph, leave an empty line. You can force a line break within a paragraph with the HTML tags <code><nowiki><br></nowiki></code>.
 
== Other ==
{| border="1" class="wikitable"
!Description
!You type
!You get
|-
| Signing (Useful for discussions)
|<pre><nowiki>
: Your user name: ~~~
: Your user name plus timestamp: ~~~~
: Five tildes give a timestamp: ~~~~~
</nowiki></pre>
|
: Your user name: [[User:Tim|Tim]]
: Your user name plus timestamp: [[User:Tim|Tim]] 20:48, 1 March 2011 (EST)
: Five tildes give a timestamp: 20:48, 1 March 2011 (EST)
'''Note:''' The server will fill in the link after you save.
|-
|Photo captions
|<pre><nowiki>
[[Image:Pinnacle Mt Firetower - view of radio shack.jpg|Caption]]
</nowiki></pre>
|
[[Image:Pinnacle Mt Firetower - view of radio shack.jpg|Caption]]
|-
|Image sizing
|<pre><nowiki>
[[Image:Pinnacle Mt Firetower - view of radio shack.jpg|200px]]
</nowiki></pre>
|
[[Image:Pinnacle Mt Firetower - view of radio shack.jpg|200px]]
|-
|Image placement with bottom captions
|<pre><nowiki>
Before before before before blah blah blah Before before before before blah blah blah
Before before before before blah blah blah Before before before before blah blah blah
[[Image:Pinnacle Mt Firetower - view of radio shack.jpg|200px|thumb|right|Caption]]
After after after after yada yada yada After after after after yada yada yada
After after after after yada yada yada After after after after yada yada yada
</nowiki></pre>
|
Before before before before blah blah blah Before before before before blah blah blah Before before before before blah blah blah Before before before before blah blah blah
[[Image:Pinnacle Mt Firetower - view of radio shack.jpg|200px|thumb|right|Caption]]
After after after after yada yada yada After after after after yada yada yada After after after after yada yada yada After after after after yada yada yada
|}
Please note that all contributions to TEHCC Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see TEHCC Wiki:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)