Jump to content

Template:NeedsWork: Difference between revisions

From GunCAD Wiki
No edit summary
No edit summary
Tag: Reverted
Line 2: Line 2:
  |title=This Article Needs Work
  |title=This Article Needs Work
  |text=This page is likely missing information or does not meet this wiki's quality standards. If you can contribute, consider [[Special:EditPage/{{FULLPAGENAME}}|editing this page]].
  |text=This page is likely missing information or does not meet this wiki's quality standards. If you can contribute, consider [[Special:EditPage/{{FULLPAGENAME}}|editing this page]].
{{#if:{{{reason|}}|
<br>Specifically: {{{reason}}}
}}}}
}}[[Category:Needs Work]]</includeonly><noinclude>
}}[[Category:Needs Work]]</includeonly><noinclude>
<templatedata>
<templatedata>
{
{
   "description": "Puts a banner up and adds the article to the Needs Work category.",
   "description": "Puts a banner up and adds the article to the Needs Work category. Optionally allows specifying a reason.",
   "params": {}
   "params": {
    "reason": {
      "type": "string",
      "required": false,
      "description": "Optional specific reason why the article needs work"
    }
  }
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Revision as of 15:08, 23 December 2025

Puts a banner up and adds the article to the Needs Work category. Optionally allows specifying a reason.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
reasonreason

Optional specific reason why the article needs work

Stringoptional