TrueEarth wiki cheatsheet: Difference between revisions

From True Earth wiki
Content added Content deleted
(Creating TrueEarth wiki cheatsheet)
 
(added PageTranslation)
 
(39 intermediate revisions by the same user not shown)
Line 1: Line 1:
True Earth wiki cheat sheet
==True Earth wiki cheat sheet==
<big>Back to [[Main Page]]</big>


=== Help with editing ===
{| class="wikitable sortable"
{| class="wikitable"
|+ Page Building:
|-
|-
! Topic !! Link
! Link !! Topic
|-
|-
| [[TrueEarth video Tutorial|Training videos]] || Sometimes watching a video is easier to learn from
| Upload File || https://trueearth.wikitide.org/wiki/Special:Upload
|-
|-
| [https://t.me/trueearthwikidiscussion True Earth wiki discussion Telegram] || Telegram "true earth wiki discussion" group. Ask questions or get help there.
| Make a Image Link || <nowiki>[[File:ImageFile.png|40px|link=Index|Index Page]]</nowiki>
|-
|-
| [[TrueEarth community support|Community support]] || Can't work this thing? request a page to be built for you, or ask for help.
| Link to a page || <nowiki>[[Index]]</nowiki>
|}
|}




===Help Topic Links===
{| class="wikitable sortable"
{| class="wikitable"
|+
Help on topics:
|-
|-
! Topic !! Link
! Link !! Topic
|-
|-
| [[mw:Special:MyLanguage/Help:Contents|Help Guide]] || Online Help (e.g. navigation, editing, etc.)
| General Help|| https://www.mediawiki.org/wiki/Help:Contents
|-
|-
| [[meta:Special:MyLanguage/Help center|Help Center]] || Online help center On WikiTide.
| Image Help || https://www.mediawiki.org/wiki/Help:Images
|-
|-
| [[meta:Special:MyLanguage/FAQ|WikiTide FAQ]] || Frequently asked questions On WikiTide.
| Table Help|| https://www.mediawiki.org/wiki/Help:Tables
|}


===Page BuildingTips===
====1. Creating a new page====
To create a new page, follow the following two Steps:<br>
# In an appropriate area, Create a [[TrueEarth_wiki_cheatsheet#Links|link]] to a page that doesn't exist. ''For example: <nowiki>[[Your Page]]</nowiki>''
# Use the link to navigate to your new page, It will automatically put you into create page mode.

====2. Get examples from other pages====
Not sure how something was built? If you see another page with something you'd like to use, click Edit and look how it was built. Click Cancel when finished.

====3. Use Advanced on the editor toolbar====
When editing a page, make sure to "expand" the Advanced toolbar. This exposes many of shortcuts like Headings, Lists, Tables, and more)<br>
[[File:WikiEditorToolbar-advanced.png|link=]]

====4. Help at your fingertips while editing====
Use the Help Menu to get help on most commonly used tasks:<br>
[[File:WikiEditorToolbar-help.png|link=]]


===Links===
There are different types of links. The most common links can be made with the wiki editor Toolbar:<br>
These example show how to make a link with a "friendly name" which is a description rather than a ugly URL.
[[File:WikiEditorToolbar-link.png|link=]]
{| class="wikitable"
|-
|-
! Topic !! How To
| Formatting Help || https://www.mediawiki.org/wiki/Help:Formatting
|-
|-
| Link to a page || <nowiki>[[Page Name|Friendly Name]]</nowiki><br><nowiki>[[Folder/Page Name|Friendly Name]]</nowiki><br>''Example: <nowiki>[[Observations/Interferometry/Dayton Miller|Dayton Miller]]</nowiki> = [[Observations/Interferometry/Dayton Miller|Dayton Miller]]''
| Link Help || https://www.mediawiki.org/wiki/Help:Links
|-
| Link to a video or other website || <nowiki>[https://www.youtube.com/watch?v=wjiwzClN490 Friendly Name]</nowiki><br>
''Example: <nowiki>[https://www.youtube.com/watch?v=wjiwzClN490 Flat Earth Fortnite Map] = </nowiki>[https://www.youtube.com/watch?v=wjiwzClN490 Flat Earth Fortnite Map]''
|-
| Make a Image Link || <nowiki>[[File:ImageFile.png|40px|link=Page Name|Friendly Name]]</nowiki><br>
''Example: <nowiki>[[File:WikiVisitor.jpg|20px|link=Main_Page]]</nowiki> = [[File:WikiVisitor.jpg|20px|link=Main_Page]]''

You can specify the location where the image will appear by adding left, center, or right as an option.
''Example: <nowiki>[[File:WikiVisitor.jpg|20px|right|link=Main_Page]]</nowiki> = [[File:WikiVisitor.jpg|20px|right|link=Main_Page]]''<br>
|-
| Make a PDF Link (no preview) || <nowiki>[[:File:PDFDocument.pdf|Friendly Name]]</nowiki><br>
''Example: <nowiki>[[:File:Alone The Classic Polar Adventure by Richard E Byrd z lib org epub.pdf|Alone]]</nowiki> = [[:File:Alone The Classic Polar Adventure by Richard E Byrd z lib org epub.pdf|Alone]]''
|}
|}




===References===
{| class="wikitable sortable"
References add a professional look & add completeness to your article. If you cite certain external articles/books, use the references to provide the link or source information of your citation. References automatically order and number themselves according to the order they are used in the article.
|+ Administration:

{| class="wikitable"
|-
|-
! Topic !! Link
! Topic !! How To
|-
| Inline References Link || <nowiki><ref name=RefName></ref></nowiki><br>
<small>Put this inline with your text. It will appear as a [#] link and will automatically get a number. For example: [1]</small>
|-
| Start of References Section || <nowiki><references></nowiki><br>
<small>At the end of the page, please add a section to the document: <nowiki>===References===</nowiki></small><br>
<small>...then insert the <nowiki><references></nowiki> start</small>
|-
| Reference || <nowiki><ref name="RefName">Reference Text or Link</ref></nowiki><br>
<small>Place these References inside the References Section (<nowiki><references></references></nowiki>)</small>
|-
| End of References Section || <nowiki></references></nowiki>
|}

Example / how it will appear.<br>
[[File:Using references example.png|right|link=]]
what about space? <nowiki><ref name=spaceisfake></ref></nowiki><br>
<nowiki>===References===</nowiki>
<nowiki><references></nowiki>
<nowiki><ref name="spaceisfake">Yes space is fake</ref></nowiki>
<nowiki></references></nowiki>


===Formatting Tips===
{| class="wikitable"
|-
! Topic !! How To
|-
| Spacing (between lines) || To start text on another line, you can do any of the following: <br>
# Double space the lines (Press Enter twice).
# type the line break symbol "<nowiki><br></nowiki>"
# Use the Line break button on the wiki editor toolbar:<br>
[[File:WikiEditorToolbar-lineBreak.png|link=]]
|-
| Bold Text || <nowiki>'''Your text'''</nowiki> = '''Your text'''<br>
<small>Or highlight the text you want bold and use the Bold button from the wiki editor toolbar:</small><br>
[[File:WikiEditorToolbar-bold.png|link=|Bold button|link=]]
|-
| Italic Text || <nowiki>''Your text''</nowiki> = ''Your text''<br>
<small>Or highlight the text you want italic and use the Italic button from the wiki editor toolbar:</small><br>
[[File:WikiEditorToolbar-italic.png|link=|Italic button|link=]]
|-
| Superscript Text || <nowiki><sup>Your text</sup></nowiki> = <sup>Your text</sup><br>
<small>Or highlight the text you want in superscript and use the Superscript button from the wiki editor toolbar:</small><br>
[[File:WikiEditorToolbar-superscript.png|link=|Superscript button|link=]]
|-
| Numbered List || <nowiki># Numbered list item</nowiki> = 1. Numbered list item<br>
<small>Or click the bullet icon on the wiki editor toolbar:</small><br>
[[File:WikiEditorToolbar-numbered.png|link=|Numbered List button|link=]]
|-
| Bulleted List || <nowiki>* Bulleted list item</nowiki> = &#x2022; Bulleted list item<br>
<small>Or click the bullet icon on the wiki editor toolbar:</small><br>
[[File:WikiEditorToolbar-bullets.png|link=|Bullets button|link=]]
|-
| Heading || <nowiki>== Heading text ==</nowiki><br>
<small>Use "Heading 2" from the Heading dropdown</small><br>
[[File:WikiEditorToolbar-heading.png|link=|Heading menu|link=]]
|-
| Subheading || <nowiki>=== Subheading text ===</nowiki><br>
<small>Use "Heading 3" from the Heading dropdown</small><br>
[[File:WikiEditorToolbar-heading.png|link=|Heading menu|link=]]
|-
| Block Quote || <nowiki><blockquote>Your Text here</blockquote></nowiki><br>A fancy way to show a quote somebody made, For Example:<br>
[[File:BlockQuoteExample.png|link=]]
|}


===Tables===
(You can use this example, but it's best to use the editor's built in Table creator icon)
[[File:WikiEditorToolbar-table.png|link=|Table button]]<br>
{| class="wikitable"
|-
! Topic !! How To
|-
| Start a Table || <nowiki>{| class="wikitable sortable"</nowiki>
|-
| Table Caption/Title || <nowiki>|+ Table Caption</nowiki>
|-
| Table Row || <nowiki>! Column 1 Header !! Column 2 Header !! Column 3 Header </nowiki>
|-
| Table Row separator || <nowiki>|-</nowiki><br>
|-
| Table Row || <nowiki>| Column 1 Text || Column 2 Text || Column 3 text</nowiki>
|-
| End the table || <nowiki>|}</nowiki>
|}


=== Administration Links===
{| class="wikitable"
|-
! Link !! Topic
|-
| [[Special:TranslatorSignup|Translator Signup]] || If you are willing to translate pages, please sign up for notifications. You can get an email when pages are needing translation. You can come back here to change your notification preferences at any time.
|-
| [[Special:PageTranslation|Pages needing Translation]] || See a list of pages that need to be translated.
|-
| [[Special:UnusedFiles|Unused Files]] || See a list of uploaded files that aren't referenced
|-
| [[Special:Upload|Upload File]] || Upload a file. However if creating a page, its best to upload images with the editor toolbar
|-
| [[Special:ListFiles|List of uploaded files]] || See list of all files uploaded
|-
| [[Special:WantedPages|List of broken links]] || See list of "Wanted Pages" (links that point to a non existent page)
|-
| [[Special:ListUsers|User List]] || See a list of users
|-
| [[Special:UserRights|User Rights]] || See a user's rights
|-
| [[Special:ShortPages|ShortPages]] || See a list of pages that are short (Might need more content)
|}

=== Additional Resources===
Additional Resources to help you learn how to edit a wiki / ways to contact wikitide support for site trouble.<br>
'''Please, before you contact wikiTide, reach out to our own wiki contributor community first here: [[TrueEarth community support|Community support]]'''
{| class="wikitable"
|-
|-
! Link !! Topic
| Change a User’s rights || https://trueearth.wikitide.org/wiki/Special:UserRights?user=
|-
|-
| [https://wikiforge.net/discord WikiForge Discord] || Chat with Wikitide support people (like if there's site issues)
| Show Users’s rights || https://trueearth.wikitide.org/wiki/Special:ListUsers
|-
|-
| [[phorge:|Phorge]] || Get help On Phorge.
| List of uploaded files|| https://trueearth.wikitide.org/wiki/Special:ListFiles
|-
|-
| [irc://irc.libera.chat/%23wikiforge IRC] || Get help On IRC in #wikiforge on irc.libera.chat.
| List of broken links || https://trueearth.wikitide.org/wiki/Special:WantedPages
|}
|}

Latest revision as of 19:04, December 24, 2023

True Earth wiki cheat sheet

Back to Main Page

Help with editing

Link Topic
Training videos Sometimes watching a video is easier to learn from
True Earth wiki discussion Telegram Telegram "true earth wiki discussion" group. Ask questions or get help there.
Community support Can't work this thing? request a page to be built for you, or ask for help.


Help Topic Links

Link Topic
Help Guide Online Help (e.g. navigation, editing, etc.)
Help Center Online help center On WikiTide.
WikiTide FAQ Frequently asked questions On WikiTide.


Page BuildingTips

1. Creating a new page

To create a new page, follow the following two Steps:

  1. In an appropriate area, Create a link to a page that doesn't exist. For example: [[Your Page]]
  2. Use the link to navigate to your new page, It will automatically put you into create page mode.

2. Get examples from other pages

Not sure how something was built? If you see another page with something you'd like to use, click Edit and look how it was built. Click Cancel when finished.

3. Use Advanced on the editor toolbar

When editing a page, make sure to "expand" the Advanced toolbar. This exposes many of shortcuts like Headings, Lists, Tables, and more)

4. Help at your fingertips while editing

Use the Help Menu to get help on most commonly used tasks:


Links

There are different types of links. The most common links can be made with the wiki editor Toolbar:
These example show how to make a link with a "friendly name" which is a description rather than a ugly URL.

Topic How To
Link to a page [[Page Name|Friendly Name]]
[[Folder/Page Name|Friendly Name]]
Example: [[Observations/Interferometry/Dayton Miller|Dayton Miller]] = Dayton Miller
Link to a video or other website [https://www.youtube.com/watch?v=wjiwzClN490 Friendly Name]

Example: [https://www.youtube.com/watch?v=wjiwzClN490 Flat Earth Fortnite Map] = Flat Earth Fortnite Map

Make a Image Link [[File:ImageFile.png|40px|link=Page Name|Friendly Name]]

Example: [[File:WikiVisitor.jpg|20px|link=Main_Page]] =

You can specify the location where the image will appear by adding left, center, or right as an option.

Example: [[File:WikiVisitor.jpg|20px|right|link=Main_Page]] =

Make a PDF Link (no preview) [[:File:PDFDocument.pdf|Friendly Name]]

Example: [[:File:Alone The Classic Polar Adventure by Richard E Byrd z lib org epub.pdf|Alone]] = Alone


References

References add a professional look & add completeness to your article. If you cite certain external articles/books, use the references to provide the link or source information of your citation. References automatically order and number themselves according to the order they are used in the article.

Topic How To
Inline References Link <ref name=RefName></ref>

Put this inline with your text. It will appear as a [#] link and will automatically get a number. For example: [1]

Start of References Section <references>

At the end of the page, please add a section to the document: ===References===
...then insert the <references> start

Reference <ref name="RefName">Reference Text or Link</ref>

Place these References inside the References Section (<references></references>)

End of References Section </references>

Example / how it will appear.

what about space? <ref name=spaceisfake></ref>
===References=== <references> <ref name="spaceisfake">Yes space is fake</ref> </references>


Formatting Tips

Topic How To
Spacing (between lines) To start text on another line, you can do any of the following:
  1. Double space the lines (Press Enter twice).
  2. type the line break symbol "<br>"
  3. Use the Line break button on the wiki editor toolbar:

Bold Text '''Your text''' = Your text

Or highlight the text you want bold and use the Bold button from the wiki editor toolbar:
Bold button

Italic Text ''Your text'' = Your text

Or highlight the text you want italic and use the Italic button from the wiki editor toolbar:
Italic button

Superscript Text <sup>Your text</sup> = Your text

Or highlight the text you want in superscript and use the Superscript button from the wiki editor toolbar:
Superscript button

Numbered List # Numbered list item = 1. Numbered list item

Or click the bullet icon on the wiki editor toolbar:
Numbered List button

Bulleted List * Bulleted list item = • Bulleted list item

Or click the bullet icon on the wiki editor toolbar:
Bullets button

Heading == Heading text ==

Use "Heading 2" from the Heading dropdown
Heading menu

Subheading === Subheading text ===

Use "Heading 3" from the Heading dropdown
Heading menu

Block Quote <blockquote>Your Text here</blockquote>
A fancy way to show a quote somebody made, For Example:


Tables

(You can use this example, but it's best to use the editor's built in Table creator icon) Table button

Topic How To
Start a Table {| class="wikitable sortable"
Table Caption/Title |+ Table Caption
Table Row ! Column 1 Header !! Column 2 Header !! Column 3 Header
Table Row separator |-
Table Row | Column 1 Text || Column 2 Text || Column 3 text
End the table |}


Administration Links

Link Topic
Translator Signup If you are willing to translate pages, please sign up for notifications. You can get an email when pages are needing translation. You can come back here to change your notification preferences at any time.
Pages needing Translation See a list of pages that need to be translated.
Unused Files See a list of uploaded files that aren't referenced
Upload File Upload a file. However if creating a page, its best to upload images with the editor toolbar
List of uploaded files See list of all files uploaded
List of broken links See list of "Wanted Pages" (links that point to a non existent page)
User List See a list of users
User Rights See a user's rights
ShortPages See a list of pages that are short (Might need more content)

Additional Resources

Additional Resources to help you learn how to edit a wiki / ways to contact wikitide support for site trouble.
Please, before you contact wikiTide, reach out to our own wiki contributor community first here: Community support

Link Topic
WikiForge Discord Chat with Wikitide support people (like if there's site issues)
Phorge Get help On Phorge.
IRC Get help On IRC in #wikiforge on irc.libera.chat.