Template:Maintenance note: Difference between revisions
Appearance
m C moved page Template:Inline maintenance note to Template:Maintenance note |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Maintenance section box | |||
| tag_type = Maintenance note | |||
| text = {{{text|Please see the [[{{TALKPAGENAME}}|talk page]] for more information.}}} | |||
}} | |||
<includeonly> | <includeonly> | ||
{{#if:{{{nocat|}}}||[[Category: | [[Category:Articles with maintenance note]] | ||
{{#if:{{{nocat|}}}||[[Category:Sectionbox maintenance templates]]}} | |||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
[[Category:Maintenance templates]] | [[Category:Maintenance templates]] | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Displays a box note for general maintenance.", | |||
"params": { | |||
"text": { | |||
"label": "Specify reason", | |||
"type": "string", | |||
"suggested": true, | "suggested": true, | ||
"required": false, | |||
"description": "Overrides the default text. If empty, shows the standard maintenance warning with a talk page link." | |||
}, | |||
"nocat": { | |||
"label": "Suppress Category", | |||
"type": "boolean", | |||
"description": "Enter 'true' to prevent this page from being added to the maintenance category." | |||
} | |||
} | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Revision as of 02:00, 23 November 2025
Maintenance note
Please see the talk page for more information.
Displays a box note for general maintenance.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Specify reason | text | Overrides the default text. If empty, shows the standard maintenance warning with a talk page link. | String | suggested |
| Suppress Category | nocat | Enter 'true' to prevent this page from being added to the maintenance category. | Boolean | optional |