Template:SidebarSpecies: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<noinclude><code></noinclude> {{Sidebar | name = {{subst:PAGENAME}} | pretitle = One of many Species | title = {{{speciesname|Unspeci...") |
No edit summary |
||
Line 12: | Line 12: | ||
| heading2 = <hr>Presence | | heading2 = <hr>Presence | ||
| content2 = {{{ | | content2 = {{{presence|Unknown}}} | ||
| heading3 = <hr>Civilization | | heading3 = <hr>Civilization | ||
Line 45: | Line 45: | ||
| virgorelations = Peaceful | | virgorelations = Peaceful | ||
}} | }} | ||
<templatedata> | |||
{ | |||
"params": { | |||
"speciesname": { | |||
"label": "Species Name", | |||
"description": "The name of the species", | |||
"example": "Skrell", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"img_file": { | |||
"label": "Image File", | |||
"description": "Filename of the image (no wiki-markup, aka no File:)", | |||
"example": "wahpaw.png", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"tagline": { | |||
"label": "Tagline", | |||
"description": "A small tagline (like 5 words) under the image", | |||
"example": "Space-faring Felines", | |||
"type": "string" | |||
}, | |||
"homeworld": { | |||
"label": "Homeworld", | |||
"description": "The homeworld for the species.", | |||
"example": "Adhomai", | |||
"type": "string" | |||
}, | |||
"civilization": { | |||
"label": "Civilization", | |||
"description": "The name of their society/civilization", | |||
"example": "Wahtopia", | |||
"type": "string" | |||
}, | |||
"virgorelations": { | |||
"label": "Virgo Relations", | |||
"description": "The state of their relations with virgo", | |||
"example": "Openly Hostile", | |||
"type": "string" | |||
}, | |||
"presence": { | |||
"label": "Presence", | |||
"description": "How prevalent/common the species is", | |||
"example": "Very common in Virgo", | |||
"type": "string" | |||
} | |||
}, | |||
"description": "This is a sidebar for species pages.", | |||
"paramOrder": [ | |||
"speciesname", | |||
"img_file", | |||
"tagline", | |||
"homeworld", | |||
"presence", | |||
"civilization", | |||
"virgorelations" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> | </noinclude> |
Revision as of 17:01, 3 January 2018
One of many Species Unspecified
Homeworld
Unknown
Presence
Unknown
Civilization
Unknown
Virgo Relations
Unknown
View the source of this page to see how to use this sidebar. Here's wikipedia's explanation: https://en.wikipedia.org/wiki/Template:Sidebar
- speciesname should be the name of the species
- tagline is a short blurb under the picture
- img_file is the species portrait
- homeworld is the species homeworld name
- presence is how common they are
- civilization is their name for their society/civilization
- virgorelations is their current standing with NT/Virgo
An example:
One of many Species |
Wahpeets |
---|
They got the paws. |
Homeworld |
Wah Prime (Ceres) |
Presence |
Very Rare |
Civilization |
Wahtopia |
Virgo Relations |
Peaceful |
This is a sidebar for species pages.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Species Name | speciesname | The name of the species
| String | required |
Image File | img_file | Filename of the image (no wiki-markup, aka no File:)
| File | suggested |
Tagline | tagline | A small tagline (like 5 words) under the image
| String | optional |
Homeworld | homeworld | The homeworld for the species.
| String | optional |
Presence | presence | How prevalent/common the species is
| String | optional |
Civilization | civilization | The name of their society/civilization
| String | optional |
Virgo Relations | virgorelations | The state of their relations with virgo
| String | optional |