Template:Work in progress/doc: 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 10: Line 10:
{|
{|
|-
|-
| Basic usage: || <code><nowiki>{{work in progress}}|</nowiki>
| Basic usage: || <code><nowiki>{{work in progress}}</nowiki></code>
|-
|-
| All parameters: || <code><nowiki>{{work in progress|</nowiki>''1''<nowiki>|</nowiki>text=''some text.''<nowiki>|</nowiki>talk=''talk page link''<nowiki>}}</nowiki></code>
| All parameters: || <code><nowiki>{{work in progress|</nowiki>''1''<nowiki>|</nowiki>text=''some text.''<nowiki>|</nowiki>talk=''talk page link''<nowiki>}}</nowiki></code>
|}
|}
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 <code>{{{1}}}</code> to <code>section</code>.
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 {{code|{{{1}}}}} to {{code|section}}.


==Parameters==
==Parameters==
Line 20: Line 20:
! Parameter !! Description !! Type !! Status !! Notes
! Parameter !! Description !! Type !! Status !! Notes
|-
|-
| <code>1</code> || Type of work in progress || String || Optional || Defaults to <code>article</code>; set to <code>section</code> for applicability only to a section of an article.
| {{code|1}} || Type of work in progress || String || Optional || Defaults to {{code|article}}; set to {{code|section}} for applicability only to a section of an article.
|-
|-
| <code>text</code> || Additional text || String || Optional || Use to display additional explanatory text, if desire.
| {{code|text}} || Additional text || String || Optional || Use to display additional explanatory text, if desire.
|-
|-
| <code>talk</code> || Talk page link || String || Optional || Use to link to a talk page; the link may specify a section with the <code>talk:''pagename''#''section name''</code> syntax; do not include <code>[[</code> and <code>]]</code> around the link.
| {{code|talk}} || Talk page link || String || Optional || Use to link to a talk page; the link may specify a section with the <code>talk:''pagename''#''section name''</code> syntax; do not include <code>[[</code> and <code>]]</code> around the link.
|}
|}



Latest revision as of 21:57, 12 December 2023

This is a documentation subpage for Template:Work in progress.
It may contain usage information, categories and other content that is not part of the original template page.
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.