Help:General: Difference between revisions

From GeoSkills Wiki
Jump to navigation Jump to search
m (Grant moved page Wiki Submission to Help:General)
 
(5 intermediate revisions by the same user not shown)
Line 3: Line 3:
== Submitting New Information ==
== Submitting New Information ==
=== Editing a Page ===
=== Editing a Page ===
Have additional information for an existing page? Follow these steps:
==== Visual Editor ====
==== Regular Editor ====
To use the visual editor, click the "Edit" button on the left of the search bar. For most people, the visual editor is the most intuitive way to add content to a page.


==== Visual Editor ====
==== Source Editor ====
Currently there is not visual editor but we are trying to figure out how to get it to work on this version of the site. If we are able to get it to work, it will be easier for people not familiar with MediaWiki markup language to submit information.
To use the source editor, click the "Edit source" button on the left of the search bar. This editor gives you access to the source content. If you are familiar with editing Wikipedia, you may prefer this over the Visual Editor.


=== Creating a Page ===
=== Creating a Page ===
Line 16: Line 16:


== Content ==
== Content ==
=== Implementing Images ===
=== Images ===
Want to upload an image? There are two different ways you can do this:
Want to upload an image? There are three different ways you can do this:
 
====Images from Wikipedia/WikiMedia Commons (Preferred)====
The preferred way to display images is to get the image from the MediaWiki Commons.
*


'''Link Method (Preferred):'''
====Link Method:====
*All you have to do is paste the Image URL. To get this on Google Chrome, right-click the image and select "Open image in new tab" and copy the URL at the top.
*All you have to do is paste the Image URL. To get this on Google Chrome, right-click the image and select "Open image in new tab" and copy the URL at the top.


'''Upload Method'''
====Upload Method====
#Upload the image via the [[Special:Upload|Upload]] page.
#Upload the image via the [[Special:Upload|Upload]] page.
#Take note of the title of the page. (For example, ''File: Image.png'').
#Take note of the title of the page. (For example, ''File: Image.png'').
Line 30: Line 34:


=== Flag Next to Link ===
=== Flag Next to Link ===
Having the flag next to a country name can make it easier to navigate your page. To do this, reference the [[Template:FlagLink|FlagLink]] template using:
Having the flag next to a country name can make it easier to navigate your page. To do this, reference the [[Template:FlagLink]] template using:
<pre><nowiki>{{FlagLink|link =</nowiki> ''link''<nowiki>}}</nowiki></pre>
<pre><nowiki>{{FlagLink|link =</nowiki> ''link''<nowiki>}}</nowiki></pre>


Line 49: Line 53:
| title =  
| title =  
| country =  
| country =  
| img
| region =  
| region =  
| language =  
| language =  
Line 55: Line 60:
| wikipedia =  
| wikipedia =  
| capital =  
| capital =  
| largest =
| domain =  
| domain =  
| phone =  
| phone =  

Latest revision as of 14:46, 22 May 2022

Contributing to this wiki is by no means a requirement to use the site. However, if you have information that you would like to share with other players, follow the steps below.

Submitting New Information

Editing a Page

Visual Editor

To use the visual editor, click the "Edit" button on the left of the search bar. For most people, the visual editor is the most intuitive way to add content to a page.

Source Editor

To use the source editor, click the "Edit source" button on the left of the search bar. This editor gives you access to the source content. If you are familiar with editing Wikipedia, you may prefer this over the Visual Editor.

Creating a Page

Want to make a page that you can't find elsewhere on the site? Follow these steps:

  1. Use the search bar in the top left and search what you want to create.
  2. If there is already a page for that topic, follow Editing a Page. If there isn't a page, select the link in "Create the Page: 'x' on this wiki!"

Content

Images

Want to upload an image? There are three different ways you can do this:

Images from Wikipedia/WikiMedia Commons (Preferred)

The preferred way to display images is to get the image from the MediaWiki Commons.

Link Method:

  • All you have to do is paste the Image URL. To get this on Google Chrome, right-click the image and select "Open image in new tab" and copy the URL at the top.

Upload Method

  1. Upload the image via the Upload page.
  2. Take note of the title of the page. (For example, File: Image.png).
  3. Insert the title in between double brackets.

Flag Next to Link

Having the flag next to a country name can make it easier to navigate your page. To do this, reference the Template:FlagLink template using:

{{FlagLink|link = ''link''}}

{{FlagLink|link = United States}} looks like Flag of United States.svg United States

Infoboxes

Infoboxes are the tables of information on the right of most pages. For this wiki, they typically have some of the most important information about a country, language, content creator, etc. They can be hard to create. To make things easier for the editor, templates are used for almost all Infoboxes. Listed below are some Infobox templates that you can use for the page you want to create. All you have to do is copy and paste the necessary box, then ad any of the optional parameters you see fit. Finally, make the parameters equal to your specifications.

Standard Infobox Template

Template:Infobox

Country Infobox Template

This is the Infobox that should be used on Country pages.

To put this on a page, copy and populate the following parameters:

{{CountryIB
| title = 
| country = 
| img
| region = 
| language = 
| ws = 
| side = 
| wikipedia = 
| capital = 
| largest = 
| domain = 
| phone = 
| generation = 
| ter = 
| eu = 
| br = 
}}

To find out what each parameter does, go to the Template:CountryIB page.

State Infobox Template

Template:StateIB

{{StateIB
| title = 
| country = 
| capital = 
| largest = 
| wikipedia = 
| type = 
}}

Language Infobox Template

Template:LanguageIB

{{LanguageIB
| title =
| script =
| img =
| wikipedia =
| list = 
}}