Difference between revisions of "Widget:Map Fort1"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
; sanctum : If set, highlights this area in gold. By default, this is hidden. | ; sanctum : If set, highlights this area in gold. By default, this is hidden. | ||
; webway : If set, highlights this area in gold. By default, this is hidden. | ; webway : If set, highlights this area in gold. By default, this is hidden. | ||
+ | ; width : Width of the map pane, in pixels. Default is 1024 pixels. | ||
[[Category:Widgets]] | [[Category:Widgets]] | ||
− | </noinclude><includeonly><div style="width: | + | </noinclude><includeonly><div style="width:<!--{$width|escape:'html'|default:'1024'}-->px;height:auto;position:relative;"> |
− | <div id="bickford" style="width: | + | <div id="bickford" style="width:<!--{$width|escape:'html'|default:'1024'}-->px;height:auto;position:absolute;top:0;left:0;z-index:10;background-image: url('http://underwiki.com/images/6/6e/Fort1_bickford_mo.png');<!--{if isset($bickford)}-->display:flex;<!--{else}-->display:none;<!--{/if}-->"> </div> |
− | <div id="furies" style="width: | + | <div id="furies" style="width:<!--{$width|escape:'html'|default:'1024'}-->px;height:auto;position:absolute;top:0;left:0;z-index:9;background-image: url('http://underwiki.com/images/9/9c/Fort1_furies_mo.png');<!--{if isset($furies)}-->display:flex;<!--{else}-->display:none;<!--{/if}-->"> </div> |
− | <div id="futuresend" style="width: | + | <div id="futuresend" style="width:<!--{$width|escape:'html'|default:'1024'}-->px;height:auto;position:absolute;top:0;left:0;z-index:8;background-image: url('http://underwiki.com/images/f/f9/Fort1_futuresend_mo.png');<!--{if isset($futuresend)}-->display:flex;<!--{else}-->display:none;<!--{/if}-->"> </div> |
− | <div id="malom" style="width: | + | <div id="malom" style="width:<!--{$width|escape:'html'|default:'1024'}-->px;height:auto;position:absolute;top:0;left:0;z-index:7;background-image: url('http://underwiki.com/images/e/e1/Fort1_malom_mo.png');<!--{if isset($malom)}-->display:flex;<!--{else}-->display:none;<!--{/if}-->"> </div> |
− | <div id="necro" style="width: | + | <div id="necro" style="width:<!--{$width|escape:'html'|default:'1024'}-->px;height:auto;position:absolute;top:0;left:0;z-index:6;background-image: url('http://underwiki.com/images/f/f2/Fort1_necro_mo.png');<!--{if isset($necro)}-->display:flex;<!--{else}-->display:none;<!--{/if}-->"> </div> |
− | <div id="regret" style="width: | + | <div id="regret" style="width:<!--{$width|escape:'html'|default:'1024'}-->px;height:auto;position:absolute;top:0;left:0;z-index:5;background-image: url('http://underwiki.com/images/8/86/Fort1_regret_mo.png');<!--{if isset($regret)}-->display:flex;<!--{else}-->display:none;<!--{/if}-->"> </div> |
− | <div id="riders" style="width: | + | <div id="riders" style="width:<!--{$width|escape:'html'|default:'1024'}-->px;height:auto;position:absolute;top:0;left:0;z-index:4;background-image: url('http://underwiki.com/images/e/ef/Fort1_riders_mo.png');<!--{if isset($riders)}-->display:flex;<!--{else}-->display:none;<!--{/if}-->"> </div> |
− | <div id="sanctum" style="width: | + | <div id="sanctum" style="width:<!--{$width|escape:'html'|default:'1024'}-->px;height:auto;position:absolute;top:0;left:0;z-index:3;background-image: url('http://underwiki.com/images/2/28/Fort1_sanctum_mo.png');<!--{if isset($sanctum)}-->display:flex;<!--{else}-->display:none;<!--{/if}-->"> </div> |
− | <div id="webway" style="width: | + | <div id="webway" style="width:<!--{$width|escape:'html'|default:'1024'}-->px;height:auto;position:absolute;top:0;left:0;z-index:2;background-image: url('http://underwiki.com/images/5/5b/Fort1_webway_mo.png');<!--{if isset($webway)}-->display:flex;<!--{else}-->display:none;<!--{/if}-->"> </div> |
− | <div id="base" style="width: | + | <div id="base" style="width:<!--{$width|escape:'html'|default:'1024'}-->px;height:auto;position:absolute;top:0;left:0;z-index:1;background-image: url('http://underwiki.com/images/7/75/Fort1_base.png');<!--{if isset($base)}-->display:none;<!--{else}-->display:flex;<!--{/if}-->"> </div> |
</div></includeonly> | </div></includeonly> |
Revision as of 11:48, 28 January 2019
This widget inserts a map of Tyball's Folly (Fort1).
Parameters
- base
- If set, excludes the base map. By default, this is included.
- bickford
- If set, highlights this area in gold. By default, this is hidden.
- furies
- If set, highlights this area in gold. By default, this is hidden.
- futuresend
- If set, highlights this area in gold. By default, this is hidden.
- malom
- If set, highlights this area in gold. By default, this is hidden.
- necro
- If set, highlights this area in gold. By default, this is hidden.
- regret
- If set, highlights this area in gold. By default, this is hidden.
- riders
- If set, highlights this area in gold. By default, this is hidden.
- sanctum
- If set, highlights this area in gold. By default, this is hidden.
- webway
- If set, highlights this area in gold. By default, this is hidden.
- width
- Width of the map pane, in pixels. Default is 1024 pixels.