Help:General: Difference between revisions

Jump to navigation Jump to search
m (1 revision imported)
 
(8 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 29: Line 33:
#**Optional: Add modifiers after <nowiki>[[File: Image.png]]</nowiki>. [https://www.mediawiki.org/wiki/Help:Images#Syntax Complete syntax guide].
#**Optional: Add modifiers after <nowiki>[[File: Image.png]]</nowiki>. [https://www.mediawiki.org/wiki/Help:Images#Syntax Complete syntax guide].


=== Flag Next to Country ===
=== 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|country =</nowiki> ''Country''<nowiki>}}</nowiki></pre>
<pre><nowiki>{{FlagLink|link =</nowiki> ''link''<nowiki>}}</nowiki></pre>


'''''<nowiki>{{FlagLink|country =</nowiki> United States<nowiki>}}</nowiki>''''' looks like {{FlagLink|country = United States}}
'''''<nowiki>{{FlagLink|link =</nowiki> United States<nowiki>}}</nowiki>''''' looks like {{FlagLink|link = United States}}


== Infoboxes ==
== Infoboxes ==
Line 44: Line 48:
This is the Infobox that should be used on Country pages.
This is the Infobox that should be used on Country pages.


====Parameters====
To put this on a page, copy and populate the following parameters:
The recommended template to use for the [[Template:CountryIB|CountryIB Template]] is:
<pre>
<pre>
{{CountryIB
{{CountryIB
| title =  
| title =  
| country =  
| country =  
| img
| region =  
| region =  
| language =  
| language =  
Line 56: Line 60:
| wikipedia =  
| wikipedia =  
| capital =  
| capital =  
| largest =
| domain =  
| domain =  
| phone =  
| phone =  

Navigation menu