Template:Underconstruction: Difference between revisions

From PZwiki
mNo edit summary
m (add translation error)
 
(11 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<noinclude>{{Languages}}{{Documentation}}[[Category:Maintenance templates]][[Category:Mbox templates]]</noinclude><includeonly>{{NoticeBox
<noinclude>
| color  = #e00
{{Documentation/sandbox|doc=
| image  = [[File:Hammer.png]]
Articles that are either new and still being constructed, or articles undergoing a major transition requiring multiple edits.
|text={{#switch: {{Subpage|slash=false}}
 
  |es={{Template:Underconstruction/es}}
Adds articles to the "{{ll|:Category:WIP articles|WIP articles}}" category.
  |nl={{Template:Underconstruction/nl}}
 
  |pl={{Template:Underconstruction/pl}}
==Usage==
  |pt={{Template:Underconstruction/pt}}
===Parameters===
  |pt-br={{Template:Underconstruction/pt-br}}
;<code>1</code>
  |ru={{Template:Underconstruction/ru}}
:The reason or a description of what is under construction. This parameter is recommended to help editors know what is being improved or how they can help.
  |zh-hans={{Template:Underconstruction/zh-hans}}
;<code>section</code>
  |en <!-- default -->
:If set to <code>true</code>, will display "section" instead of "article" in the title.
  |#default=<span style="font-size:120%">This article or section is currently '''UNDER CONSTRUCTION'''.</span><br> It is in the process of an expansion or major restructuring. You are welcome to assist in its construction by editing it as well, be sure to check the [[{{TALKPAGENAME}}|{{Translation|talk page}}]].<br><small>''If this page has not been updated in a while, please remove this notice. Last edit was {{REVISIONDAY2}}/{{REVISIONMONTH}}/{{REVISIONYEAR}}.''</small>
;<code>hidecat</code>
:If set to <code>true</code>, will not add the page to the "{{ll|:Category:WIP articles|WIP articles}}" category.
 
==Examples==
*{{tll|Underconstruction}} or {{tll|wip}}
{{Underconstruction|hidecat=true}}
 
{{Translation guide|<syntaxhighlight lang="html">
{{#switch: {{{1|}}}
| title = This {{{2}}} is currently under construction.
| content = It is in the process of an expansion or major restructuring. You are welcome to assist in its construction by editing it as well.
| note = If this page has not been updated in a while, please replace this notice with {{tll|Improve}}. Last edit was {{REVISIONDAY2}}/{{REVISIONMONTH}}/{{REVISIONYEAR}}.
| #default = {{Error|translation}}
}}
}}
| cat    = [[Category:WIP articles{{#ifeq:{{Language code|{{Subpage|slash=false}}}}|true|{{Subpage}}|}}]] <!-- checks if pagename = subpagename in language code registry then returns null, else add subpagename -->
</syntaxhighlight>}}
| hidecat = {{{hidecat|}}}
 
==See also==
*{{ll|PZwiki:Mboxes}}
}}
{{ll|Category:Mbox}}
</noinclude><includeonly>{{Mbox
| color = #ee0000
| sign = [[File:Hammer.png|link=Template:Underconstruction{{lcs}}]]
| title = {{tt|name=Underconstruction
  | default = This {{Page ns|{{{section|}}}}} is currently under construction.
  | arg1 = title
  | arg2 = {{Page ns|{{{section|}}}}}
  }}
| content = {{#if:{{{1|}}}
  |{{{1}}}
  |{{tt|name=Underconstruction
    | default = It is in the process of an expansion or major restructuring. You are welcome to assist in its construction by editing it as well.
    | arg1 = content
    }}
  }}
| note = {{tt|name=Underconstruction
  | default = If this page has not been updated in a while, please replace this notice with {{tll|Improve}}. Last edit was {{REVISIONDAY2}}/{{REVISIONMONTH}}/{{REVISIONYEAR}}.
  | arg1 = note
  }}
| id = wip
| cat = {{yesno|{{{hidecat|}}}|yes=|no=WIP articles{{lcs}}}}
| collapsed = true
}}</includeonly>
}}</includeonly>

Latest revision as of 10:42, 7 March 2024

Notebook.pngTemplate Documentation

Articles that are either new and still being constructed, or articles undergoing a major transition requiring multiple edits.

Adds articles to the "WIP articles" category.

Usage

Parameters

1
The reason or a description of what is under construction. This parameter is recommended to help editors know what is being improved or how they can help.
section
If set to true, will display "section" instead of "article" in the title.
hidecat
If set to true, will not add the page to the "WIP articles" category.

Examples

Hammer.png
This template is currently under construction.
It is in the process of an expansion or major restructuring. You are welcome to assist in its construction by editing it as well.
If this page has not been updated in a while, please replace this notice with {{Improve}}. Last edit was 07/03/2024.

How to translate

This template is translatable.

Template code

Paste the following code into the <includeonly> tag of the translated template and translate the text after each = sign (except for #default =).

{{#switch: {{{1|}}}
| title = This {{{2}}} is currently under construction.
| content = It is in the process of an expansion or major restructuring. You are welcome to assist in its construction by editing it as well.
| note = If this page has not been updated in a while, please replace this notice with {{tll|Improve}}. Last edit was {{REVISIONDAY2}}/{{REVISIONMONTH}}/{{REVISIONYEAR}}.
| #default = {{Error|translation}}
}}

Template documentation

Copy the code wrapped in the <noinclude> tag in this template and translate the text after doc = in the {{Documentation}} template.

{{Translation guide}} template should be removed from the translated documentation.

See also

Editors can experiment in this template's sandbox.