Template:UnderConstruction: Difference between revisions
Jump to navigation
Jump to search
Note: This page is currently under construction.
This notice was placed here by [[User:|]], so go bug them to finish the page if nothing's happening.
(more fluent description in Template Data) |
(+ section parameter; namespace and user pronoun recognition; templatedata update) |
||
Line 1: | Line 1: | ||
<div style="background: LightYellow; border: 1px solid black; margin: 1em auto; padding: 0 10px; width: 75%; align: center; text-align: left;"><center><big>'''Note: This page is currently under construction.'''<br></big> | <div style="background: LightYellow; border: 1px solid black; margin: 1em auto; padding: 0 10px; width: 75%; align: center; text-align: left;"><center><big>'''Note: This {{#ifeq: {{lc:{{{section|}}}}} | yes | section | {{namespace<noinclude>|page=</noinclude>}} }} is currently under construction.'''<br></big> | ||
<small>'''This notice was placed here by [[User:{{{1|}}}|{{{1|}}}]], so go bug them to finish the page if nothing's happening.'''</small></center></div> | <small>'''This notice was placed here by [[User:{{{1|}}}|{{{1|}}}]], so go bug {{GENDER:{{{1|}}}|him|her|them}} to finish the page if nothing's happening.'''</small></center></div> | ||
[[Category:Pages Under Construction]] | [[Category:Pages Under Construction]] | ||
<noinclude> | <noinclude> | ||
Line 12: | Line 12: | ||
"type": "wiki-user-name", | "type": "wiki-user-name", | ||
"required": true | "required": true | ||
}, | |||
"section": { | |||
"label": "Section", | |||
"description": "Replaces type of page with \"section\" if only a part of the page is under construction. Use the word yes if a section.", | |||
"type": "line", | |||
"suggestedvalues": [ | |||
"yes", | |||
"no" | |||
] | |||
} | } | ||
}, | }, |
Latest revision as of 14:33, 24 May 2024
This notice was placed here by [[User:|]], so go bug them to finish the page if nothing's happening.
Template Data
Adds a note that the page is unfinished and is being worked on by a user
Parameter | Description | Type | Status | |
---|---|---|---|---|
User | 1 | The username of the person working on the page. Only write the name of the user, without User: namespace prefix. | User | required |
Section | section | Replaces type of page with "section" if only a part of the page is under construction. Use the word yes if a section.
| Line | optional |