Template:TeleportLocationLine
Jump to navigation
Jump to search
Template documentation
This documentation is transcluded from Template:TeleportLocationLine/doc. [edit] [history] [purge]
Teleportation option line to be used with Template:TeleportLocationTableHead. Displays the name of the teleport option and an embedded map of the destination.
See Template:Map for more information on maps.
Quick copy
{{TeleportLocationLine|name=|x=|y=}}
Parameters
Parameter | Description |
---|---|
name (required) | The name of the game mode. |
note (optional) | Place a note next to the teleport name. E.g., if there are requirements for unlocking the teleport. |
x (required) | The x coordinate on the map. |
y (required) | The y coordinate on the map. |
mapID (optional/defaults to 0) | The mapID if not 0 |
plane (optional/defaults to 0) | The plane of the map |
mtype (optional/defaults to square) | The type of map (square, or pin) |
r (optional/defaults to 3) | The radius of the shaded area, if square map type. |
Example
{{TeleportLocationTableHead}}
{{TeleportLocationLine|name=[[Wizards' Tower]]|x=3114|y=3179|r=2}}
{{TeleportLocationLine|name=[[The Outpost]]|note={{Efn|This teleport is rarely used!|group=L}}|x=2428|y=3350}}
{{TeleportLocationLine|name=[[Eagle's Eyrie]]|x=3405|y=3158|mtype=circle}}
{{TableBottom}}
{{Notelist|group=L}}
Destination | Map |
---|---|
Wizards' Tower | <mapframe align="center" frameless="" plane="0" width="200" y="3179" x="3114" height="200" zoom="2" mapID="0">
{"features":[{"type":"Feature","geometry":{"coordinates":[[[3112,3177],[3112,3181],[3116,3181],[3116,3177]]],"type":"Polygon"},"properties":{"mapID":"0","plane":"0","description":" X/Y: 3114,3179 "}}],"type":"FeatureCollection"}</mapframe> |
The Outpost[a] | <mapframe align="center" frameless="" plane="0" width="200" y="3350" x="2428" height="200" zoom="2" mapID="0">
{"features":[{"type":"Feature","geometry":{"coordinates":[[[2425,3347],[2425,3353],[2431,3353],[2431,3347]]],"type":"Polygon"},"properties":{"mapID":"0","plane":"0","description":" X/Y: 2428,3350 "}}],"type":"FeatureCollection"}</mapframe> |
Eagle's Eyrie | <mapframe group="pins" align="center" frameless="" plane="0" width="200" y="3160" x="3405" height="200" zoom="2" mapID="0">
{"features":[{"type":"Feature","geometry":{"coordinates":[3405.5,3158.5],"type":"Point"},"properties":{"mapID":"0","providerID":0,"group":"pins","description":" X/Y: 3405,3158 ","plane":"0","icon":"greenPin"}}],"type":"FeatureCollection"}</mapframe> |