Difference between revisions of "FAQ: Participating in OpenLongTrails"
Jump to navigation
Jump to search
m (Grammar and spelling.) |
(Add 'How should I enter measurements on LTW?') |
||
Line 45: | Line 45: | ||
# Click on the <code>Edit</code> tab in the upper-righthand corner of the page. Be sure to add a brief edit reason in the <code>Summary</code> field before saving. | # Click on the <code>Edit</code> tab in the upper-righthand corner of the page. Be sure to add a brief edit reason in the <code>Summary</code> field before saving. | ||
− | ===How do I add citations to LongTrailsWiki articles?=== | + | === How do I add citations to LongTrailsWiki articles? === |
* Inline citations can be added anywhere in Wiki articles by enclosing the source URL in reference tags: <code><nowiki><reference>https://example.com/article</reference></nowiki></code>. | * Inline citations can be added anywhere in Wiki articles by enclosing the source URL in reference tags: <code><nowiki><reference>https://example.com/article</reference></nowiki></code>. | ||
Line 60: | Line 60: | ||
** [https://www.mediawiki.org/wiki/Cheatsheet Quick Reference] | ** [https://www.mediawiki.org/wiki/Cheatsheet Quick Reference] | ||
** [https://www.mediawiki.org/wiki/Help:Formatting Full formatting documentation page] | ** [https://www.mediawiki.org/wiki/Help:Formatting Full formatting documentation page] | ||
+ | |||
+ | === How should I enter measurements on LongTrailsWiki? === | ||
+ | |||
+ | * LTW makes use of automatic unit conversions. Measurements should be recorded in SI / metric units in LTW articles, and the [https://en.wikipedia.org/wiki/Template:Convert Template:Convert] should be used to display US units in parenthesis. | ||
+ | * Example usage: <code><nowiki>{{convert|461|km|mi|0|abbr=on}}</nowiki></code> is rendered as: <code>461 km (286 mi)</code>. | ||
+ | * For a more detailed explanation, see the [https://en.wikipedia.org/wiki/Template:Convert Template:Convert] page on Wikipedia. |
Revision as of 00:20, 28 June 2021
Contents
- 1 OpenLongTrails.org
- 2 LongTrailsMap
- 3 LongTrailsWiki
- 3.1 How do I add a trail article to LongTrailsWiki?
- 3.2 How do I add an article to LongTrailsWiki?
- 3.3 How do I edit an article on LongTrailsWiki?
- 3.4 How do I add citations to LongTrailsWiki articles?
- 3.5 How can I add formatting to LongTrailsWiki text?
- 3.6 How should I enter measurements on LongTrailsWiki?
OpenLongTrails.org
How can I interact with the OLT community, ask a question, or make a suggestion?
Visit the OpenLongTrails community on Reddit.
LongTrailsMap
How do I add a trail to LongTrailsMap?
Please send a GPS file for the trail to data@openlongtrails.org. Only LongTrailsMap administrators can directly edit the map.
GPX, GeoJSON, and KML/KMZ file formats are preferred, but nearly any file format is acceptable.
Please send only files that you have authority to contribute.
How do I add a waypoint to LongTrailsMap?
- Visit the Dedicated Map for the trail. Dedicated maps are linked from LongTrailsMap.net, just click on the trail and follow the
Dedicated Map
link in the infobox. - Double click / tap on the location for the waypoint, enter a brief description, and click
Submit
.
The waypoint will be reviewed by a LongTrailsMap administrator and added to the map!
LongTrailsWiki
How do I add a trail article to LongTrailsWiki?
- Follow the steps in How do I add an article to LongTrailsWiki?
- In the editor, add this text:
{{subst:Trail}}
. When the page is saved, the Wiki will replace this code with the contents of the Template:Trail template, which includes all of the standard section headers for LTW Trail articles. - Add an edit reason, such as 'Created page', in the
Summary
field, and clickSave
. - To add additional information to the article, click the
Edit
tab from the article page. - Add the trail to the List of Long Trails article. Please keep the list in alphabetical order.
How do I add an article to LongTrailsWiki?
- Use the LongTrailsWiki search page to search for the title of the page you would like to create.
- If the page does not already exist, click the 'Create page' link.
Please cite sources for information whenever possible.
How do I edit an article on LongTrailsWiki?
- Create a free account. (OpenLongTrails projects never share user account information outside of OLT).
- Browse to the article you would like to edit.
- Click on the
Edit
tab in the upper-righthand corner of the page. Be sure to add a brief edit reason in theSummary
field before saving.
How do I add citations to LongTrailsWiki articles?
- Inline citations can be added anywhere in Wiki articles by enclosing the source URL in reference tags:
<reference>https://example.com/article</reference>
. - The Wiki will automatically render the inline link in superscript (ie [1]) and add the link to the
References
section at the end of the article. - Every article should include a References section. Add the following text near the end of the article to create the section:
== References == <references />
How can I add formatting to LongTrailsWiki text?
- The editor provides quick reference information for simple formatting -- links, lists, boldface and italics, etc. -- at the top of the edit window.
- The following links provide more information about Mediawiki formatting:
How should I enter measurements on LongTrailsWiki?
- LTW makes use of automatic unit conversions. Measurements should be recorded in SI / metric units in LTW articles, and the Template:Convert should be used to display US units in parenthesis.
- Example usage:
{{convert|461|km|mi|0|abbr=on}}
is rendered as:461 km (286 mi)
. - For a more detailed explanation, see the Template:Convert page on Wikipedia.