User:Space/Template:System Map

From Discovery Wiki
Jump to navigationJump to search


Usage

{{User:Space/Template:System Map | <system name>}}
{{User:Space/Template:System Map | <title> | <type> | <size> | <pos_x> | <pos_y> | <text_align (optional)>}}
{{User:Space/Template:System Map | <title> | <type> | <size> | <pos_x> | <pos_y> | <text_align (optional)>}}
...
{{User:Space/Template:System Map/end}}

Allowed types are:

  • BASE
  • ASTEROID_BASE
  • PLANET
  • PLANET_UNDOCKABLE
  • JUMP_HOLE
  • JUMP_GATE
  • SUN

Allowed sizes are:

  • SMALL
  • MEDIUM
  • LARGE

Allowed text_align arguments are:

  • LEFT
  • RIGHT

Example

{{User:Space/Template:System Map/begin | Omega-54}}
{{User:Space/Template:System Map | [[Wolfsburg Shipyard]] |BASE|MEDIUM|100px|20px|RIGHT}}
{{User:Space/Template:System Map | [[Wolfsburg Shipyard]] |BASE|SMALL|160px|70px|LEFT}}
{{User:Space/Template:System Map | [[Wolfsburg Shipyard]] |BASE|LARGE|200px|40px|RIGHT}}
{{User:Space/Template:System Map | Planet Wiesbaden |PLANET_UNDOCKABLE|SMALL|160px|110px|RIGHT}}
{{User:Space/Template:System Map | [[Planet Wiesbaden]] |PLANET|LARGE|340px|140px}}
{{User:Space/Template:System Map | [[Northeim Base]] |ASTEROID_BASE|SMALL|100px|210px}}
{{User:Space/Template:System Map | Red giant |SUN|LARGE|300px|310px}}
{{User:Space/Template:System Map | [[Dresden]] jump hole |JUMP_HOLE|MEDIUM|100px|310px}}
{{User:Space/Template:System Map | [[Stuttgart]] jump gate |JUMP_GATE|MEDIUM|250px|210px|RIGHT}}
{{User:Space/Template:System Map/end}}
Omega-54
ABCDEFGH
1
2
3
4
5
6
7
8
Error creating thumbnail: Unable to save thumbnail to destination
Error creating thumbnail: Unable to save thumbnail to destination
Planet Wiesbaden
Icon planet.png
Error creating thumbnail: Unable to save thumbnail to destination
Red giant
Error creating thumbnail: Unable to save thumbnail to destination
Dresden jump hole
Error creating thumbnail: Unable to save thumbnail to destination
Stuttgart jump gate
Error creating thumbnail: Unable to save thumbnail to destination
Legend...
  • Error creating thumbnail: Unable to save thumbnail to destination
    Station
  • Error creating thumbnail: Unable to save thumbnail to destination
    Asteroid base
  • Error creating thumbnail: Unable to save thumbnail to destination
    Uninhabited planet
  • Error creating thumbnail: Unable to save thumbnail to destination
    Dockable planet
  • Error creating thumbnail: Unable to save thumbnail to destination
    Jump hole
  • Error creating thumbnail: Unable to save thumbnail to destination
    Jump gate
  • Error creating thumbnail: Unable to save thumbnail to destination
    Stellar object

<!-- Notepad <!DOCTYPE HTML> <html> <head> <style> body { margin: 0px; padding: 0px; } </style> </head> <body> <canvas id="myCanvas" width="578" height="200"></canvas> <script> var canvas = document.getElementById('myCanvas'); var context = canvas.getContext('2d'); context.beginPath(); context.moveTo(100, 150); context.lineTo(450, 50); context.stroke(); </script> </body> </html> -->