Template:ProposedAction: Difference between revisions
Appearance
AndrewSayers (talk | contribs) Created page with "<includeonly><admonition> '''Proposed {{action}}'''{{#if: {{{1|{{{title|}}}}}}|<nowiki>:</nowiki> ''{{{1|{{{title|}}}}}}}}{{#if:{{{2|{{{body|}}}}''}}|<nowiki></nowiki> {{{2|{{{body|}}}}}}}} If you disagree with the proposal, [[{{TALKPAGENAME}}|explain why in the talk page]] or remove the proposal and explain why in the summary. {{{2|{{{instructions|}}}}}}}} (TODO: change <admonition> to the relevant template once it exists) </admonition> [[Category:{{PAGENAME}}]]</..." |
AndrewSayers (talk | contribs) No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly><admonition> | <onlyinclude><includeonly><admonition> | ||
'''Proposed {{action}}'''{{#if: {{{ | '''Proposed {{{1|{{{action}}}}}}'''{{#if: {{{2|{{{title|}}}}}}|<nowiki>:</nowiki> ''{{{2|{{{title|}}}}}}}}{{#if:{{{3|{{{body|}}}}}}|<nowiki></nowiki> | ||
{{{ | {{{3|{{{body|}}}}}}}} | ||
If you disagree with the proposal, [[{{TALKPAGENAME}}|explain why in the talk page]] or remove the proposal and explain why in the summary. {{{ | If you disagree with the proposal, [[{{TALKPAGENAME}}|explain why in the talk page]] or remove the proposal and explain why in the summary. {{{4|{{{instructions|}}}}}} | ||
(TODO: change <admonition> to the relevant template once it exists) | (TODO: change <admonition> to the relevant template once it exists) | ||
</admonition> | </admonition> | ||
[[Category:{{ | [[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", | ||
"params": { | "params": { | ||
"action": { | |||
"label": "Action", | |||
"type": "line", | |||
"required": true, | |||
"description": "Complete the following phrase: Proposed <blank>", | |||
"aliases": ["1"], | |||
"example": "deleteion" | |||
}, | |||
"title": { | "title": { | ||
"label": "Title", | "label": "Title", | ||
"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": [" | "aliases": ["2"], | ||
"example": "duplicates data, will fall out of date" | "example": "duplicates data, will fall out of date" | ||
}, | }, | ||
Line 26: | Line 35: | ||
"type": "content", | "type": "content", | ||
"required": false, | "required": false, | ||
"description": "One- | "description": "One-paragraph explanation for why this action should be taken", | ||
"aliases": [" | "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, | ||
"description": "Steps for a user to take when actioning this proposal", | "description": "Steps for a user to take when actioning this proposal", | ||
"aliases": [" | "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 |