Template:GeographicalTemplate: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
{| border="0" cellpadding="4" cellspacing="0" style="float:right; margin:0 0 0 0; width:100%; background:; border-collapse:collapse; vertical-align: middle" | {| border="0" cellpadding="4" cellspacing="0" style="float:right; margin:0 0 0 0; width:100%; background:; border-collapse:collapse; vertical-align: middle" | ||
|- | |- | ||
! colspan="2" style="text-align:center; color:#FFFFFF; background:#212121; font-size:200%;" | {{{name|<font color="white">{{{ | ! colspan="2" style="text-align:center; color:#FFFFFF; background:#212121; font-size:200%;" | {{{name|<font color="white">{{{title}}}</font>}}} | ||
|- style="text-align:center;" | |- style="text-align:center;" | ||
|- | |- | ||
Line 11: | Line 11: | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
! colspan="2" style="{{#if:{{{hideg|}}}|display: none;| |}} text-align:center; font-weight:normal; color:#FFFFFF; background:#212121;" | '''Geographical Information''' | |||
! colspan="2" style="{{#if:{{{ | |||
|- style="border-top: 1px solid #999; border-bottom: 1px solid #999;" | |- style="border-top: 1px solid #999; border-bottom: 1px solid #999;" | ||
| style="{{#if:{{{part_of|}}}| |display: none;}}" valign="top" | '''Part of''' | | style="{{#if:{{{part_of|}}}| |display: none;}}" valign="top" | '''Part of''' | ||
Line 23: | Line 20: | ||
<noinclude> | <noinclude> | ||
Example Usage:<pre> | Example Usage:<pre> | ||
{{ | {{GeographicalTemplate | ||
|title=Example | |title=Example | ||
|image1=Example | |image1=Example | ||
Line 31: | Line 28: | ||
</noinclude> | </noinclude> | ||
<noinclude> | <noinclude> | ||
Example: | |||
<pre> | |||
{{GeographicalTemplate | |||
|title=History of the Faroe Islands | |||
|image1=[[File:Faroe Islands Highlighted.png|270px]] | |||
|hideg=true | |||
}} | |||
</pre> | |||
{{GeographicalTemplate | |||
|title=History of the Faroe Islands | |||
|image1=[[File:Faroe Islands Highlighted.png|270px]] | |||
|hideg=true | |||
}} | |||
[[Category: Templates]] | [[Category: Templates]] | ||
</noinclude> | </noinclude> |