Here is a map of GLEON lakes according to (English) Wikipedia:
According to one analysis over 100 GLEON lakes are missing a Wikipedia page. The following walkthrough is designed to serve as a guide for GLEON members whose lake lacks a page on Wikipedia. Before you begin, you should sign up for a Wikipedia account by navigating to https://en.wikipedia.org/, clicking on Log in
, and clicking on Join Wikipedia
.
The first step in creating a page is to make sure it does not already exist.
The next step is to create a blank page. Although, you have several options, the easiest method involves creating a "broken" link on your user talk page:
Your user talk page can be accessed by navigating to your user profile, which is done by clicking your user name in the middle of the page at the very top (assuming you have logged in), switching to the
Talk
tab, and clickingEdit source
. You can create the necessary broken link using bracket syntax. For example, if our lake is calledLake GLEON
the link will be:
After clicking the Save changes
button, the link will appear in red text (indicating the page does not exist). Following the broken link will create a blank Wikipedia page at the appropriate address.
The next step is to copy over the Wikitext from an existing lake page. You can find some existing lake pages through the Wikiproject Lakes or GLEON pages. This can be a bit overwhelming for lakes with a lot of existing information such as Lake Rotorua. Sometimes it is easier to start with a page with minimal information such as Flat River Reservoir.
Let's copy over the Wikitext from Flat River Reservoir by opening the page in a new browser tab, navigating to the Edit source
tab, copying the Wikitext, and pasting it into our new page.
Now we can start replacing the items left over from the Flat River Reservoir page with the corresponding information for our target lake (Lake GLEON). In our example we would replace the original text for Flat River Reservoir with the corresponding information from Lake GLEON:
Notice that many of the items are blank and can be left blank. A few of the items are critical including the name
, location
, and coords
fields.
The remaining Wikitext in the page body below the infobox is mostly optional. It is good practice to include at least one sentence in the page body along the lines of:
'''Lake GLEON''' is a large lake in [[Lake Province, Worldwide]].
Remember to remove or update any links left over from the template related to Lists of lakes
or Wikipedia Category
.
If you have additional information on the characteristics of the lake such as depth, area, or any of the other fields in the Infobox template they should be cited with reference tags whenever possible.
For example, lets say we know that the maximum depth of Lake GLEON according to the Lake GLEON water authority is 10 meters. We can add this information to the page along with a citation using the following Wikitext markup:
{% raw %}
| max-depth = {{Convert|32|ft|m|0|abbr=on}}<ref name="lakegleonwater">Lake GLEON water authority <http://lakegleon.org/lake_gleon></ref>
{% endraw %}
Before saving changes you should click the Show Preview
button. If everything looks good click Save changes
.