Information
This uses the InfoboxNeue module. for more information, visit Star Citizen.
This defines the GenericInfobox used by pages.
Example Implementation
{{GenericInfobox
|image=releovka system.png
|subtitle=Railway Equipment
|status=removed
|status_description=Removed when [[Dovedale Central]] was revamped.
}}
Documentation
Creates an infobox for a feature which does not have its own category or infobox template.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Feature Type | subtitle | The type of a feature. (en)
| Content | required |
Title | title | The title of the article's subject. The page name is the default value. For SMW subobjects, setting the title is important for the correct name to be displayed in queries. (en)
| Content | optional |
Status | status | The current status of the article's subject. (en)
| Content | required |
Status Description | status_description | Information about the status. Example: The version in which the feature was added into or removed from the game. (en)
| Content | optional |
Image | image | The thumbnail or gallery of the article. To just set the thumbnail, set the value to the name of the image (with its extension). To create a gallery, use the following format: ''Title1=Image1.png;Title2=Image2.jpg''. The file prefixes are optional for both formats. (en)
| Content | required |