Difference between revisions of "Template:ConstructionNotice"
Jump to navigation
Jump to search
(→Syntax: Changed the syntax to a working one) |
|||
Line 13: | Line 13: | ||
== Syntax == | == Syntax == | ||
<pre> | <pre> | ||
− | {{ | + | {{ConstructionNotice|Message text}} |
− | {{ | + | {{ConstructionNotice|Message text|align=center|float=right|width=30%}} |
</pre> | </pre> | ||
Revision as of 17:14, 19 July 2020
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)