Template:Infobox application: Difference between revisions
mNo edit summary |
m Fix github link |
||
(11 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{Infobox | <includeonly>{{Infobox | ||
|title={{{ | |title={{{name}}} | ||
|subtitle={{{type}}} Application | |subtitle={{{type}}} Application | ||
|image={{{image}}}| | |image={{{image|}}} | ||
|content={{ | |imageSize={{{imageSize|100%}}} | ||
|content={{#tag:table|{{infobox/row|Developer(s)|{{{developer|}}}}}{{infobox/row|Initial release|{{{initialRelease|}}}}}{{infobox/row|Latest release|{{{latestRelease|}}}}}{{infobox/row|Status|{{{status|}}}}}{{infobox/row|Operating System|{{{os|}}}}}{{infobox/row|Platform(s)|{{{platform|}}}}}{{infobox/row|Language(s)|{{{programmingLanguage|}}}}}{{infobox/row|License|{{{license|}}}}}{{#if:{{{website|{{{github|{{{repository|{{{bugTracker|{{{documentation|}}}}}}}}}}}}}}}|{{infobox/header row|External links}}|}}{{infobox/row|Website|{{{website|}}}}}{{infobox/row|GitHub|[https://www.github.com/{{{github|}}} {{{github|}}}]}}{{infobox/row|Repository|{{{repository|}}}}}{{infobox/row|Bug tracker|{{{bugTracker|}}}}}{{infobox/row|Documentation|{{{documentation|}}}}}|style="width: 100%;"}}}}{{#ifeq:{{{category|yes}}}|yes|[[Category:Applications]]|}}</includeonly><noinclude>{{Documentation}}</noinclude> | |||
}}</includeonly><noinclude>{{Documentation}}</noinclude> |
Latest revision as of 18:09, 11 June 2025
Template Documentation [edit source| uses| help]
This is an infobox for application-specific pages (e.g. Emacs).
Usage
Include the infobox, alongside the relevant information in the corresponding page:
{{infobox application
|name=MediaWiki
|image=MediaWiki-2020-logo.svg
|type=Web
|developer=Wikimedia Foundation
|initialRelease=December 2003
|latestRelease=1.39.3
|status=Active
|license=GNU General Public License v2.0 or later
|os=Linux, macOS, Windows (Server-side)
|platform=Web browser, Server
|programmingLanguage=PHP, JavaScript, CSS, HTML
|website=[https://mediawiki.org mediawiki.org]
|github=wikimedia/mediawiki
|bugTracker=[https://phabricator.wikimedia.org/ Wikimedia Phabricator]
|documentation=[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Contents MediaWiki Manual]
}}
Template documentation
An infobox for displaying important information about an application
Parameter | Description | Type | Status | |
---|---|---|---|---|
Application name | name | The name of the application | String | required |
Application type | type | What kind of application is it? E.g.: web, native, CLI, etc.
| String | suggested |
Image | image | Application logo | File | suggested |
Developer | developer | The name of the main developer(s) of the application | String | suggested |
Initial release | initialRelease | The date of the first public release of the application. Approximate dates are fine. | Date | optional |
Latest release version | latestRelease | The latest release version; include the current date, e.g: 1.1.0; 10 June 2025 | Date | optional |
Operating system | os | The operating systems on which the application can run
| String | optional |
Platform | platform | no description | String | optional |
Programming Language(s) | programmingLanguage | The programming languages used to develop the application
| String | optional |
Website | website | The application's main website. If the main website is also the documentation, use that field instead | Content | suggested |
Documentation | documentation | The application's documentation URL | Content | suggested |
Bug Tracker | bugTracker | The URL of the application's bug tracker | Content | suggested |
GitHub | github | The GitHub repository of the application, or the GitHub username | String | suggested |