Template:Notice: Difference between revisions

From Inkipedia, the Splatoon wiki
m (Changed protection settings for "Template:Notice" ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only administrators] (indefinite)))
m (do not force a line-break if no header)
Line 1: Line 1:
{| align="{{{align|}}}" cellpadding="1px" style="border: 3px solid {{{border|rgb({{SiteColor|Generic}})}}}; {{#if|{{{width|}}}|width:{{{width}}}|}}; {{roundy}}"
{| align="{{{align|}}}" cellpadding="1px" style="border: 3px solid {{{border|rgb({{SiteColor|Generic}})}}}; {{#if|{{{width|}}}|width:{{{width}}}|}}; {{roundy}}"
|style="padding:0px 0px 0px 3px; width:{{#if: {{{file|}}} | {{{filesize|48px}}} | 0%; display:none}};"|{{#if: {{{file|}}} | [[File:{{{file|}}}|{{{filesize|48px}}}|link=]]}}
|style="padding:0px 0px 0px 3px; width:{{#if: {{{file|}}} | {{{filesize|48px}}} | 0%; display:none}};"|{{#if: {{{file|}}} | [[File:{{{file|}}}|{{{filesize|48px}}}|link=]]}}
|style="padding:6px 6px 0px 6px; text-align: {{{text-align|left}}};"|<span style="font-size: 11pt; font-weight: bold;">{{{header|}}}</span><br>
|style="padding:6px 6px 0px 6px; text-align: {{{text-align|left}}};"| {{#if: {{{header|}}}|<span style="font-size: 11pt; font-weight: bold;">{{{header|}}}</span><br> |}}
<span style="font-size: 9pt;">{{{content|}}}</span>
<span style="font-size: 9pt;">{{{content|}}}</span>
|}<noinclude>
|}<noinclude>
Line 48: Line 48:
<code><nowiki>{{notice|file=Example.jpg|header=Under Construction|content=This article is under construction.}}</nowiki></code>
<code><nowiki>{{notice|file=Example.jpg|header=Under Construction|content=This article is under construction.}}</nowiki></code>
{{notice|file=Example.jpg|header=Under Construction|content=This article is under construction.}}
{{notice|file=Example.jpg|header=Under Construction|content=This article is under construction.}}
<code><nowiki>{{notice|file=Example.jpg|header=Notice with header text only.}}</nowiki></code>
{{notice|file=Example.jpg|header=Notice with header text only.}}
<code><nowiki>{{notice|file=Example.jpg|content=Small notice without a header.}}</nowiki></code>
{{notice|file=Example.jpg|content=Small notice without a header.}}


[[Category:Notice templates]]
[[Category:Notice templates]]
</noinclude>
</noinclude>

Revision as of 22:46, 14 March 2023

Usage

Use this template to create other Notice Templates.

Syntax: {{notice|align=|text-align=|border=|width=|file=|filesize=|header=|content=}}

align Named, optional The align attribute of the notice, e.g. center. Defaults to "" (unset)
text-align Named, optional The text-align attribute of the header and content text, e.g. center. Defaults to left.
border Named, optional The border attribute of the notice, e.g. border=rgb({{SiteColor|Splatoon}}). Defaults to rgb({{SiteColor|Generic}})
width Named, optional The width attribute of the notice, e.g. 30%. Defaults to unset (fit to contents).
file Named, optional The file to show on the left-hand section as a filename. e.g. Example.jpg. Defaults to nothing shown.
filesize Named, optional The file's size on the left-hand section. e.g. 30px. Defaults to 48px if a file was specified, otherwise none.
header Named, optional The header text. e.g. Notice. Defaults to nothing shown.
content Named, optional The content text. e.g. Test message. Defaults to nothing shown.

Examples

{{notice|file=Example.jpg|header=Under Construction|content=This article is under construction.}}

Under Construction

This article is under construction.

{{notice|file=Example.jpg|header=Notice with header text only.}}

Notice with header text only.

{{notice|file=Example.jpg|content=Small notice without a header.}}

Small notice without a header.