Template:Notice: Difference between revisions

From Inkipedia, the Splatoon wiki
m (misclick)
Tag: Manual revert
(change width default to unset)
Line 1: Line 1:
{| align="{{{align|}}}" cellpadding="1px" style="border: 3px solid {{{border|rgb({{Sitecolor|Generic}})}}}; width:{{{width|40%}}}; {{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}}};"|<span style="font-size: 11pt; font-weight: bold;">{{{header|}}}</span><br>
Line 25: Line 25:
| style="vertical-align:top" |<code>width</code>
| style="vertical-align:top" |<code>width</code>
| style="vertical-align:top" |Named, optional
| style="vertical-align:top" |Named, optional
| colspan="4" |The width attribute of the notice, e.g. <code>30%</code>. Defaults to 40%.
| colspan="4" |The width attribute of the notice, e.g. <code>30%</code>. Defaults to unset (fit to contents).
|-
|-
| style="vertical-align:top" |<code>file</code>
| style="vertical-align:top" |<code>file</code>

Revision as of 23:23, 26 September 2022


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.