Template:Map box

From Birocapedia
(Redirected from Template:Thumbnail box)
Jump to navigationJump to search
{{#ifeq: right | right | | }} {{#ifeq: right | right | | }}
{{{content}}}
{{#if: |
{{{caption}}}
| }}

Purpose

Makes a box that looks like the box around a thumbnail around a map.

Usage

{{Thumbnail box
|align=
|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. You can leave the caption field blank.

Example

{{Thumbnail box
|align=left
|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:

{{#ifeq: left | right | | }} {{#ifeq: left | right | | }}
<googlemap version="0.9" lat="44.327256" lon="-70.680027" type="terrain" zoom="15" width="600"></googlemap>
{{#if: Overset Pond and Overset Mountain. Lake McWain is due south. |
Overset Pond and Overset Mountain. Lake McWain is due south.
| }}