Changes
Template:Wikimedia engineering project information/doc (view source)
Revision as of 06:23, 7 October 2018
, 06:23, 7 October 2018Undo revision 2899964 by Krinkle (talk): moved
<templatedata>
{
"description": "Wikimedia Engineering project information 'infobox' template",
"params": {
"name": {
"label": "Project name",
"description": "Name of the Wikimedia Engineering project",
"required": true,
"type": "string"
},
"logo": {
"label": "Logo",
"description": "Logo of the Wikimedia Engineering project, if appropriate",
"required": false
},
"description": {
"label": "Description",
"description": "Brief explanation of what the Wikimedia Engineering project is doing",
"type": "string",
"suggested": true
},
"start": {
"label": "Start date",
"description": "The date when this project started work, in ISO 8601 format",
"suggested": true
},
"end": {
"label": "End date",
"description": "The date when this project finished work, if appropriate, in ISO 8601 format",
"required": false
},
"group": {
"label": "Department",
"description": "The Engineering department responsible for this project, linked to its page",
"required": true,
"type": "string"
},
"lead": {
"label": "Lead",
"description": "The person responsible for leading this project, linked to their user page",
"type": "string",
"aliases": [
"EPM"
],
"suggested": true
},
"members": {
"label": "Team members",
"description": "People working on this project (not including the lead). Names may be linked to user pages.",
"type": "string",
"aliases": [
"team"
],
"suggested": true
},
"updates": {
"label": "Updates",
"description": "A link to the status updates page",
"type": "string",
"suggested": true
},
"progress": {
"label": "Progress",
"description": "A link to the progress page",
"type": "string",
"suggested": true
},
"previous": {
"label": "Previous project",
"description": "The project this follows on from, if appropriate",
"required": false,
"type": "string"
},
"next": {
"label": "Next project",
"description": "The project that follows on from this, if appropriate",
"required": false,
"type": "string"
},
"perennial": {
"label": "Perennial status",
"description": "Used to say that the activity is perennial and will not end, such as the handling of commit access requests",
"required": false,
"type": "string"
},
"backlog": {
"label": "Backlog",
"description": "A link to the backlog either in Phabricator, Trello or Mingle",
"required": false,
"type": "string",
"suggested": true
},
"Phabricator": {
"label": "Phabricator tag",
"description": "Project tag in Phabricator",
"example": "mediawiki-extensions-translate",
"type": "string",
"suggested": true
}
},
"paramOrder": [
"name",
"logo",
"description",
"start",
"end",
"group",
"lead",
"members",
"Phabricator",
"updates",
"progress",
"previous",
"next",
"perennial",
"backlog"
],
"format": "block"
}
</templatedata>
{
"description": "Wikimedia Engineering project information 'infobox' template",
"params": {
"name": {
"label": "Project name",
"description": "Name of the Wikimedia Engineering project",
"required": true,
"type": "string"
},
"logo": {
"label": "Logo",
"description": "Logo of the Wikimedia Engineering project, if appropriate",
"required": false
},
"description": {
"label": "Description",
"description": "Brief explanation of what the Wikimedia Engineering project is doing",
"type": "string",
"suggested": true
},
"start": {
"label": "Start date",
"description": "The date when this project started work, in ISO 8601 format",
"suggested": true
},
"end": {
"label": "End date",
"description": "The date when this project finished work, if appropriate, in ISO 8601 format",
"required": false
},
"group": {
"label": "Department",
"description": "The Engineering department responsible for this project, linked to its page",
"required": true,
"type": "string"
},
"lead": {
"label": "Lead",
"description": "The person responsible for leading this project, linked to their user page",
"type": "string",
"aliases": [
"EPM"
],
"suggested": true
},
"members": {
"label": "Team members",
"description": "People working on this project (not including the lead). Names may be linked to user pages.",
"type": "string",
"aliases": [
"team"
],
"suggested": true
},
"updates": {
"label": "Updates",
"description": "A link to the status updates page",
"type": "string",
"suggested": true
},
"progress": {
"label": "Progress",
"description": "A link to the progress page",
"type": "string",
"suggested": true
},
"previous": {
"label": "Previous project",
"description": "The project this follows on from, if appropriate",
"required": false,
"type": "string"
},
"next": {
"label": "Next project",
"description": "The project that follows on from this, if appropriate",
"required": false,
"type": "string"
},
"perennial": {
"label": "Perennial status",
"description": "Used to say that the activity is perennial and will not end, such as the handling of commit access requests",
"required": false,
"type": "string"
},
"backlog": {
"label": "Backlog",
"description": "A link to the backlog either in Phabricator, Trello or Mingle",
"required": false,
"type": "string",
"suggested": true
},
"Phabricator": {
"label": "Phabricator tag",
"description": "Project tag in Phabricator",
"example": "mediawiki-extensions-translate",
"type": "string",
"suggested": true
}
},
"paramOrder": [
"name",
"logo",
"description",
"start",
"end",
"group",
"lead",
"members",
"Phabricator",
"updates",
"progress",
"previous",
"next",
"perennial",
"backlog"
],
"format": "block"
}
</templatedata>