Template:Notice: Difference between revisions

From WikiMSK

No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly><div {{#if:{{{id|}}}|id="{{{id}}}"}} class="notice hide-for-print {{{class|}}}" style="{{{style}}}">{{#if:{{{b|}}}|<div style="font-weight:bold;">{{{b}}}</div>|}}{{{1}}}{{#if:{{{caption|}}}|''{{{caption}}}''|}}</div><html><style>.notice p{display:none;!important}</style></html>
<div {{#if:{{{id|}}}|id="{{{id}}}"}} class="notice hide-for-print {{{class|}}}" style="{{{style}}}">{{#if:{{{b|}}}|<div style="font-weight:bold;">{{{b}}}</div>|}}{{{1}}}
</div>
</includeonly><noinclude>
</includeonly><noinclude>
The Notice template is a parent template that helps build [[:Category: Notices|Notice Templates]]. This template should never be used in its raw form on an article, but instead should be used to create new templates.
The Notice template is a parent template that helps build [[:Category: Notices|Notice Templates]]. This template should never be used in its raw form on an article, but instead should be used to create new templates.

Latest revision as of 11:45, 2 April 2022

The Notice template is a parent template that helps build Notice Templates. This template should never be used in its raw form on an article, but instead should be used to create new templates.

Parameters

{{{style}}} - allows the user to set various style elements of the notice box, like background color

{{{b}}} - optional parameter that creates a bolded title for the notice box

{{{1}}} - the regular text in the notice box

Examples

Here is one example of a potential notice box.

This code on the template page {{notice|style=background-color:#CCA; |b=This is the bold title of the box! |1=This is the regular text with more detail }}

produces this when the template is used:

This is the bold title of the box!
This is the regular text with more detail


Here's another example, this time without the bold line at the top.

This code on the template page {{notice|style=background-color:#FAA; |1=This notice doesn't have a bold title }}

This notice doesn't have a bold title



Derived Templates