Template:ProposedAction: Difference between revisions
Appearance
AndrewSayers (talk | contribs) m Tweaks |
AndrewSayers (talk | contribs) No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly><admonition> | <onlyinclude><includeonly><admonition> | ||
'''Proposed {{{1|{{{action}}}}}}'''{{#if: {{{2|{{{title|}}}}}}|<nowiki>:</nowiki> ''{{{2|{{{title|}}}}}}}}{{#if:{{{3|{{{body|}}}}}}|<nowiki></nowiki> | '''Proposed {{{1|{{{action}}}}}}'''{{#if: {{{2|{{{title|}}}}}}|<nowiki>:</nowiki> ''{{{2|{{{title|}}}}}}}}{{#if:{{{3|{{{body|}}}}}}|<nowiki></nowiki> | ||
Line 10: | Line 10: | ||
</admonition> | </admonition> | ||
[[Category:Proposed{{ucfirst:{{{1|{{{action}}}}}}}}]]</includeonly>< | [[Category:{{#if:{{{category|}}}|{{{category|}}}|Proposed{{ucfirst:{{{1|{{{action}}}}}}}}}}]]</includeonly></onlyinclude> | ||
<templatedata> | |||
{ | { | ||
"description": "Propose an action on this page", | "description": "Propose an action on this page", | ||
Line 26: | Line 27: | ||
"type": "line", | "type": "line", | ||
"required": false, | "required": false, | ||
"description": "One-line explanation for why this should be | "description": "One-line explanation for why this action should be taken", | ||
"aliases": ["2"], | "aliases": ["2"], | ||
"example": "duplicates data, will fall out of date" | "example": "duplicates data, will fall out of date" | ||
Line 34: | Line 35: | ||
"type": "content", | "type": "content", | ||
"required": false, | "required": false, | ||
"description": "One- | "description": "One-paragraph explanation for why this action should be taken", | ||
"aliases": ["3"], | "aliases": ["3"], | ||
"example": "This package page is pasted from the man page for DebianPkg:hello - users should be directed to the current version of that page instead." | "example": "This package page is pasted from the man page for DebianPkg:hello - users should be directed to the current version of that page instead." | ||
}, | }, | ||
"instructions": { | "instructions": { | ||
"label": " | "label": "Instructions", | ||
"type": "content", | "type": "content", | ||
"required": false, | "required": false, | ||
Line 45: | Line 46: | ||
"aliases": ["4"], | "aliases": ["4"], | ||
"example": "Remove any links to this page, then delete this page." | "example": "Remove any links to this page, then delete this page." | ||
}, | |||
"category": { | |||
"label": "Category", | |||
"type": "wiki-page-name", | |||
"required": false, | |||
"description": "Category to put pages in", | |||
"default": "Proposed{{ucfirst:{{{1|{{{action}}}}}}}}" | |||
} | } | ||
} | } | ||
} | } | ||
</templatedata | </templatedata> |
Latest revision as of 10:06, 19 August 2025
Propose an action on this page
Parameter | Description | Type | Status | |
---|---|---|---|---|
Action | action 1 | Complete the following phrase: Proposed <blank>
| Line | required |
Title | title 2 | One-line explanation for why this action should be taken
| Line | optional |
Body | body 3 | One-paragraph explanation for why this action should be taken
| Content | optional |
Instructions | instructions 4 | Steps for a user to take when actioning this proposal
| Content | optional |
Category | category | Category to put pages in
| Page name | optional |