Template:Software/doc

From Linux Web Expert

This template generates an infobox for software projects. For extensions, Template:Extension should be used instead.

<templatedata> { "params": { "name": { "description": "name of the software", "type": "line", "default": "the current page name" }, "gerrit": { "description": "gerrit.wikimedia.org project name for projects using Gerrit", "type": "line" }, "gitlab": { "description": "gitlab.wikimedia.org project name for projects using GitLab", "type": "line" }, "phabricator": { "type": "line", "description": "Phabricator tag" }, "repo": { "description": "repository URL of the software, for when the software is not hosted on gerrit.wikimedia.org or gitlab.wikimedia.org", "type": "url" }, "issue tracker": { "description": "URL of the issue tracker, for when the software does not use phabricator.wikimedia.org", "type": "url" } }, "description": "infobox template for software in general" } </templatedata>

See also