Draws a map. The map shows either the world, regions (Africa, Europe,
etc) or countries. It's a known bug that the map is not entierly up to date.
- region="name" (The World)
-
Which map to show. The value may be any of the listed region values
that emit plugin atlas
returns.
<atlas region='europe' width='200'/> |
|
- width="number"
-
The width of the image.
- height="number"
-
The height of the image.
- fgcolor="color" (white)
-
The color of the unselected land areas.
- bgcolor="color" (#101040)
-
The color of the sea areas.
Timeout
The generated image will by default never expire, but
in some circumstances it may be pertinent to limit the
time the image and its associated data is kept. Its
possible to set an (advisory) timeout on the image data
using the following attributes.
- unix-time="number"
-
Set the base expiry time to this absolute time.
If left out, the other attributes are relative to current time.
- years="number"
-
Add this number of years to the time this entry is valid.
- months="number"
-
Add this number of months to the time this entry is valid.
- weeks="number"
-
Add this number of weeks to the time this entry is valid.
- days="number"
-
Add this number of days to the time this entry is valid.
- hours="number"
-
Add this number of hours to the time this entry is valid.
- beats="number"
-
Add this number of beats to the time this entry is valid.
- minutes="number"
-
Add this number of minutes to the time this entry is valid.
- seconds="number"
-
Add this number of seconds to the time this entry is valid.