Template:Information
Jump to navigation
Jump to search
Template documentation
This template adds a simple generic infobox for some piece of digital content (software, artwork, whatever).
Note that in most cases you probably want to use Template:Gameinfo, Template:Engineinfo or Template:Toolinfo instead.
Usage
{{Information
|description=
|author=
|date=
|source=
|license=
}}
Put the desired values to the right side of the equals sign, where:
description: Brief description of the work this infobox is aboutauthor: Author of the workdate: Date of publicationsource: Where the work originates fromlicense: Content license of the work (preferably includes a wikilink to the license)
All fields are mandatory.
Example
{{Information
|description=An Amazing Game
|author=John Doe
|date=2026-02-28
|source=https://git.example.org/amazing_game
|license=[[GPL]]v3+
}}
becomes:
| Description | An Amazing Game |
|---|---|
| Author | John Doe |
| Date | 2026-02-28 |
| Source | https://git.example.org/amazing_game |
| License | GPLv3+ |