Template:Mountainbox: Difference between revisions

From VOC Wiki
Jump to navigation Jump to search
imported>George
No edit summary
imported>George
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 8: Line 8:
    
    
   | class="note"  style="background:#e7dcc3; height:25px; border:1px solid #999966; vertical-align:middle; text-align:right; padding-right:10px;" | Elevation
   | class="note"  style="background:#e7dcc3; height:25px; border:1px solid #999966; vertical-align:middle; text-align:right; padding-right:10px;" | Elevation
   | class="label" style="vertical-align:middle; border-top:1px solid #999966; border-bottom:1px solid #999966; padding-left:10px" | {{#if:{{{Elevation(m)|}}}|'''{{{Elevation(m)|}}} m'''}} {{#if:{{{Elevation(m)|}}}|''( {{#expr: ({{{Elevation(m)|}}}*3.28084) round 0 }} ft)'' }}     
   | class="label" style="vertical-align:middle; border-top:1px solid #999966; border-bottom:1px solid #999966; padding-left:10px" | {{#if:{{{Elevation(m)|}}}|'''{{{Elevation(m)|}}} m'''}} {{#if:{{{Elevation(m)|}}}|''({{#expr: ({{{Elevation(m)|}}}*3.28084) round 0 }} ft)'' }}     
|-
|-
   | class="note"  style="background:#e7dcc3; height:75px; border-left:1px solid #999966; border-right:1px solid #999966; border-bottom:1px solid #999966; vertical-align:top; text-align:right; padding-right:10px;" | Coordinates
   | class="note"  style="background:#e7dcc3; height:75px; border-left:1px solid #999966; border-right:1px solid #999966; border-bottom:1px solid #999966; vertical-align:top; text-align:right; padding-right:10px;" | Coordinates
Line 25: Line 25:


This template should be used on mountain pages (see for example [[Black Tusk]]). It will also put the page into [[:Category:Mountains]]. Copy&Paste and edit the following code:
This template should be used on mountain pages (see for example [[Black Tusk]]). It will also put the page into [[:Category:Mountains]]. Copy&Paste and edit the following code:
Example Sample:


<pre><nowiki>
<pre><nowiki>
Line 38: Line 40:
| NTS Topographic map={{NTS link|092|G|14}}
| NTS Topographic map={{NTS link|092|G|14}}
| QuickInfo=A dramatic, extinct volcano located north of the northwest end of Garibaldi Lake. Generally a "black" tusk, but occasionally a "white" tusk in winter, this peak catches one's eye from many different angles. The peak is a remnant of a much larger volcano that has mostly eroded away.  
| QuickInfo=A dramatic, extinct volcano located north of the northwest end of Garibaldi Lake. Generally a "black" tusk, but occasionally a "white" tusk in winter, this peak catches one's eye from many different angles. The peak is a remnant of a much larger volcano that has mostly eroded away.  
}}__NOTOC__
</nowiki></pre>
Empty Sample:
<pre><nowiki>
{{Mountainbox
| Name=
| BivouacMtnID=
| Photo=
| Caption=
| Region=
| Elevation(m)=
| Coordinates (WGS 84)={{coord|10U||WGS84|hidedatum}}
| Coordinates (NAD 27)={{coord|10U||NAD27|hidedatum}}
| NTS Topographic map={{NTS link|092|G|}}
| QuickInfo=
}}__NOTOC__
}}__NOTOC__
</nowiki></pre>
</nowiki></pre>
</noinclude>
</noinclude>

Latest revision as of 07:44, 4 January 2019

{{{Name}}} Region
[[Image:{{{Photo}}}|350px]]
Elevation
Coordinates
Quick Info

This template should be used on mountain pages (see for example Black Tusk). It will also put the page into Category:Mountains. Copy&Paste and edit the following code:

Example Sample:

{{Mountainbox
| Name=Black Tusk
| BivouacMtnID=31
| Photo=Black Tusk.JPG
| Caption=The east aspect of the Black Tusk in Summer.
| Region=Sea to Sky
| Elevation(m)=2319
| Coordinates (WGS 84)={{coord|10U|496932|5535870|WGS84|hidedatum}} 
| Coordinates (NAD 27)={{coord|10U|497026|5535669|NAD27|hidedatum}} 
| NTS Topographic map={{NTS link|092|G|14}}
| QuickInfo=A dramatic, extinct volcano located north of the northwest end of Garibaldi Lake. Generally a "black" tusk, but occasionally a "white" tusk in winter, this peak catches one's eye from many different angles. The peak is a remnant of a much larger volcano that has mostly eroded away. 
}}__NOTOC__

Empty Sample:

{{Mountainbox
| Name=
| BivouacMtnID=
| Photo=
| Caption=
| Region=
| Elevation(m)=
| Coordinates (WGS 84)={{coord|10U||WGS84|hidedatum}} 
| Coordinates (NAD 27)={{coord|10U||NAD27|hidedatum}} 
| NTS Topographic map={{NTS link|092|G|}}
| QuickInfo= 
}}__NOTOC__