Difference between revisions of "Template:ConstructionNotice"

From Frictional Wiki
Jump to navigation Jump to search
 
(→‎Syntax: Changed the syntax to a working one)
Line 13: Line 13:
 
== Syntax ==
 
== Syntax ==
 
<pre>
 
<pre>
{{construction-notice|Message text}}
+
{{ConstructionNotice|Message text}}
{{construction-notice|Message text|align=center|float=right|width=30%}}
+
{{ConstructionNotice|Message text|align=center|float=right|width=30%}}
 
</pre>
 
</pre>
  

Revision as of 18:14, 19 July 2020

Wip icon.png {{{1}}}


Description

Generic "under construction" notice. See also: Template:Wip.

Syntax

{{ConstructionNotice|Message text}}
{{ConstructionNotice|Message text|align=center|float=right|width=30%}}

Optional parameters

  • align = center, left, right. (default "center")
  • float = none, left, right. (default "none")
  • width = size in percentage or units. (default full width)