Help:Editing: Difference between revisions

From TEHCC Wiki
Jump to navigation Jump to search
No edit summary
(This page (on other wiki sites) is generic wiki editing help, An edit page is at ClubWiki:Creating_a_Trail)
Line 1: Line 1:
For the "ClubWiki:Trails List AZ" page
___NOTOC___
* 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??)
Please see http://www.mediawiki.org/wiki/Help:Editing for detailed general wiki editing/syntax/formatting information
:I'll add the distance data to the alphabetical page, good point. The distance data has been calculated using Google Maps from "Kingsport, TN" to the coordinates that were on the site under "Other Trails". I found a function to use in Google SpreadSheet that will automatically calculate the driving distance between two listed points. I'll share the SpreadSheet that can do this. Lastly Help:Editing should have editing information and not discussions. This would normally go to the Talk page, in this case [[Talk:ClubWiki:Trails List AZ]]. These pages have been renamed to trip/maint reports, but since it isn't a trail page, it could still go there. I'll move it at some point. Also sign comments with 4 tildes "<nowiki>~~~~</nowiki>". Thanks! [[User:Tim|Tim]] 19:58, 1 March 2011 (EST)
 
[[ClubWiki:Creating_a_Trail]] has information on how to add (or modify) a trail specific to this site
 
== Typically used syntax for 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]
|}
 
=== 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
|}
 
=== 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.
|}

Revision as of 21:48, 1 March 2011

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

ClubWiki:Creating_a_Trail has information on how to add (or modify) a trail specific to this site

Typically used syntax for this site

Links

Description You type You get
Internal link [[Main Page]] Main Page
Internal link with different label [[Main Page|different text]] different text
External link http://mediawiki.org http://mediawiki.org
External link with different label [http://mediawiki.org MediaWiki] MediaWiki
Numbered external link [http://mediawiki.org] [1]
External links with file icons [http://en.wikipedia.org/wiki/.avi video] [http://en.wikipedia.org/wiki/.ogg sound] [http://en.wikipedia.org/wiki/.pdf document]

video
sound
document

Mailto link [mailto:info@example.org email me] email me
Mailto named with subject line and body [mailto:info@example.org?Subject=URL%20Encoded%20Subject&body=Body%20Text info] info

Formatting

Description You type You get
Italic text
''italic''

italic

Bold text
'''bold'''

bold

Bold and italic
'''''bold & italic'''''

bold & italic

Escape wiki markup
<nowiki>no ''markup''</nowiki>

no ''markup''

section or line formatting – only at the beginning of the line
Headings of different levels
== Level 2 ==
=== Level 3 ===
==== Level 4 ====
===== Level 5 =====
====== Level 6 ======

Level 2

Level 3

Level 4

Level 5
Level 6
Horizontal rule
Text above
----
Text below

Text above


Text below

Bullet list
* 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.
  • Start each line
  • with an asterisk (*).
    • More asterisks gives deeper
      • and deeper levels.
  • Line breaks
    don't break levels.
      • But jumping levels creates empty space.

Any other start ends the list.

Numbered list
# 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.
  1. Start each line
  2. with a number sign (#).
    1. More number signs gives deeper
      1. and deeper
      2. levels.
  3. Line breaks
    don't break levels.
      1. But jumping levels creates empty space.
  4. Blank lines
  1. end the list and start another.

Any other start also ends the list.

Definition list
;item 1
: definition 1
;item 2
: definition 2-1
: definition 2-2
item 1
definition 1
item 2
definition 2-1
definition 2-2
Indenting (Useful for discussions)
: Single indent
:: Double indent
::::: Multiple indent
Single indent
Double indent
Multiple indent

Other

Description You type You get
Signing (Useful for discussions)
: Your user name: ~~~
: Your user name plus timestamp: ~~~~
: Five tildes give a timestamp: ~~~~~
Your user name: Tim
Your user name plus timestamp: 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.