Template:Expert needed: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Page banner | |||
| color = #E67E22 | |||
| title = An expert review is needed for this article | |||
{{{ | | text = {{{text|The information in this article may need expert revision. If you are knowledgable in this topic, you can help by [{{fullurl:{{FULLPAGENAME}}|veaction=edit}} reviewing it].}}} | ||
| cat = Expert needed | |||
| nocat = {{{nocat|}}} | |||
}}<noinclude> | |||
<noinclude> | |||
[[Category:Maintenance templates]] | [[Category:Maintenance templates]] | ||
[[Category:Maintenance banners]] | |||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Displays a banner for articles that need expert review.", | |||
"params": { | |||
"text": { | |||
"label": "Custom Text", | |||
"description": "Overrides the default explanation text.", | |||
"suggested": true, | "type": "string", | ||
"suggested": true | |||
}, | |||
"nocat": { | |||
"label": "Suppress Category", | |||
"description": "Enter 'true' to prevent this page from being categorized.", | |||
"type": "boolean" | |||
} | |||
} | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||