This wiki is closed in favour of the new wiki. Information shown is likely to be very out of date. |
Difference between revisions of "User:Space/Template:System Map"
From Discovery Wiki
Jump to navigationJump to searchm |
m |
||
Line 88: | Line 88: | ||
{{User:Space/Template:System Map/end}} | {{User:Space/Template:System Map/end}} | ||
− | [[Category: Templates]] | + | [[Category: Templates]] |
<nowiki><!-- Notepad | <nowiki><!-- Notepad | ||
Line 114: | Line 114: | ||
</body> | </body> | ||
</html> | </html> | ||
− | --></nowiki> | + | --></nowiki></noinclude> |
Latest revision as of 13:58, 7 April 2013
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
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> -->