Template

Incomplete: Difference between revisions

From Joomla! Documentation

Mvangeest (talk | contribs)
m Changed layout <table> into <div>
Tom Hutchison (talk | contribs)
m adding a method to change the default Note message with parameter {{{reason}}}
Line 2: Line 2:
<div style="border-bottom:1px solid #A0522D; background-color:#F5DEB3; padding:0.2em 0.5em 0.2em 0.5em; font-size:130%; font-weight:bold;">Note</div>
<div style="border-bottom:1px solid #A0522D; background-color:#F5DEB3; padding:0.2em 0.5em 0.2em 0.5em; font-size:130%; font-weight:bold;">Note</div>
<div style="text-align: center; padding:1em 5em 1em 1em;"> <!--Note: Top, right, bottom, left -->
<div style="text-align: center; padding:1em 5em 1em 1em;"> <!--Note: Top, right, bottom, left -->
Please note that the content on this page is currently incomplete.  Please treat it as a work in progress.
{{#if:{{{reason|}}}|{{{reason|}}}|Please note that the content on this page is currently incomplete.  Please treat it as a work in progress.}}
<div style="text-align:left;">{{#if:{{{1|}}}|{{needs|{{{1|}}}|{{{2|}}}}}|}}</div>
<div style="text-align:left;">{{#if:{{{1|}}}|{{needs|{{{1|}}}|{{{2|}}}}}|}}</div>
</div>
</div>

Revision as of 18:40, 29 November 2012

Note

Please note that the content on this page is currently incomplete. Please treat it as a work in progress.

[view] [edit] [history]

Template documentation

Adds a message box to an incomplete page and adds it to the Category:Needs completion.

Examples

  • {{incomplete}} will show this

Note

Please note that the content on this page is currently incomplete. Please treat it as a work in progress.

See also