Template:Newbox Planet: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
| title = {{{name|}}} | | title = {{{name|}}} | ||
| titlestyle = font-family: 'Roboto Slab', serif; | | titlestyle = font-family: 'Roboto Slab', serif; | ||
| bodystyle = background: #EBEFF3; | |||
| | | above = {{{type|}}} | ||
| subheader = {{{system|}}} | |||
}}</includeonly> | }}</includeonly> | ||
Line 14: | Line 16: | ||
"description": "The name of the planet.", | "description": "The name of the planet.", | ||
"required": true | "required": true | ||
}, | |||
"type": { | |||
"label": "Planet Type", | |||
"description": "This can be anything.", | |||
"example": "Rocky World", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"system": { | |||
"label": "Star System", | |||
"description": "The star system the planet is in.", | |||
"example": "Sol", | |||
"type": "string", | |||
"suggested": true | |||
} | } | ||
}, | }, |
Revision as of 04:04, 28 March 2022
An updated Template for Infoboxes about planets.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Planet Name | name | The name of the planet. | Unknown | required |
Planet Type | type | This can be anything.
| String | suggested |
Star System | system | The star system the planet is in.
| String | suggested |