Difference between revisions of "Template:Fmbox warning ruler"

From blackwiki
Jump to navigation Jump to search
imported>Happy-melon
m (Protected Template:Fmbox warning ruler: Highly visible template: used in the interface ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
imported>Davidgothberg
(Removing end div. Illogical to have the /div inside {{fmbox warning ruler}}. And this template is used on several pages without any start div. And would break other surrounding div boxes.)
Line 1: Line 1:
<hr class="fmbox-warning-ruler" style="color: #BB7070; background-color: #BB7070;" />
+
<hr class="fmbox-warning-ruler" style="color: #BB7070; background-color: #BB7070;" /><noinclude>
</div><noinclude>
+
 
 
{{documentation}}
 
{{documentation}}
 
</noinclude>
 
</noinclude>

Revision as of 22:24, 26 March 2009


Template documentation[view] [edit] [history] [purge]

This is the {{fmbox warning ruler}} template.

It takes no parameters and produces a horizontal ruler in the same colour as the red border for the {{fmbox}} warning type and the ".fmbox-warning" CSS class in MediaWiki:Common.css.

It is used to separate parts of some interface messages, such as MediaWiki:Cascadeprotectedwarning. See what links here for the rest of the interface messages that use it.

Note: MediaWiki doesn't parse and convert HTML wikimarkup in interface messages. Thus this template must be fully XHTML compliant. This means that any HTML tag in it must have a proper ending. For instance <hr> is wrong, but <hr /> is right.

See also