Template:Work in progress: Difference between revisions

From The World of Gotha
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<div id="msgbox" style="margin: auto; border: 1px solid #a2a9b1; border-left: 10px solid #36c; background-color: #fbfbfb; box-sizing: border-box; width: 80%; margin-top: 10px; margin-bottom: 10px;">
<includeonly><div id="msgbox" style="margin: auto; border: 1px solid #a2a9b1; border-left: 10px solid #36c; background-color: #fbfbfb; box-sizing: border-box; width: 80%; margin-top: 10px; margin-bottom: 10px;">
{|
{|
|-
|-
| style="width: 80px; text-align: center;" | [[File:Information_icon4.png|45px]]
| style="width: 80px; text-align: center;" | [[File:Information_icon4.png|45px]]
| This {{{1|article}}} is a '''work in progress'''. {{#if: {{{text|}}} | {{{text}}} | }} {{#if: {{{talk|}}} | Relevant discussion may be found on {{{talk}}}. | }}
| This {{{1|article}}} is a '''work in progress'''. {{#if: {{{text|}}} | {{{text}}} | }} {{#if: {{{talk|}}} | Relevant discussion may be found on the [[{{{talk}}}|talk page]]. | }}
|}
|}
</div>
</div></includeonly><noinclude>
{{doc}}
 
[[Category:Message box templates]]
</noinclude>

Latest revision as of 21:26, 12 December 2023

Template documentation
Shortcut
{{wip}}

The {{work in progress}} template provides an easy way to place a message box on an article or section identifying it as a work in progress.

Usage

Basic usage: {{work in progress}}
All parameters: {{work in progress|1|text=some text.|talk=talk page link}}

To mark an entire article as a work in progress, place the template at the top of the page. To mark a section as a work in progress, place the template immediately after the section heading and set the unnamed parameter {{{1}}} to section.

Parameters

Parameter Description Type Status Notes
1 Type of work in progress String Optional Defaults to article; set to section for applicability only to a section of an article.
text Additional text String Optional Use to display additional explanatory text, if desire.
talk Talk page link String Optional Use to link to a talk page; the link may specify a section with the talk:pagename#section name syntax; do not include [[ and ]] around the link.

Examples

  • {{work in progress}}
This article is a work in progress.
  • {{work in progress|section}}
This section is a work in progress.
  • {{work in progress|text=Some or all of the following information may not be canon.}}
This article is a work in progress. Some or all of the following information may not be canon.
  • {{work in progress|talk=Template talk:work in progress}}
This article is a work in progress. Relevant discussion may be found on the talk page.