Template:Infobox: Difference between revisions
Deniskincses (talk | contribs) No edit summary |
Deniskincses (talk | contribs) No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 7: | Line 7: | ||
</image> | </image> | ||
<data source="name"> | <data source="name"> | ||
<label> | <label>Name</label> | ||
</data> | </data> | ||
<data source="known_for"> | <data source="known_for"> | ||
| Line 22: | Line 22: | ||
</data> | </data> | ||
<data source="owner"> | <data source="owner"> | ||
<label> | <label>Owner</label> | ||
</data> | </data> | ||
<data source="developer"> | <data source="developer"> | ||
Latest revision as of 20:12, 30 May 2026
On the left side of the page, there's an example from the Glue3D article on how it looks like.
Infoboxes should always be at the top of the page
A generic infobox for software, games, and engines.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Title | title | The name of the software, game, or engine. | Line | suggested |
| Image | image | Filename of the image (e.g., Logo.png) without the 'File:' prefix. | File | suggested |
| Caption | caption | A short caption for the image (e.g., 'Official Logo'). | Line | optional |
| Name | name | Their legal name, or nickname. | Line | optional |
| Known for | known_for | A brief summary of why they are notable (e.g., "creation of Glue3D"). | Line | optional |
| Nationality | nationality | Legal status or country of origin. | Line | optional |
| Birth date | birth_date | Date of birth (use templates like {{birth date and age}} for automatic age calculation) | Date | optional |
| Type | type | The category of the software (e.g., Video game, 3D engine). | Line | suggested |
| Status | status | Current development status (e.g., Active, Inactive).
| Line | optional |
| Author | author | The original author or creator. | Line | optional |
| Owner | owner | The current owner of the project. | Line | optional |
| Developer | developer | The development team or company. | Line | optional |
| Made in | made_in | The programming language or platform used to create it (e.g., C++, Scratch). | Line | optional |
| Initial Release | initial_release | The oldest or initial release version and date.
| String | optional |
| Latest Release | latest_release | The latest stable release version. | Line | optional |
| Preview Release | preview_release | The latest preview or beta release version. | Line | optional |
| Operating System | os | Supported operating systems for general programs. | Line | optional |
| Platform | platform | Supported platforms, consoles, or OS for games/homebrew. | Line | optional |
| Size | size | File size of the latest release (e.g., 50 MB, 1.2 GB). | Line | optional |
| Website | website | URL(s) to the official website. | URL | optional |
| Social media | social | URL(s) to their social media. | URL | optional |
| Repository | repository | URL to the source code repository. | URL | optional |
Ready to copy template:
{{Infobox
| title =
| image =
| caption =
| name =
| known_for =
| nationality =
| birth_date =
| author =
| owner =
| developer =
| type =
| initial_release =
| latest_release =
| preview_release =
| status =
| madein =
| os =
| platform =
| size =
| website =
| social =
| repository =
}}