Template:Infobox/doc: 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 22: | Line 22: | ||
"name": { | "name": { | ||
"label": "Name", | "label": "Name", | ||
"description": "Their legal name.", | "description": "Their legal name, or nickname.", | ||
"type": "line" | "type": "line" | ||
}, | }, | ||
"known_for": { | "known_for": { | ||
"label": "Known for", | "label": "Known for", | ||
"description": "A brief summary of why they are notable (e.g., \"Glue3D\").", | "description": "A brief summary of why they are notable (e.g., \"creation of Glue3D\").", | ||
"type": "line" | "type": "line" | ||
}, | }, | ||
Latest revision as of 20:13, 30 May 2026
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 |