Difference between revisions of "Template:Planet"
Template page
m |
m |
||
Line 76: | Line 76: | ||
}} | }} | ||
</includeonly><noinclude> | </includeonly><noinclude> | ||
==Planet== | |||
This is the template for the Planet infobox. Please use the template code provided below. If you do not provide a value on a given row it will not render, so no need to remove them. | |||
<pre> | <pre> | ||
{{Planet | {{Planet | ||
Line 95: | Line 96: | ||
}} | }} | ||
</pre> | </pre> | ||
[[Category:Infobox Templates | {{clear}} | ||
==Example== | |||
{{Planet | |||
| name = Grandma's | |||
| image = | |||
| starsystem = | |||
| sector = Just down the street | |||
| quadrant = Nearby | |||
| class = Comfy | |||
| satellites = Grandpa's shed | |||
| atmosphere = Warm, smells of cookies | |||
| climate = Well behaved | |||
| hydrosphere = Not to dry, not to damp | |||
| affiliation = Grandma, though Grandpa thinks he's in charge | |||
| natives = Grandma and Grandpa | |||
| population = Just them, and their cat Mr Miggins | |||
| capital = The kitchen | |||
| templatemode = nocats | |||
}} | |||
The following code block produced the infobox to the right. | |||
<pre> | |||
{{Planet | |||
| name = Grandma's | |||
| image = | |||
| starsystem = | |||
| sector = Just down the street | |||
| quadrant = Nearby | |||
| class = Comfy | |||
| satellites = Grandpa's shed | |||
| atmosphere = Warm, smells of cookies | |||
| climate = Well behaved | |||
| hydrosphere = Not to dry, not to damp | |||
| affiliation = Grandma, though Grandpa thinks he's in charge | |||
| natives = Grandma and Grandpa | |||
| population = Just them, and their cat Mr Miggins | |||
| capital = The kitchen | |||
}} | |||
</pre> | |||
{{clear}} | |||
[[Category:Infobox Templates]] | |||
</noinclude> | </noinclude> |
Revision as of 04:01, 12 June 2022
{{{name}}} | |
Information | |
Template:Planet |
Planet
This is the template for the Planet infobox. Please use the template code provided below. If you do not provide a value on a given row it will not render, so no need to remove them.
{{Planet | name = | image = | starsystem = | sector = | quadrant = | class = | satellites = | atmosphere = | climate = | hydrosphere = | affiliation = | natives = | population = | capital = }}
Example
Grandma's | |
Information | |
Sector | Just down the street |
Quadrant | Nearby |
Class | Comfy |
Satellites | Grandpa's shed |
Atmosphere | Warm, smells of cookies |
Climate | Well behaved |
Hydrosphere | Not to dry, not to damp |
Affiliation | Grandma, though Grandpa thinks he's in charge |
Natives | Grandma and Grandpa |
Population | Just them, and their cat Mr Miggins |
Capital(s) | The kitchen |
Template:Planet |
The following code block produced the infobox to the right.
{{Planet | name = Grandma's | image = | starsystem = | sector = Just down the street | quadrant = Nearby | class = Comfy | satellites = Grandpa's shed | atmosphere = Warm, smells of cookies | climate = Well behaved | hydrosphere = Not to dry, not to damp | affiliation = Grandma, though Grandpa thinks he's in charge | natives = Grandma and Grandpa | population = Just them, and their cat Mr Miggins | capital = The kitchen }}