Difference between revisions of "Template:Infobox Park"
Jump to navigation
Jump to search
m |
|||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{| class="infobox" style="width: 300px; font-size: 90%;" | {| class="infobox" style="width: 300px; font-size: 90%;" | ||
|- | |- | ||
− | ! colspan="2" style="font-size: larger; background-color: # | + | ! colspan="2" style="font-size: larger; background-color: #eaf1e8;" | {{#if: {{{park|}}}|{{{park}}}}} |
|- | |- | ||
− | {{#if: {{{image}}}| | + | {{#if: {{{image|}}}| |
− | {{!}} colspan="2" style="line-height: 1.2; border-bottom: 1px solid # | + | {{!}} colspan="2" style="line-height: 1.2; border-bottom: 1px solid #eaf1e8;" {{!}} <div style="border: 1px solid #eaf1e8;">[[Image:{{{image}}}|288px|{{{caption}}}]]</div> <center>{{{caption}}}</center>}} |
|- | |- | ||
− | {{#if: {{{type}}}| | + | {{#if: {{{type|}}}| |
{{!}} '''Type''' | {{!}} '''Type''' | ||
{{!}} {{{type}}}}} | {{!}} {{{type}}}}} | ||
|- | |- | ||
− | {{#if: {{{size}}}| | + | {{#if: {{{size|}}}| |
{{!}} '''Size''' | {{!}} '''Size''' | ||
{{!}} {{{size}}}}} | {{!}} {{{size}}}}} | ||
|- | |- | ||
− | {{#if: {{{facilities}}}| | + | {{#if: {{{facilities|}}}| |
{{!}} '''Facilities''' | {{!}} '''Facilities''' | ||
{{!}} {{{facilities}}}}} | {{!}} {{{facilities}}}}} | ||
|- | |- | ||
− | {{#if: {{{operator}}}| | + | {{#if: {{{operator|}}}| |
− | {{!}} '''Operated by''' | + | {{!}} '''Operated by''' |
{{!}} {{{operator}}}}} | {{!}} {{{operator}}}}} | ||
+ | |- | ||
+ | {{#if: {{{opened|}}}| | ||
+ | {{!}} '''Opened''' | ||
+ | {{!}} {{{opened}}}}} | ||
+ | |- | ||
+ | {{#if: {{{closed|}}}| | ||
+ | {{!}} '''Closed''' | ||
+ | {{!}} {{{closed}}}}} | ||
+ | |- | ||
+ | {{#if: {{{visitors|}}}| | ||
+ | {{!}} '''Annual Visitors''' | ||
+ | {{!}} {{{visitors}}}}} | ||
|- | |- | ||
− | {{#if: {{{location}}}| | + | {{#if: {{{location|}}}| |
{{!}} '''Location''' | {{!}} '''Location''' | ||
{{!}} {{{location}}}}} | {{!}} {{{location}}}}} | ||
|- | |- | ||
− | {{#if: {{{ | + | {{#if: {{{mapcode|}}}| |
− | |||
− | |||
− | |||
− | |||
{{!}} colspan="2" {{!}} {{{mapcode}}}}} | {{!}} colspan="2" {{!}} {{{mapcode}}}}} | ||
|}<noinclude> | |}<noinclude> | ||
− | This is an infobox template for when you want a generic infobox for a park, preserve or similar facility of any kind. For the Map field, just use the built-in Google Editors Map | + | This is an infobox template for when you want a generic infobox for a park, preserve or similar facility of any kind. For the Map field, just use the built-in Google Editors Map and copy-paste the resulting code into the "mapcode" field. (288px is a good width to use.) |
+ | <pre>{{Infobox Park | ||
+ | |park= | ||
+ | |image= | ||
+ | |caption= | ||
+ | |type= | ||
+ | |size= | ||
+ | |facilities= | ||
+ | |operator= | ||
+ | |visitors= | ||
+ | |opened= | ||
+ | |closed= | ||
+ | |location= | ||
+ | |mapcode= | ||
+ | }}</pre> | ||
[[Category:Infobox templates|Park]] | [[Category:Infobox templates|Park]] | ||
</noinclude> | </noinclude> |
Latest revision as of 21:31, 19 August 2009
This is an infobox template for when you want a generic infobox for a park, preserve or similar facility of any kind. For the Map field, just use the built-in Google Editors Map and copy-paste the resulting code into the "mapcode" field. (288px is a good width to use.)
{{Infobox Park |park= |image= |caption= |type= |size= |facilities= |operator= |visitors= |opened= |closed= |location= |mapcode= }}