Difference between revisions of "Template:Map box"

From Birocapedia
Jump to navigationJump to search
Line 1: Line 1:
<div style="margin-bottom: .5em; border-style: solid; border-color: white; width: auto; clear: {{{align|right}}}; float: {{{align|right}}}; {{#ifeq: {{{align|right}}} | left | margin-right: .5em; |  }}; border-width: .5em {{#ifeq: {{{align|right}}} | right | 0 .8em 1.4em | 1.4em .8em 0 }};"><div style="border: 1px solid #ccc; padding: 3px !important; background-color: #f9f9f9; font-size: 94%; text-align: center; overflow: hidden;"><div style="border: 1px solid #ccc;">{{{content}}}</div><div style="border: none; text-align: left; line-height: 1.4em; padding: 3px !important; font-size: 94%;">{{{caption}}}</div></div></div><noinclude>
+
<div style="margin-bottom: .5em; border-style: solid; border-color: white; width: auto; clear: {{{align|right}}}; float: {{{align|right}}}; {{#ifeq: {{{align|right}}} | left | margin-right: .5em; |  }}; border-width: .5em {{#ifeq: {{{align|right}}} | right | 0 .8em 1.4em | 1.4em .8em 0 }};"><div style="width:{{#expr: {{{width|200}}} + 2}}px; border: 1px solid #ccc; padding: 3px !important; background-color: #f9f9f9; font-size: 94%; text-align: center; overflow: hidden;"><div style="width:{{{width|200}}}px; border: 1px solid #ccc;">{{{content}}}</div><div style="border: none; text-align: left; line-height: 1.4em; padding: 3px !important; font-size: 94%;">{{{caption}}}</div></div></div><noinclude>
 
== Purpose ==
 
== Purpose ==
  
Line 8: Line 8:
 
<pre>{{Thumbnail box
 
<pre>{{Thumbnail box
 
|align=
 
|align=
 +
|width=
 
|content=
 
|content=
 
|caption=}}</pre>
 
|caption=}}</pre>

Revision as of 20:12, 6 November 2009

{{{content}}}
{{{caption}}}

Purpose

Makes a box that looks like the box around a thumbnail but with any content you want, for example a map.

Usage

{{Thumbnail box
|align=
|width=
|content=
|caption=}}

Note that if you want the box aligned to the right then you do not need to specify the align value, you can leave it blank just like with a thumbnail. The width value also has a default of 200 pixels.

Example

{{Thumbnail box
|align=left
|width=600
|content=
<googlemap version="0.9" lat="44.327256" lon="-70.680027" type="terrain" zoom="15" width="600">
</googlemap>
|caption=Overset Pond and Overset Mountain. [[Lake McWain]] is due south.}}

Gives:

<googlemap version="0.9" lat="44.327256" lon="-70.680027" type="terrain" zoom="15" width="600"> </googlemap>
Overset Pond and Overset Mountain. Lake McWain is due south.