|
|
Line 9: |
Line 9: |
| **Email me at [mailto:webmaster@tehcc.org webmaster@tehcc.org] if you upload any images | | **Email me at [mailto:webmaster@tehcc.org webmaster@tehcc.org] if you upload any images |
|
| |
|
| == Typically used syntax for this site ==
| | Play infomrative for me, Mr. internet writer. |
| | |
| === Categorization ===
| |
| Please add the appropriate categories to pages. This allows people to find trails/pages that are assigned to a particular category. This needs to be done in addition to any "Trail Use/Feature" icons added to the Info Box. 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&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>
| |
| <nowiki>no ''markup''</nowiki>
| |
| </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 2 == |
Revision as of 08:35, 15 January 2012
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
Current issues with the site
- Only images can be uploaded - working on addressing this
- Uploaded images don't work - something goofy with our web host, I need to change the permissions on images and any auto-created resizes
Play infomrative for me, Mr. internet writer.
Level 2
Level 3
Level 4
Level 5
AFAIC that's the best aenwsr so far!
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 <br />
.
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.
|
Photo captions
|
Image:photo.jpg|caption
|
- Photograph
- Caption
|
|
Image sizing
|
Image:photo.jpg|200px
|
- Photograph with 200 pixel width
|
|