Template:Infobox: Difference between revisions
Deniskincses (talk | contribs) No edit summary |
Deniskincses (talk | contribs) No edit summary |
||
| (16 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly><infobox layout="tabular"> | ||
<infobox layout="tabular"> | |||
<title source="title"> | <title source="title"> | ||
<default>{{PAGENAME}}</default> | <default>{{PAGENAME}}</default> | ||
</title> | </title> | ||
<image source="image"> | <image source="image"> | ||
<caption source="caption"/> | <caption source="caption"/> | ||
</image> | </image> | ||
<data source="name"> | |||
<label>Name</label> | |||
</data> | |||
<data source="known_for"> | |||
<label>Known for</label> | |||
</data> | |||
<data source="nationality"> | |||
<label>Nationality</label> | |||
</data> | |||
<data source="birth_date"> | |||
<label>Birth date</label> | |||
</data> | |||
<data source="author"> | <data source="author"> | ||
<label>Author</label> | <label>Author</label> | ||
</data> | |||
<data source="owner"> | |||
<label>Owner</label> | |||
</data> | </data> | ||
<data source="developer"> | <data source="developer"> | ||
| Line 18: | Line 30: | ||
<label>Type</label> | <label>Type</label> | ||
</data> | </data> | ||
<data source=" | <data source="initial_release"> | ||
<label>Initial release</label> | <label>Initial release</label> | ||
</data> | </data> | ||
<data source=" | <data source="latest_release"> | ||
<label>Latest release</label> | <label>Latest release</label> | ||
</data> | </data> | ||
<data source=" | <data source="preview_release"> | ||
<label>Preview release</label> | <label>Preview release</label> | ||
</data> | </data> | ||
| Line 30: | Line 42: | ||
<label>Status</label> | <label>Status</label> | ||
</data> | </data> | ||
<data source=" | <data source="made_in"> | ||
<label>Made in</label> | <label>Made in</label> | ||
</data> | </data> | ||
<data source=" | <data source="operating_system"> | ||
<label>Operating system</label> | <label>Operating system</label> | ||
</data> | </data> | ||
| Line 44: | Line 56: | ||
<data source="website"> | <data source="website"> | ||
<label>Website</label> | <label>Website</label> | ||
</data> | |||
<data source="social"> | |||
<label>Social media</label> | |||
</data> | </data> | ||
<data source="license"> | <data source="license"> | ||
| Line 52: | Line 67: | ||
</data> | </data> | ||
</infobox> | </infobox> | ||
</includeonly> | </includeonly><noinclude> | ||
<noinclude> | |||
{{Infobox | {{Infobox | ||
| title = Glue3D | | title = Glue3D | ||
| Line 61: | Line 74: | ||
| type = 3D game engine | | type = 3D game engine | ||
| developer = GL00B | | developer = GL00B | ||
| | | initial_release = v1.0.0 / January 30, 2026 | ||
| | | latest_release = v1.0.1 / February 3, 2026 | ||
| status = Inactive | | status = Inactive | ||
| madein = Scratch | | madein = Scratch | ||
| os = Windows, Mac OS, Linux | |||
| website = https://glue3d.net | |||
| repository = https://github.com/GL00B/GLUE3D | |||
}} | }} | ||
On the left side of the page, there's an example from the [[Glue3D]] article on how it looks like. | 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 | |||
{ | |||
{{Template:Infobox/doc}} | |||
Ready to copy template: | Ready to copy template: | ||
| Line 110: | Line 93: | ||
| title = | | title = | ||
| image = | | image = | ||
| caption = | | caption = | ||
| name = | |||
| known_for = | |||
| nationality = | |||
| birth_date = | |||
| author = | | author = | ||
| owner = | |||
| developer = | | developer = | ||
| type = | | type = | ||
| | | initial_release = | ||
| | | latest_release = | ||
| | | preview_release = | ||
| status = | | status = | ||
| madein = | | madein = | ||
| Line 123: | Line 111: | ||
| size = | | size = | ||
| website = | | website = | ||
| social = | |||
| repository = | | repository = | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||
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 =
}}