Template:Infobox/doc: Difference between revisions
Deniskincses (talk | contribs) m Protected "Template:Infobox/doc" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
Deniskincses (talk | contribs) No edit summary |
||
| Line 19: | Line 19: | ||
"description": "A short caption for the image (e.g., 'Official Logo').", | "description": "A short caption for the image (e.g., 'Official Logo').", | ||
"type": "line" | "type": "line" | ||
}, | |||
"name": { | |||
"label": "Name", | |||
"description": "Their legal name.", | |||
"type": "line" | |||
}, | |||
"known_for": { | |||
"label": "Known for", | |||
"description": "A brief summary of why they are notable (e.g., \"Glue3D\").", | |||
"type": "line" | |||
}, | |||
"nationality": { | |||
"label": "Nationality", | |||
"description": "Legal status or country of origin.", | |||
"type": "line" | |||
}, | |||
"birth_date": { | |||
"label": "Birth date", | |||
"description": "Date of birth (use templates like {{birth date and age}} for automatic age calculation)", | |||
"type": "date" | |||
}, | }, | ||
"author": { | "author": { | ||
| Line 90: | Line 110: | ||
"website": { | "website": { | ||
"label": "Website", | "label": "Website", | ||
"description": "URL to the official website.", | "description": "URL(s) to the official website.", | ||
"type": "url" | |||
}, | |||
"social": { | |||
"label": "Social media", | |||
"description": "URL(s) to their social media.", | |||
"type": "url" | "type": "url" | ||
}, | }, | ||
| Line 103: | Line 128: | ||
"image", | "image", | ||
"caption", | "caption", | ||
"name", | |||
"known_for", | |||
"nationality", | |||
"birth_date", | |||
"type", | "type", | ||
"status", | "status", | ||
| Line 116: | Line 145: | ||
"size", | "size", | ||
"website", | "website", | ||
"social", | |||
"repository" | "repository" | ||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
Revision as of 12:46, 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. | Line | optional |
| Known for | known_for | A brief summary of why they are notable (e.g., "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 | madein | The programming language or platform used to create it (e.g., C++, Scratch). | Line | optional |
| Initial Release | irelease | The oldest or initial release version and date.
| String | optional |
| Latest Release | lrelease | The latest stable release version. | Line | optional |
| Preview Release | prelease | 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 |