Template:Notice: Difference between revisions

From Inkipedia, the Splatoon wiki
(Revamping to be pretty and match styling of our other templates)
(Removing background/border params as they are predefined classes)
Line 1: Line 1:
<templatestyles src="Notice/styles.css" /><div class="notice notice-{{{color|green}}}" align="{{{align|}}}" style="text-align: {{{text-align|left}}};{{#if:{{{background-color|}}}|background-color:{{{background-color|}}};|}}{{#if:{{{border-color|}}}|border-color:{{{border-color|}}};|}}">
<templatestyles src="Notice/styles.css" /><div class="notice notice-{{{color|green}}}" align="{{{align|}}}" style="text-align: {{{text-align|left}}};">
{{#if: {{{file|}}} | <div class="notice-image">[[File:{{{file}}}|{{{filesize|48px}}}|link=]]</div> | }}<div class="notice-content">{{#if: {{{header|}}}|<div class="notice-header">{{{header}}}</div> | }}<div class="notice-description">{{{content|}}}</div></div></div><noinclude>
{{#if: {{{file|}}} | <div class="notice-image">[[File:{{{file}}}|{{{filesize|48px}}}|link=]]</div> | }}<div class="notice-content">{{#if: {{{header|}}}|<div class="notice-header">{{{header}}}</div> | }}<div class="notice-description">{{{content|}}}</div></div></div><noinclude>



Revision as of 21:42, 14 May 2023

Usage

Use this template to create other Notice Templates.

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

color Named, optional The color preset for the background and border. Options are green, blue, orange, pink, and maroon. Defaults to green.
text-align Named, optional The text-align attribute of the header and content text, e.g. center. Defaults to left.
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.

{{notice|file=Example.jpg|header=Green notice|color=green}}

Green notice

{{notice|file=Example.jpg|header=Blue notice|color=blue}}

Blue notice

{{notice|file=Example.jpg|header=Orange notice|color=orange}}

Orange notice

{{notice|file=Example.jpg|header=Pink notice|color=pink}}

Pink notice

{{notice|file=Example.jpg|header=Maroon notice|color=maroon}}

Maroon notice