Would it be possible for us to update (or be allowed to update) this to allow for query passing?
I'm thinking that it could be cool/nice to be able to have a "Go to POI on interactive map" button, but currently we use the pageswitcher for that, which cannot handle queries, like ?marker=, that would allow it.
I've found a workaround atm, which is just this:
<div class="pageswitcher__row>
<div class="pageswitcher__button">'''[https://www.marathonwiki.com/Dire_Marsh/map?marker=ai_uplink Interactive Map]'''</div>
</div>
And renders like this:
But it's unwieldy and requires you to have
{{PageSwitcher}}on the page somewhere to load the styling.