This wiki is closed in favour of the new wiki. Information shown is likely to be very out of date. |
User:Space/Template:System Map
From Discovery Wiki
Jump to navigationJump to search
Usage
{{System Map/begin | <system name>}} {{System Map | <title> | <type> | <size> | <pos_x> | <pos_y> | <text_align (optional)>}} {{System Map | <title> | <type> | <size> | <pos_x> | <pos_y> | <text_align (optional)>}} ... {{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
{{System Map/begin | Omega-54}} {{System Map | [[Wolfsburg Shipyard]] |BASE|MEDIUM|100px|20px|RIGHT}} {{System Map | [[Wolfsburg Shipyard]] |BASE|SMALL|160px|70px|LEFT}} {{System Map | [[Wolfsburg Shipyard]] |BASE|LARGE|200px|40px|RIGHT}} {{System Map | Planet Wiesbaden |PLANET_UNDOCKABLE|SMALL|160px|110px|RIGHT}} {{System Map | [[Planet Wiesbaden]] |PLANET|LARGE|340px|140px}} {{System Map | [[Northeim Base]] |ASTEROID_BASE|SMALL|100px|210px}} {{System Map | Red giant |SUN|LARGE|300px|310px}} {{System Map | [[Dresden]] jump hole |JUMP_HOLE|MEDIUM|100px|310px}} {{System Map | [[Stuttgart]] jump gate |JUMP_GATE|MEDIUM|250px|210px|RIGHT}} {{System Map/end}}
Omega-54
A | B | C | D | E | F | G | H | |
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
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 destinationStation
- Error creating thumbnail: Unable to save thumbnail to destinationAsteroid base
- Error creating thumbnail: Unable to save thumbnail to destinationUninhabited planet
- Error creating thumbnail: Unable to save thumbnail to destinationDockable planet
- Error creating thumbnail: Unable to save thumbnail to destinationJump hole
- Error creating thumbnail: Unable to save thumbnail to destinationJump gate
- Error creating thumbnail: Unable to save thumbnail to destinationStellar 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> -->