Template:Newbox Planet: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{Infobox | <includeonly>{{Infobox | ||
| title = {{{name|}}} | | title = {{{name|}}} | ||
| titlestyle = font-family: 'Roboto Slab', serif; | | titlestyle = font-family: 'Roboto Slab', serif; font-size: 2em; color: #374355; | ||
| bodystyle = background: #EBEFF3; | | bodystyle = background: #EBEFF3; | ||
| above = {{{type|}}} | | above = {{{type|}}} | ||
| subheader = {{{system|}}} | | subheader = System: {{{system|}}} | ||
| image = {{#invoke:InfoboxImage|InfoboxImage |image={{{image|}}} |size={{{image_size|}}} |sizedefault=frameless}} | | image = {{#invoke:InfoboxImage|InfoboxImage |image={{{image|}}} |size={{{image_size|}}} |sizedefault=frameless}} | ||
| headerstyle = color: #EBEFF3; | |||
| labelstyle = background: #C9D3DF; color: #374355; | |||
| datastyle = background: #ADB9C9; color: #374355; | |||
| rowstyle1 = background: #0081D5; | |||
| header1 = General Information | |||
| label2 = Population | |||
| data2 = {{{population|}}} | |||
| rowstyle3 = background: #03BD5B; | |||
| rowstyle5 = background: #9DBF15; | |||
| rowstyle7 = background: #FF9947; | |||
| rowstyle9 = background: #D1335B; | |||
| rowstyle11 = background: #A939B9; | |||
| below = By: {{{author|}}} | |||
}}</includeonly> | }}</includeonly> | ||
Line 38: | Line 59: | ||
"description": "An image of the planet.", | "description": "An image of the planet.", | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"suggested": true | |||
}, | |||
"population": { | |||
"label": "Population", | |||
"description": "How many people live on your planet", | |||
"example": "1337", | |||
"type": "number", | |||
"suggested": true, | |||
"default": "0" | |||
}, | |||
"author": { | |||
"aliases": [ | |||
"authors" | |||
], | |||
"label": "Author(s)", | |||
"description": "Can include multiple!", | |||
"example": "Carl", | |||
"type": "string", | |||
"suggested": true | "suggested": true | ||
} | } |
Latest revision as of 05:09, 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 |
Image | image | An image of the planet. | File | suggested |
Population | population | How many people live on your planet
| Number | suggested |
Author(s) | author authors | Can include multiple!
| String | suggested |