Difference between revisions of "Help:Tutorial"

From AAPG Wiki
Jump to navigation Jump to search
Line 15: Line 15:
  
 
==Images==
 
==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:
 +
 +
<nowiki>[[file:PinedaleFieldLandRig.png|thumb|Pine Dale Field Land Rig]]</nowiki> and come out looking like this: [[file:PinedaleFieldLandRig.png|thumb|Pine Dale Field Land Rig]]
  
 
==References==
 
==References==

Revision as of 16:55, 20 March 2014

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:
  • 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|Pine Dale Field Land Rig]] and come out looking like this:

Pine Dale Field Land Rig

References

Searching

Tables and Equations

Tips and tricks