Difference between revisions of "FAQ: Participating in OpenLongTrails"
Jump to navigation
Jump to search
(Formatting) |
(Added categories 'Metapages' and 'FAQs') |
||
(5 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
=== How can I interact with the OLT community, ask a question, or make a suggestion? === | === How can I interact with the OLT community, ask a question, or make a suggestion? === | ||
− | Visit the [https://www.reddit.com/r/OpenLongTrails OpenLongTrails community | + | * Visit the [https://www.reddit.com/r/OpenLongTrails OpenLongTrails community on Reddit]. |
+ | * The [https://openlongtrails.slack.com/ OpenLongTrails Slack Workspace] is for more technical and administrative communications, but everyone is welcome. You can join by following [https://join.slack.com/t/openlongtrails/shared_invite/zt-sopz4uy8-9GlcXPFVZ6zlcmtkb7EwNQ this invitation link]. | ||
== LongTrailsMap == | == LongTrailsMap == | ||
Line 26: | Line 27: | ||
=== How do I add a trail article to LongTrailsWiki? === | === How do I add a trail article to LongTrailsWiki? === | ||
− | # Follow the steps in [http://www.longtrailswiki.net/index.php?title=FAQ:_Participating_in_OpenLongTrails&action=submit#How_do_I_add_an_article_to_LongTrailsWiki. | + | # Follow the steps in [http://www.longtrailswiki.net/index.php?title=FAQ:_Participating_in_OpenLongTrails&action=submit#How_do_I_add_an_article_to_LongTrailsWiki. How do I add an article to LongTrailsWiki?] |
− | # In the editor, add this text: <code>'''{<nowiki />{subst:Trail}}'''</code>. When the page is saved, the Wiki will this code with the contents of the [[Template:Trail]] template, which includes all of the standard section headers for LTW Trail articles. | + | # In the editor, add this text: <code>'''{<nowiki />{subst:Trail}}'''</code>. 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 <code>Summary</code> field, and click <code>Save</code>. | # Add an edit reason, such as 'Created page', in the <code>Summary</code> field, and click <code>Save</code>. | ||
# To add additional information to the article, click the <code>Edit</code> tab from the article page. | # To add additional information to the article, click the <code>Edit</code> tab from the article page. | ||
Line 37: | Line 38: | ||
# If the page does not already exist, click the 'Create page' link. | # If the page does not already exist, click the 'Create page' link. | ||
− | Please [http://www.longtrailswiki.net/index.php?title=FAQ:_Participating_in_OpenLongTrails&action=submit#How_do_I_add_citations_to_LongTrailsWiki_articles | + | Please [http://www.longtrailswiki.net/index.php?title=FAQ:_Participating_in_OpenLongTrails&action=submit#How_do_I_add_citations_to_LongTrailsWiki_articles cite sources] for information whenever possible. |
=== How do I edit an article on LongTrailsWiki? === | === How do I edit an article on LongTrailsWiki? === | ||
Line 43: | Line 44: | ||
# [http://www.longtrailswiki.net/index.php?title=Special:CreateAccount&returnto=Main+Page Create a free account]. (OpenLongTrails projects never share user account information outside of OLT). | # [http://www.longtrailswiki.net/index.php?title=Special:CreateAccount&returnto=Main+Page Create a free account]. (OpenLongTrails projects never share user account information outside of OLT). | ||
# Browse to the article you would like to edit. | # Browse to the article you would like to edit. | ||
− | # Click on the <code>Edit</code> tab in the upper-righthand corner of the page. Be sure to add | + | # 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 by enclosing the source URL in reference tags: <code><nowiki><reference>https://example.com</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>. |
− | * The Wiki will automatically add | + | * The Wiki will automatically render the inline link in superscript (ie <sup>[1]</sup>) and add the link to the <code>References</code> section at the end of the article. |
− | * Every article should include a References section. Add the following text | + | * Every article should include a References section. Add the following text near the end of the article to create the section: |
<nowiki>== References == | <nowiki>== References == | ||
Line 60: | Line 61: | ||
** [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. | ||
+ | |||
+ | === How can I add an image to a LongTrailsWiki article? === | ||
+ | |||
+ | * LTW is capable of displaying any image from [https://commons.wikimedia.org/ Wikimedia Commons] simply by adding <code><nowiki>[[File:Filename.jpg]]</nowiki></code>. It is not necessary to include the full URL of the file. | ||
+ | * Several options are available with <code><nowiki>[[File:]]</nowiki></code> links. For more information, including full documentation for <code><nowiki>[[File:]]</nowiki></code> links, consult the following pages: | ||
+ | ** [https://www.mediawiki.org/wiki/Help:Images Mediawiki.org's Help:Images page] | ||
+ | ** [https://en.wikipedia.org/wiki/Help:Files Wikipedia.org's Help:Files page] | ||
+ | ** [https://en.wikipedia.org/wiki/Help:Pictures Wikipedia.org's Help:Pictures page] | ||
+ | ** [https://en.wikipedia.org/wiki/Wikipedia:Extended_image_syntax Wikipedia.org's Wikipedia:Extended_image_syntax page] | ||
+ | |||
+ | [[Category: Metapages]] [[Category: FAQs]] |
Latest revision as of 19:45, 30 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?
- 3.7 How can I add an image to a LongTrailsWiki article?
OpenLongTrails.org
How can I interact with the OLT community, ask a question, or make a suggestion?
- Visit the OpenLongTrails community on Reddit.
- The OpenLongTrails Slack Workspace is for more technical and administrative communications, but everyone is welcome. You can join by following this invitation link.
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.
How can I add an image to a LongTrailsWiki article?
- LTW is capable of displaying any image from Wikimedia Commons simply by adding
[[File:Filename.jpg]]
. It is not necessary to include the full URL of the file. - Several options are available with
[[File:]]
links. For more information, including full documentation for[[File:]]
links, consult the following pages: