Widget:Lower City Map: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
m (modify debug)
Tag: Reverted
(Undo revision 134950 by Sky (talk))
Tag: Undo
Line 65: Line 65:
         .on("zoom", ({transform}) => {
         .on("zoom", ({transform}) => {
           master_group.attr('transform', transform)
           master_group.attr('transform', transform)
           debug.text(`${transform}\n${transform.x} ${transform.y} ${transform.k}`)
           debug.text(transform)
       });
       });
      
      

Revision as of 14:45, 27 December 2023

Lower City Map.

Parameters:

Parameter Effect Default
transform display coordinates Defaults to an empty transform.
debug If 'true', shows display coordinates in a debug div. false
w / h SVG dimensions 400 / 270
caption Caption (no wikitext!) Interactive map of the Lower City
unique_name A valid HTML ID. Helps distinguish between multiple maps. lower-city-map

Example with viewport changed: {{#widget:Lower City Map|transform=translate(-4168.33781321086,-1970.1107490456338) scale(4.322901608157405)|unique_name=map-sorc|caption=Sorcerous Sundries.}}

Example map with debug enabled:

Note: I was intending to also implement tooltips, but unsure if that will ever happen. - Sky (talk) 13:09, 27 December 2023 (CET)