Help:Tutorial
Here is a comprehensive guide to help you learn the ropes of creating and editing pages in AAPG Wiki. This tutorial is aimed at beginners. You can experiment with what you've learned in your Sandbox. THIS PAGE IS STILL IN PROGRESS.
Basics of wikitext
The markup language for all mediawiki sites is called "wikitext." It is a bit different from HTML, but the principle is similar.
Linking
- Link to pages in the wiki with double brackets:
- [[Carbonate reservoir models: facies, diagenesis, and flow characterization]] becomes Carbonate reservoir models: facies, diagenesis, and flow characterization
- If the page you want to link to doesn't match the text you want to link with, add a pipe after the page name with the text you want:
- [[Carbonate reservoir models: facies, diagenesis, and flow characterization|Carbonate diagenesis]] becomes Carbonate diagenesis
- To link to a subheading of an existing page, add a # between the page name and the subheading:
- [[Carbonate reservoir models: facies, diagenesis, and flow characterization#Carbonate reservoir models|Carbonate reservoir models]] becomes Carbonate reservoir models
- Link to external sources with one bracket, followed by the url, a space, and the text you want displayed:
- [http://en.wikipedia.org/wiki/Carbonate Carbonate] becomes Carbonate
Images
- To insert an image into an article, you must first download the image to your computer and then hit Upload file (in lefthand menu). Once the file is uploaded, click the picture icon in the wikitext menu of the article you are working on. This will open a dialog box that will prompt you for more information. Enter the filename of the image you uploaded, and a caption. The default setting are to display the image as a thumbnail, on the right side of the page. Your wikitext will look like this:
- [[file:PinedaleFieldLandRig.png|thumb|Figure 1. Pine Dale Field Land Rig]] and come out looking like this:
- To link an in-text reference to the corresponding figure, add a colon (:) before "file" and the text you wish to appear after the pipe (|):
- [[:file:PinedaleFieldLandRig.png|Figure 1]] becomes Figure 1
References & Citations
- References are a little more complicated. All reference consist of a citation and an actual reference. The citation is a tag that contains a shorthand form of the reference, and is followed, on first use in an article, by the completed reference.
- To create a reference:
- If there aren’t any references in the page, you need to create a template for a reference list:
==References== {{reflist}}