Difference between revisions of "User:PsiPhi/StarBox"
Jump to navigation
Jump to search
m (trying to make this easier to read) |
(Significant additions; added template description) |
||
Line 1: | Line 1: | ||
− | < | + | <noinclude> |
− | < | + | Starbox is an attempt at presenting each star system and its planets in a standardized format.<br> |
+ | Deemed excessive, it was decided it would only be used for the [[Sol]] system, for now. | ||
+ | |||
+ | == Syntax == | ||
+ | |||
+ | <nowiki>{{StarBox|Star Name|Star Color|Star Size|Number of Planets in system| PlanetLine parameters}}</nowiki> | ||
+ | |||
+ | == Example == | ||
+ | |||
+ | {| border="1" cellpadding="0" cellspacing="0" | ||
+ | | style="color:Yellow;background-color:rgb(187,187,187);text-align:center" | | ||
+ | <big>'''Sol'''</big><br>'''Color:''' Yellow<br>'''Size:''' Medium | ||
+ | |- | ||
+ | | | ||
+ | {| border="1" cellpadding="3" cellspacing="0" | ||
+ | !<small>Name||<small>Type||<small>[[Lander_Hints#Dangers|Temp. (°c)]]||<small>[[Lander_Hints#Dangers|Weather]]||<small>[[Lander_Hints#Dangers|Tectonic]]||<small>[[Lander_Hints#Other_Considerations|Gravity (g.)]]||<small>Moons | ||
+ | |- | ||
+ | {{User:PsiPhi/PlanetDataFor9 | ||
+ | |[[Mercury]]|Metal (Metallic)|165|0|3|0.37|0|= | ||
+ | |[[Venus]]|Primordial|457|8|2|0.90|0|= | ||
+ | |[[Earth]]|Water|22|2|2|1.00|1|= | ||
+ | |[[Mars]]|Dust|-53|2|2|0.38|0|= | ||
+ | |[[Jupiter]]|Gas Giant|-143|8|0|2.68|4|= | ||
+ | |[[Saturn]]|Gas Giant|-197|8|0|1.22|1|= | ||
+ | |[[Uranus]]|Gas Giant|-117|8|0|0.86|0|= | ||
+ | |[[Neptune]]|Gas Giant|-229|8|0|1.10|1|= | ||
+ | |[[Pluto]]|Pellucid|-235|0|1|0.05|0|}} | ||
+ | |} | ||
+ | |} | ||
+ | |||
+ | == Possibilities for Expansion == | ||
+ | *It is possible to add columns for total bio points and RUs on each planet. | ||
+ | *It is possible to include the moons of each planet within the table, since they contain the same data. | ||
+ | *It is possible to include a column for Special item/encounter ... like a checkbox (Y/N). | ||
+ | |||
+ | == Limitations/Problems == | ||
+ | *Unless someone knows of a way to dynamically link N number of template entries, as in PlanetDataForN, this template is severely limited by requiring a number of statically created "helper" templates for systems with {0, 1, 2, ..., N} number of planets. I do not know enough wiki to know if the equivalent of a for-loop or something similar exists. | ||
+ | *The preceding limitation is likely pointless, aside from personal curiosity, since creating a page for every star system within the game was seen as filling the Ultronomicon with potentially useless data. | ||
+ | |||
+ | == See Also == | ||
+ | :*''[[User:PsiPhi/PlanetLine|PlanentLine]]'' | ||
+ | :*''[[User:PsiPhi/PlanetDataFor0|PlanetDataFor0]]'' | ||
+ | :*''[[User:PsiPhi/PlanetDataFor5|PlanetDataFor5]]'' | ||
+ | :*''[[User:PsiPhi/PlanetDataFor9|PlanetDataFor9]]'' | ||
+ | </noinclude> | ||
+ | <includeonly> | ||
{| border="1" cellpadding="0" cellspacing="0" style="float:right;margin:1em 0px 1em 1em" | {| border="1" cellpadding="0" cellspacing="0" style="float:right;margin:1em 0px 1em 1em" | ||
| style="color:{{{2}}};background-color:rgb(187,187,187);text-align:center" | | | style="color:{{{2}}};background-color:rgb(187,187,187);text-align:center" | | ||
Line 7: | Line 52: | ||
| | | | ||
{| border="1" cellpadding="3" cellspacing="0" | {| border="1" cellpadding="3" cellspacing="0" | ||
− | !<small>Name||<small>Type||<small> | + | !<small>Name||<small>Type||<small>Temp. (°c)||<small>Weather||<small>Tectonic||<small>Gravity (g.)||<small>Moons |
|- | |- | ||
{{User:PsiPhi/PlanetDataFor{{{4}}} | {{User:PsiPhi/PlanetDataFor{{{4}}} | ||
Line 18: | Line 63: | ||
|{{{47}}}|{{{48}}}|{{{49}}}|{{{50}}}|{{{51}}}|{{{52}}}|{{{53}}} | |{{{47}}}|{{{48}}}|{{{49}}}|{{{50}}}|{{{51}}}|{{{52}}}|{{{53}}} | ||
|{{{54}}}|{{{55}}}|{{{56}}}|{{{57}}}|{{{58}}}|{{{59}}}|{{{60}}} | |{{{54}}}|{{{55}}}|{{{56}}}|{{{57}}}|{{{58}}}|{{{59}}}|{{{60}}} | ||
− | |{{{61}}}|{{{62}}}|{{{63}}}|{{{64}}}|{{{65}}}|{{{66}}}|{{{67}}}} | + | |{{{61}}}|{{{62}}}|{{{63}}}|{{{64}}}|{{{65}}}|{{{66}}}|{{{67}}} |
− | + | }} | |
|} | |} | ||
+ | |}</includeonly> |
Revision as of 21:06, 15 October 2007
Starbox is an attempt at presenting each star system and its planets in a standardized format.
Deemed excessive, it was decided it would only be used for the Sol system, for now.
Syntax
{{StarBox|Star Name|Star Color|Star Size|Number of Planets in system| PlanetLine parameters}}
Example
Sol | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Possibilities for Expansion
- It is possible to add columns for total bio points and RUs on each planet.
- It is possible to include the moons of each planet within the table, since they contain the same data.
- It is possible to include a column for Special item/encounter ... like a checkbox (Y/N).
Limitations/Problems
- Unless someone knows of a way to dynamically link N number of template entries, as in PlanetDataForN, this template is severely limited by requiring a number of statically created "helper" templates for systems with {0, 1, 2, ..., N} number of planets. I do not know enough wiki to know if the equivalent of a for-loop or something similar exists.
- The preceding limitation is likely pointless, aside from personal curiosity, since creating a page for every star system within the game was seen as filling the Ultronomicon with potentially useless data.
See Also