Template:Status/doc: Difference between revisions

No edit summary
 
trim
 
(One intermediate revision by the same user not shown)
Line 24: Line 24:
| →
| →
| {{status|cannot}}
| {{status|cannot}}
|-
| <pre>{{status|phabricator}}</pre>
| &rarr;
| {{status|phabricator}}
|-
|-
| <pre>{{status|local}}</pre>
| <pre>{{status|local}}</pre>
| &rarr;
| &rarr;
| {{status|local}}
| {{status|local}}
|-
| <pre>{{status|temp}}</pre>
| &rarr;
| {{status|temp}}
|-
|-
| <pre>{{status|on hold}}</pre>
| <pre>{{status|on hold}}</pre>
Line 56: Line 48:
| &rarr;
| &rarr;
| {{status||Some arbitrary text}}
| {{status||Some arbitrary text}}
|-
| <pre>{{status|review=yes}}</pre>
| &rarr;
| Categorizes into [[:Category:Requests for review]]
|}
|}
== Templatedata ==
== Templatedata ==
Line 87: Line 75:
]
]
},
},
"prefix": {},
"prefix": {}
"review": {
"description": "Categorizes into [[:Category:Requests for review]]"
}
}
}
}
}