Template:Infobox web application

{{{title}}}
Web application

Template documentation [view] [edit] [history] [purge]


All pages that are the subject of a web application (example: MediaWiki) must include this template.

Usage

MediaWiki
Web application
Screenshot of MediaWiki, using the "Vector" skin.
Screenshot of MediaWiki, using the "Vector" skin.
Written inPHP
Original release1.1.0
Latest release1.38.4 (stable)
1.39 (beta)
1.40 (alpha)
TypeWiki engine
StatusActive
DeveloperWikimedia Foundation
Brief summaryWiki engine used by many websites

The following code will result in the infobox on the right side:

{{ Infobox web application
 | title = MediaWiki
 | screenshot = MWScreenshot.png
 | caption = Screenshot of MediaWiki, using the "Vector" skin.
 | written in = PHP
 | original = 1.1.0
 | latest = 1.38.4 (stable)<br>1.39 (beta)<br>1.40 (alpha)
 | type = Wiki engine
 | status = Active
 | dev = Wikimedia Foundation
 | brief = Wiki engine used by many websites
}}

title

The caption at the top of the infobox. Should be the page name.

screenshot

Screenshot of the web application. If not provided, a placeholder will be used instead.

caption

Caption to annotate image

written in

The language in which the subject was written in.

original

The original release version for the subject.

latest

The latest release version for the subject.

type

What the subject basically is, for example: phpBB is a forum engine.

status

Current status of the subject. (example: Active)

dev

The maintainers of the subject.

brief

A brief summary of the subject.