Template:Notice: Difference between revisions

From Inkipedia, the Splatoon wiki
(Adding padding to table)
(Adding vertical margin to prevent successive notices from touching)
Line 1: Line 1:
{| align="{{{align|}}}" cellpadding="1px" style="padding: .3em; border: 3px solid {{{border|rgb({{SiteColor|Generic}})}}}; {{#if:{{{width|}}}|width:{{{width}}}|}}; {{roundy}}"
{| align="{{{align|}}}" cellpadding="1px" style="padding: .3em; margin: .3em 0; 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}}};"| {{#if: {{{header|}}}|<span style="font-size: 11pt; font-weight: bold;">{{{header|}}}</span><br> |}}<span style="font-size: 9pt;">{{{content|}}}</span>
|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>

Revision as of 21:08, 14 May 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.}}

Example.jpg Under Construction
This article is under construction.

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

Example.jpg Notice with header text only.

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

Example.jpg Small notice without a header.