Template:Infobox Mountain/doc: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Drew R. Smith
(New page: To use, simply cut and paste the following code directly below the {{tl|subpages}} and fill out required fields. <pre>{{Infobox mountain | name = | photo = | capt...)
 
imported>Drew R. Smith
No edit summary
Line 16: Line 16:
| first_ascent    =
| first_ascent    =
}}</pre>
}}</pre>
 
==Explanation of Parameters==
{| class="wikitable" style="font-size:90%; margin:auto; width:100%;"
{| class="wikitable" style="font-size:90%; margin:auto; width:100%;"
! Field  
! Field  
Line 60: Line 60:
| Date of the first ascent, if known. Typically, this is the first recorded ascent but not necessarily the first true ascent.
| Date of the first ascent, if known. Typically, this is the first recorded ascent but not necessarily the first true ascent.
|}
|}
==Examples==
{{Infobox mountain
| name            = Big Mountain
| photo            = Mountain.jpg
| caption          = This is not a real mountain
| elevation        = 1234567
| country          = United States
| province        =
| state            = Texas
| city            = San Antonio
| range            = The Big Mountain Range
| type            = Super Mega
| age              = Forever
| last_eruption    = Tommorow
| first_ascent    = Yesterday
}}
<pre>{{Infobox mountain
| name            = Big Mountain
| photo            = Mountain.jpg
| caption          = This is not a real mountain
| elevation        = 1234567
| country          = United States
| province        =
| state            = Texas
| city            = San Antonio
| range            = The Big Mountain Range
| type            = Super Mega
| age              = Forever
| last_eruption    = Tommorow
| first_ascent    = Yesterday
}}</pre>

Revision as of 05:27, 22 July 2009

To use, simply cut and paste the following code directly below the {{subpages}} and fill out required fields.

{{Infobox mountain
| name             = 
| photo            = 
| caption          = 
| elevation        = 
| country          =
| province         =
| state            =
| city             =
| range            = 
| type             = 
| age              = 
| last_eruption    = 
| first_ascent     =
}}

Explanation of Parameters

Field Description
name Name of the mountain, peak or hill. If more than one mountain by the name exists, the article is likely disambiguated but this name in the infobox should be the undisambiguated name. For example, Mount Columbia (for Mount Columbia (Alberta) or Mount Columbia (Colorado). This field is required.
photo Image of the mountain, preferably a picture of the full profile of the mountain. Do not use Mountain.jpg instead, simply write mountain.jpg. The template takes care of the rest.
caption Include a caption for the photo. This appears when moused over, and underneath the photo in italics.
elevation Insert the elevation in feet, not including punctuation. For example 14000 for 14,000. Other units of measurement are not currently supported.
country Name of the country the mountain is located in. If more than one, use the country most commonly refered to as the location of the mountain. Not required.
province Name of the province the mountain is located in. If more than one, use the province most commonly refered to as the location of the mountain. Not required.
state Name of the state the mountain is located in. If more than one, use the state most commonly refered to as the location of the mountain. Not required.
city Name of the city the mountain is located in. If more than one, use the city most commonly refered to as the location of the mountain. Not required. Note: if anything is input in this field the template will include a ", " where a city would be.
range Mountain range if applicable. The specific range subgroup should be provided instead of any major mountain system unless there is no applicable subgroup. For example, use Teton Range and not Rocky Mountains or Bernese Alps not Alps.
type The type of mountain
age Approximate age of the mountain
last_eruption The date of the last eruption if the mountain is of volcanic origin.
first_ascent Date of the first ascent, if known. Typically, this is the first recorded ascent but not necessarily the first true ascent.

Examples

Template:Infobox mountain

{{Infobox mountain
| name             = Big Mountain
| photo            = Mountain.jpg
| caption          = This is not a real mountain
| elevation        = 1234567
| country          = United States
| province         = 
| state            = Texas
| city             = San Antonio
| range            = The Big Mountain Range
| type             = Super Mega
| age              = Forever
| last_eruption    = Tommorow
| first_ascent     = Yesterday
}}