Difference between revisions of "User:Browncoat Jayson/Sandbox"
Jump to navigation
Jump to search
(17 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Sandbox 1 - Area Maps== | ==Sandbox 1 - Area Maps== | ||
+ | {{Infobox | ||
+ | |header1={{#Widget:Map_Fort1 | ||
+ | |furies | ||
+ | |sanctum | ||
+ | |width=300 | ||
+ | |seed=infobox | ||
+ | }}}} | ||
+ | Proof of concept; using this javascript widget, you can display the map of "Fort1" and selectively turn on the gold outline of each area (include or exclude the name of the region). | ||
+ | |||
+ | ToDo: | ||
+ | *<strike>Enable mouseover to display the blue outline of the area, and click to go to a specific URL</strike> (DONE!) | ||
+ | *<strike>Allow embedding this widget within an Infobox, so the map is shown at a reduced size.</strike> (DONE!) | ||
+ | *<strike>Map all the other maps use this functionality</strike> (DONE!) | ||
+ | *<strike>Testing</strike> (Everything appears to function correctly!) | ||
+ | *Fix links to correct pagenames | ||
+ | *Fix mouseovers to show correct hover text | ||
{{#Widget:Map_Fort1 | {{#Widget:Map_Fort1 | ||
− | + | |imagemap | |
− | | | + | |webway |
− | + | |width=600 | |
− | | | + | |seed=imagemap |
− | | | + | }} |
− | | | + | {{#Widget:Map_Fort2 |
− | | | + | |arcaneum |
− | | | + | |imagemap |
− | + | |width=600 | |
+ | |seed=imfort2 | ||
+ | }} | ||
+ | {{#Widget:Map_Ishtass | ||
+ | |heroes | ||
+ | |imagemap | ||
+ | |width=600 | ||
+ | |seed=imishtass | ||
+ | }} | ||
+ | {{#Widget:Map_Lvl1 | ||
+ | |underhall | ||
+ | |imagemap | ||
+ | |width=600 | ||
+ | |seed=imlvl1 | ||
+ | }} | ||
+ | {{#Widget:Map_Marcaul | ||
+ | |marcaul | ||
+ | |imagemap | ||
+ | |width=600 | ||
+ | |seed=immarcaul | ||
+ | }} | ||
+ | {{#Widget:Map_Nyx | ||
+ | |width=600 | ||
+ | |seed=imnyx | ||
+ | }} | ||
+ | {{#Widget:Map_Swamp1 | ||
+ | |malvern | ||
+ | |imagemap | ||
+ | |width=600 | ||
+ | |seed=imswamp1 | ||
+ | }} | ||
+ | {{#Widget:Map_Swamp2 | ||
+ | |ruinsgwern | ||
+ | |imagemap | ||
+ | |width=600 | ||
+ | |seed=imswamp2 | ||
+ | }} | ||
+ | {{#Widget:Map_Volcanic1 | ||
+ | |forgegods | ||
+ | |imagemap | ||
+ | |width=600 | ||
+ | |seed=imvolcanic1 | ||
}} | }} | ||
− | + | ==Testing Points of Interest== | |
+ | {{#Widget:Map_PoI_Top | ||
+ | |width=600 | ||
+ | }} | ||
+ | {{#Widget:Map_Nyx | ||
+ | |width=600 | ||
+ | |seed=nyxpoi | ||
+ | }} | ||
+ | {{#Widget:Map_PoI_Aelita | ||
+ | |width=600 | ||
+ | |poix=357 | ||
+ | |poiy=437 | ||
+ | |poiname=The Midnight Forum | ||
+ | |poilink=Midnight Forum | ||
+ | |seed=2 | ||
+ | }} | ||
+ | {{#Widget:Map_PoI_Nyx | ||
+ | |width=600 | ||
+ | |poix=457 | ||
+ | |poiy=337 | ||
+ | |poiname=Nyx Entrance | ||
+ | |poilink=Vault of Nyx | ||
+ | |poimodus | ||
+ | |seed=1 | ||
+ | }} | ||
+ | {{#Widget:Map_PoI_Bottom}} | ||
− | + | Notes: | |
− | * | + | *Can layer them as many times as you want to show multiple POIs |
− | * | + | *<strike>Only one PoI can have a clickable link; the last one listed. The others will appear, but the click region is overlapped.</strike> Fixed! |
− | * | + | *Need to add PlayerPoI (the red cursor that shows where you are), MarkerPoI (the green circle that shows custom items), Chest, and others? |
− | * | + | *Create a table row to show these on characters and memora |
+ | *Test, test, test |
Latest revision as of 14:59, 1 March 2019
Sandbox 1 - Area Maps[edit]
Proof of concept; using this javascript widget, you can display the map of "Fort1" and selectively turn on the gold outline of each area (include or exclude the name of the region).
ToDo:
Enable mouseover to display the blue outline of the area, and click to go to a specific URL(DONE!)Allow embedding this widget within an Infobox, so the map is shown at a reduced size.(DONE!)Map all the other maps use this functionality(DONE!)Testing(Everything appears to function correctly!)- Fix links to correct pagenames
- Fix mouseovers to show correct hover text
Testing Points of Interest[edit]
Notes:
- Can layer them as many times as you want to show multiple POIs
Only one PoI can have a clickable link; the last one listed. The others will appear, but the click region is overlapped.Fixed!- Need to add PlayerPoI (the red cursor that shows where you are), MarkerPoI (the green circle that shows custom items), Chest, and others?
- Create a table row to show these on characters and memora
- Test, test, test