Difference between revisions of "Template:Kerbalmaps"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*more specific category; !allow parameter 3 set to be empty (and not only "not set");)
(+support coordinate as text;)
Line 1: Line 1:
<includeonly>[http://www.kerbalmaps.com/?body={{#if: {{{3|}}}|{{{3}}}|Kerbin}}{{#if: {{{o|}}}|&overlays={{{o}}}}}&{{#ifeq: {{{m|}}}|X|center|loc}}={{#expr: {{{1|0}}} fmod 180}},{{#expr: {{{2|0}}} fmod 180}}{{Booland|{{{m|}}}|{{#ifeq: {{{m|}}}|X||1}}|,{{{m}}}}}{{#if: {{{z|}}}|&zoom={{{z}}}|{{#ifeq: {{{m|}}}|X|&zoom=5}}}} {{{text|{{lang|en=Map|fr=Carte|pl=Mapa|it=Mappa|es=Mapa|nl=Kaart|ru=карта|de=Karte}}}}}]</includeonly><noinclude>Links to [http://www.kerbalmaps.com http://www.kerbalmaps.com]. Although the first and second parameter have a default value they are only to avoid invalid links. Uses the API documented in [[thread:25148|Kerbal Maps: Web maps of all bodies.]] thread by ''saik0''.
+
<includeonly>[http://www.kerbalmaps.com/?body={{#if: {{{3|}}}|{{{3}}}|Kerbin}}{{#if: {{{o|}}}|&overlays={{{o}}}}}&{{#ifeq: {{{m|}}}|X|center|loc}}={{#expr: {{{1|0}}} fmod 180}},{{#expr: {{{2|0}}} fmod 180}}{{Booland|{{{m|}}}|{{#ifeq: {{{m|}}}|X||1}}|,{{{m}}}}}{{#if: {{{z|}}}|&zoom={{{z}}}|{{#ifeq: {{{m|}}}|X|&zoom=5}}}} {{#ifeq: {{{text|}}}|C|{{Infobox/Location/Coordinate|{{{1}}}|N|S}} {{Infobox/Location/Coordinate|{{{2}}}|E|W}}|{{{text|{{lang|en=Map|fr=Carte|pl=Mapa|it=Mappa|es=Mapa|nl=Kaart|ru=карта|de=Karte}}}}}}}]</includeonly><noinclude>Links to [http://www.kerbalmaps.com http://www.kerbalmaps.com]. Although the first and second parameter have a default value they are only to avoid invalid links. Uses the API documented in [[thread:25148|Kerbal Maps: Web maps of all bodies.]] thread by ''saik0''.
 
{{Parameter Table|name=both|parameters=
 
{{Parameter Table|name=both|parameters=
 
{{Parameter Row|1|Latitude. Positive is north, negative is south.}}
 
{{Parameter Row|1|Latitude. Positive is north, negative is south.}}
 
{{Parameter Row|2|Longitude. Positive is east, negative is west.}}
 
{{Parameter Row|2|Longitude. Positive is east, negative is west.}}
 
{{Parameter Row|3|Name of the [[celestial body]].|<tt>''Kerbin''</tt>}}
 
{{Parameter Row|3|Name of the [[celestial body]].|<tt>''Kerbin''</tt>}}
{{Parameter Row|text|Link text shown.|<tt>''Map''</tt>}}
+
{{Parameter Row|text|Link text shown. If set to <tt>C</tt> it'll show the coordinate using {{Tl|Infobox/Location/Coordinate}}.|<tt>''Map''</tt>}}
 
{{Parameter Row|m|Text for the marker. If set to <tt>X</tt> it won't show a marker at all. Needs to be a URL encoded string.|Not set/Empty text}}
 
{{Parameter Row|m|Text for the marker. If set to <tt>X</tt> it won't show a marker at all. Needs to be a URL encoded string.|Not set/Empty text}}
 
{{Parameter Row|o|Comma separated overlays; possible values are: <tt>spacecenters</tt>, <tt>anomalies</tt>, <tt>poi</tt>.|Not set/Empty text}}
 
{{Parameter Row|o|Comma separated overlays; possible values are: <tt>spacecenters</tt>, <tt>anomalies</tt>, <tt>poi</tt>.|Not set/Empty text}}

Revision as of 14:01, 8 November 2014

Links to http://www.kerbalmaps.com. Although the first and second parameter have a default value they are only to avoid invalid links. Uses the API documented in Kerbal Maps: Web maps of all bodies. thread by saik0. Template:Parameter Table