Template:Draft: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Added Template:Documentation.)
(Updated the looks, and added an option to change "page" to "section".)
Line 1: Line 1:
<div style="margin: 1em 0px; border: 2px solid orange; padding: 1em; background-color: #FFC; text-align: center;">'''DRAFT'''
{| class="messagebox standard-talk" style="margin-bottom: 1em; width:100%; border:3px solid #4D4E53; background-color:#D7D3C8;"
<div style="font-size:x-small">This page is not complete.</div></div>
| rowspan="2" style="font-size: large; padding: 0px 0px 0px 1.5em;" | [[File:Draft-template-image.png|x60px|link=]]
<includeonly>[[Category:Drafts]]</includeonly><noinclude>
| style="font-size: large; padding:0px 10px 0px;" | '''THIS {{#if:{{{section|}}}|SECTION|PAGE}} IS A DRAFT'''
| rowspan="2" |
|-
| style="font-size: small; padding:0px 10px 0px;" | The {{#if:{{{section|}}}|section|page}} may be difficult to navigate, and some information on the its subject might be lacking. <br>If you have any questions or ideas, please add them as a new topic on the [[{{TALKPAGENAME}}|discussion page]].
|}<includeonly>[[Category:Drafts]]</includeonly><noinclude>
{{documentation}}
{{documentation}}
<!-- Add categories to the /doc subpage, not here! -->
<!-- Add categories to the /doc subpage, not here! -->
</noinclude>
</noinclude>

Revision as of 07:42, 20 January 2015

Draft-template-image.png THIS PAGE IS A DRAFT
The page may be difficult to navigate, and some information on the its subject might be lacking.
If you have any questions or ideas, please add them as a new topic on the discussion page.
Documentation icon Template documentation[view] [edit] [history] [purge]

Usage

{{draft}} creates an information box telling the user that a page, or a section of a page, is just a draft, i.e. under construction and not necessarily containing all the information you otherwise could expect. The box will show at the position on the page where you put the template, and stretch horizontally to fill the width of the available space.

The template will automatically add the page to the category Category:Drafts.

Parameter

There is only 1 parameter, which is named and optional.

Syntax

To use the template for an entire page, put the code

{{draft}}

on the top of the page.

To use it for a sub-section of a page, put the code

{{draft|section=yes}}

directly beneath the sub-section's header.

Optional parameter

section

Changes the word "page" to "section"

If you want to inform the user that a section of the page is a draft, use this parameter.

Any value you specify will be interpreted as "true", and invoke the parameter; i.e. |section=yes will yield the same result as |section=haggis.

Usage
  • {{draft|section=yes}}

See also