Template:Overlay (AL)

From Exiled Kingdoms Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Description

This template generates an annoted map by overlaying numbered markers on an image and displaying a corresponding legend underneath. It requires the Lua module Module:Overlay (AL).

Usage

{{Overlay (AL)
|Image = 
|Title = 
|Width = 
|Height = 
|Columns = 
|Grid = 
|Link = 
|Legendbox = 
|Float = 
|Overlay = 
|Border = 
|Windrose = 

<!-- Legend -->
|Legend1Title = 
|Legend1Start = 
|Legend1End = 
<!-- ...up to 6... -->

<!-- Overlays -->
|Overlay1Form = 
|Overlay1 = 
|Overlay1Color = 
|Overlay1Tip = 
|Overlay1Link = 
|Overlay1Left = 
|Overlay1Top = 
<!-- ...up to 30... -->
|Overlay1Left2 = 
|Overlay1Top2 = 
<!-- ...up to 12... -->
}}

Parameters

NameRequiredDescriptionValues
ImageNoThe image. If not set then only the legend is presented.image name (including file extension)
TitleNoTitle displayed in the upper left corner of the image.arbitrary text
WidthNoWidth of the image in pixels.positive number (defaults to 500)
HeightNoHeight of the image in pixels.positive number (defaults to 500)
ColumnsNoThe number of columns to display the legend in. Set to 0 to not display any legend.non-negative number (defaults to 3)
GridNoSet to "yes" to turn on the coordinate grid to allow easier determination of overlay coordinates while editing."yes" / "no" (defaults to "no"; all values other than "yes" are equivalent to "no")
LinkNoSet to "yes" to turn on default linking of overlay and legend entry."yes" / "no" (defaults to "no"; all values other than "yes" are equivalent to "no")
LegendboxNoSet to "no" to turn off the box/border around each section of the legend."yes" / "no" (defaults to "yes"; all values other than "no" are equivalent to "yes")
FloatNoDetermines how image and legend or positioned on the page.CCS float value ("none", "left", "right") or "center" (defaults to "center")
OverlayNoDetermines whether or not the overlays are presented when an image is available."yes" / "no" (defaults to "yes"; all values other than "no" are equivalent to "yes")
BorderNoDetermines whether or not a border is placed around the whole presentation."yes" / "no" (defaults to "yes"; all values other than "no" are equivalent to "yes")
WindroseNoSet to "yes" to display a windrose in the lower right corner of the image."yes" / "no" (defaults to "no"; all values other than "yes" are equivalent to "no")
Legend
Legend1TitleNoThe title of Legend1.arbitrary text
Legend1StartNoThe number of the first overlay to appear in Legend1.positive number (defaults to the first overlay set, otherwise to the previous legend end plus 1 if there is a previous legend)
Legend1EndNoThe number of the last overlay to appear in Legend1.positive number (defaults to the next legend start less 1 if there is a next legend, otherwise to the last set overlay)
... repeat this pattern for up to 6 separate sections of the legend ...
Overlays
Overlay1FormNoThe form of the overlays, either as numbered icon (e.g.
1
), colored text (e.g.
1
), or bare color (e.g.
  
)
"icon" / "text" / "color" (defaults to the previous overlay form, or to "icon" if there is no previous overlay form)
Overlay1NoText of Overlay1 to be displayed in the legend.arbitrary text (defaults to the value of <Overlay1Tip> if any)
Overlay1ColorNoThe color of Overlay1.arbitrary color or one of the color tags defined in Module:Overlay (AL)/colors: access • enemy • npc • secret • site (defaults to the previous overlay color, or to "red" if there is no previous overlay color)
Overlay1TipNoPop up tool tip text to appear when the screen pointer is over Overlay1.arbitrary text (defaults to the value of <Overlay1>)
Overlay1LinkNoText to be used as a link for the overlay legend text.arbitrary text (defaults to the value of <Overlay1> if <Link> is not set to "no")
Overlay1LeftNoDistance in pixels of the left edge of Overlay1 from the left side of the image.non-negative number
Overlay1TopNoDistance in pixels of the top edge of Overlay1 from the top side of the image.non-negative number
Overlay1Left2NoThe left ordinate for a second position of Overlay1.non-negative number
Overlay1Top2NoThe top ordinate for a second position of Overlay1.non-negative number
... repeat this pattern for up to 30 different overlays, with up to 12 different positions per overlay ...

View/Edit documentation page