Template:CartoC: Difference between revisions
Jump to navigation
Jump to search
(Created page with "[http://{{#ifeq:{{{r}}}|20 |buttscicl.es/minecraft/cartographs/creativeRev20Carto/ |redditpublic.com/carto/creative/c{{#ifexpr:{{{r|10}}}<10|0}}{{{r}}}/carto/index.html }}...") |
No edit summary |
||
Line 2: | Line 2: | ||
|buttscicl.es/minecraft/cartographs/creativeRev20Carto/ | |buttscicl.es/minecraft/cartographs/creativeRev20Carto/ | ||
|redditpublic.com/carto/creative/c{{#ifexpr:{{{r|10}}}<10|0}}{{{r}}}/carto/index.html | |redditpublic.com/carto/creative/c{{#ifexpr:{{{r|10}}}<10|0}}{{{r}}}/carto/index.html | ||
}}#/{{{x}}}/{{{y|64}}}/{{{z}}}/{{{zoom|-2}}}/0/{{{night|0}}} {{{x}}}, {{{z}}}]<noinclude> | }}#/{{{x}}}/{{{y|64}}}/{{{z}}}/{{{zoom|-2}}}/0/{{{night|0}}} {{{text|{{{x}}}, {{{z}}}}}}]<noinclude> | ||
== Usage == | == Usage == | ||
Line 13: | Line 13: | ||
Optional parameters: | Optional parameters: | ||
* '''text''' - defaults to "x, z" (with the actual coordinates) | |||
* '''y''' - defaults to 64 | * '''y''' - defaults to 64 | ||
* '''zoom''' - valid values: min, -9, -8, -7, -6, -5, -4, -3, -2, -1, max. defaults to -2 | * '''zoom''' - valid values: min, -9, -8, -7, -6, -5, -4, -3, -2, -1, max. defaults to -2 |
Revision as of 13:27, 2 April 2012
Usage
Link coordinates to a cartograph for a specific revision of the Creative server. Example: {{CartoC|r=7|x=-250|z=-350}}
becomes -250, -350
Required parameters:
- r - map revision; see minecraft-overviewer for a list of revs with cartos
- x
- z
Optional parameters:
- text - defaults to "x, z" (with the actual coordinates)
- y - defaults to 64
- zoom - valid values: min, -9, -8, -7, -6, -5, -4, -3, -2, -1, max. defaults to -2
- night - 0 for day, 1 for night. defaults to 0