For ExternalData (geoshape/geoline, or Commons .map page), a mapframe map that doesn't specify coordinates and/or zoom in the tag will not automatically zoom and center the map if static maps are enabled, but will work with interactive maps. Due to T203863, this difference is easily noticeable when comparing a saved page (showing a static map) with a preview, from wikitext edit mode, of that page (showing an interactive map).
Geoshape example
https://sv.wikipedia.org/w/index.php?title=Furillen&oldid=40697838
<mapframe text="Furillen markerad med grått i kartan." zoom=11 width="200" height="200" > { "type": "ExternalData", "service": "geoshape", "ids": "Q1474958" } </mapframe>
Geoline example
https://www.mediawiki.org/wiki/User:Evad37/sandbox/mapframe
Mapframe example <mapframe text="Mapframe example" height="200" width="300"> { "properties": {"stroke-width":6,"stroke":"#ff0000","title":"ExpandTemplates"}, "type":"ExternalData", "service":"geoline", "ids":"Q1094308" } </mapframe>
Commons .map page example
https://nl.wikipedia.org/w/index.php?title=Wikipedia:De_kroeg&oldid=51923141#%3Cmapframe%3E
<mapframe width=300 height=300 zoom=17> { "type": "ExternalData", "service": "page", "title": "Haarlem/Grote Kerk.map" } </mapframe>