Template:Notify/doc: Difference between revisions
Jump to navigation
Jump to search
m (→Custom styles) |
(Fixed broken example.) |
||
Line 41: | Line 41: | ||
| style="padding:8px" | Notification icon. | | style="padding:8px" | Notification icon. | ||
| {{CodeBlock|margin = 5px|<nowiki>| img = Note.png</nowiki>}} | | {{CodeBlock|margin = 5px|<nowiki>| img = Note.png</nowiki>}} | ||
| style="padding:8px" | {{Notify|mode = inline|img = Important template.png|text = Hello, World!}} | | style="padding:8px" | {{Notify|mode = inline|size=10px|img = Important template.png|text = Hello, World!}} | ||
|- | |- | ||
| align="center" | {{Code|style=2| {{Param|size}} }} | | align="center" | {{Code|style=2| {{Param|size}} }} | ||
| style="padding:8px" | Notification icon size | | style="padding:8px" | Notification icon size (Highly recommended to specify since most icons support high DPI.) | ||
| {{CodeBlock|margin = 5px|<nowiki>| size = 16px </nowiki>}} | | {{CodeBlock|margin = 5px|<nowiki>| size = 16px </nowiki>}} | ||
| style="padding:8px" | {{Notify|mode = inline|img = Important template.png|size = 16px|type = Important|text = Hello, World!}} | | style="padding:8px" | {{Notify|mode = inline|img = Important template.png|size = 16px|type = Important|text = Hello, World!}} | ||
Line 51: | Line 51: | ||
| style="padding:8px" | Notification type. | | style="padding:8px" | Notification type. | ||
| {{CodeBlock|margin = 5px|<nowiki>| type = Warning</nowiki>}} | | {{CodeBlock|margin = 5px|<nowiki>| type = Warning</nowiki>}} | ||
| style="padding:8px" | {{Notify|mode = inline|img = Important template.png|type = Important|text = Hello, World!}} | | style="padding:8px" | {{Notify|mode = inline|size=10px|img = Important template.png|type = Important|text = Hello, World!}} | ||
|- | |- | ||
| align="center" | {{Code|style=2| {{Param|color}} }} | | align="center" | {{Code|style=2| {{Param|color}} }} | ||
| style="padding:8px" | Notification color (RGB only). | | style="padding:8px" | Notification color (RGB only). | ||
| {{CodeBlock|margin = 5px|<nowiki>| color = 240,211,0</nowiki>}} | | {{CodeBlock|margin = 5px|<nowiki>| color = 240,211,0</nowiki>}} | ||
| style="padding:8px" | {{Notify|mode = inline|img = Important template.png|type = Important|text = Hello, World!|color = 240,211,0}} | | style="padding:8px" | {{Notify|mode = inline|size=10px|img = Important template.png|type = Important|text = Hello, World!|color = 240,211,0}} | ||
|} | |} | ||
==== Offset ==== | ==== Offset ==== | ||
#{{Notify|mode = inline|img = Important template.png|type = Important|text = Hello, World!}} | #{{Notify|mode = inline|size=10px|img = Important template.png|type = Important|text = Hello, World!}} | ||
#{{Notify|mode = inline|img = Important template.png|type = Important|text = Hello, World!|offset=0}} | #{{Notify|mode = inline|size=10px|img = Important template.png|type = Important|text = Hello, World!|offset=0}} | ||
#{{Notify|mode = inline|img = Important template.png|type = Important|text = Hello, World!|offset=1}} | #{{Notify|mode = inline|size=10px|img = Important template.png|type = Important|text = Hello, World!|offset=1}} | ||
#{{Notify|mode = inline|img = Important template.png|type = Important|text = Hello, World!|offset=2}} | #{{Notify|mode = inline|size=10px|img = Important template.png|type = Important|text = Hello, World!|offset=2}} | ||
#{{Notify|mode = inline|img = Important template.png|type = Important|text = Hello, World!|offset=3}} | #{{Notify|mode = inline|size=10px|img = Important template.png|type = Important|text = Hello, World!|offset=3}} | ||
#{{Notify|mode = inline|img = Important template.png|type = Important|text = Hello, World!|offset=9}} | #{{Notify|mode = inline|size=10px|img = Important template.png|type = Important|text = Hello, World!|offset=9}} | ||
#{{Notify|mode = inline|img = Important template.png|type = Important|text = Hello, World!|offset=10}} | #{{Notify|mode = inline|size=10px|img = Important template.png|type = Important|text = Hello, World!|offset=10}} | ||
=== Custom styles === | === Custom styles === | ||
# {{Notify|mode = inline|img = Important template.png|type = Important|text = Hello, World!}} | # {{Notify|mode = inline|size=10px|img = Important template.png|type = Important|text = Hello, World!}} | ||
# {{Notify|mode = inline|img = Important template.png|type = Important|text = Hello, World! | root_inline_style = background-color: red !important;}} | # {{Notify|mode = inline|size=10px|img = Important template.png|type = Important|text = Hello, World! | root_inline_style = background-color: red !important;}} | ||
# {{Notify|mode = inline|img = Important template.png|type = Important|text = Hello, World! | root_inline_style = margin-left: 2rem !important;}} | # {{Notify|mode = inline|size=10px|img = Important template.png|type = Important|text = Hello, World! | root_inline_style = margin-left: 2rem !important;}} | ||
# {{Notify|mode = inline|img = Important template.png|type = Important|text = Hello, World! | root_inline_style = margin-left: 4rem !important;}} | # {{Notify|mode = inline|size=10px|img = Important template.png|type = Important|text = Hello, World! | root_inline_style = margin-left: 4rem !important;}} | ||
# {{Notify|mode = inline|img = Important template.png|type = Important|text = Hello, World! | type style = padding-left: 2rem;}} | # {{Notify|mode = inline|size=10px|img = Important template.png|type = Important|text = Hello, World! | type style = padding-left: 2rem;}} | ||
# {{Notify|mode = inline|img = Important template.png|type = Important|text = Hello, World! | type style = padding-left: 4rem;}} | # {{Notify|mode = inline|size=10px|img = Important template.png|type = Important|text = Hello, World! | type style = padding-left: 4rem;}} | ||
# {{Notify|mode = inline|img = Important template.png|type = Important|text = Hello, World!}} | # {{Notify|mode = inline|size=10px|img = Important template.png|type = Important|text = Hello, World!}} | ||
# {{Notify|mode = inline|img = Important template.png|type = Important|text = Hello, World! | type style = margin-left: 2rem;}} | # {{Notify|mode = inline|size=10px|img = Important template.png|type = Important|text = Hello, World! | type style = margin-left: 2rem;}} | ||
# {{Notify|mode = inline|img = Important template.png|type = Important|text = Hello, World! | type style = margin-left: 4rem;}} | # {{Notify|mode = inline|size=10px|img = Important template.png|type = Important|text = Hello, World! | type style = margin-left: 4rem;}} | ||
# {{Notify|mode = inline|img = Important template.png|type = Important|text = Hello, World!}} | # {{Notify|mode = inline|size=10px|img = Important template.png|type = Important|text = Hello, World!}} | ||
# {{Notify|mode = inline|img = Important template.png|type = Important|text = Hello, World! | text style = margin-left: 2rem;}} | # {{Notify|mode = inline|size=10px|img = Important template.png|type = Important|text = Hello, World! | text style = margin-left: 2rem;}} | ||
# {{Notify|mode = inline|img = Important template.png|type = Important|text = Hello, World! | text style = margin-left: 4rem;}} | # {{Notify|mode = inline|size=10px|img = Important template.png|type = Important|text = Hello, World! | text style = margin-left: 4rem;}} | ||
# {{Notify|mode = inline|img = Important template.png|type = Important|text = Hello, World! | root_inline_style = padding-left: 2rem !important;}} | # {{Notify|mode = inline|size=10px|img = Important template.png|type = Important|text = Hello, World! | root_inline_style = padding-left: 2rem !important;}} | ||
# {{Notify|mode = inline|img = Important template.png|type = Important|text = Hello, World! | root_inline_style = padding-left: 4rem !important;}} | # {{Notify|mode = inline|size=10px|img = Important template.png|type = Important|text = Hello, World! | root_inline_style = padding-left: 4rem !important;}} | ||
# {{Notify|mode = inline|img = Important template.png|type = Important|text = Hello, World! | root_inline_style = margin-left: 2rem;}} | # {{Notify|mode = inline|size=10px|img = Important template.png|type = Important|text = Hello, World! | root_inline_style = margin-left: 2rem;}} | ||
# {{Notify|mode = inline|img = Important template.png|type = Important|text = Hello, World! | root_inline_style = margin-left: 4rem;}} | # {{Notify|mode = inline|size=10px|img = Important template.png|type = Important|text = Hello, World! | root_inline_style = margin-left: 4rem;}} | ||
== Special Subpages == | == Special Subpages == |
Revision as of 00:43, 22 August 2023

This is a documentation subpage for Template:Notify.
Don't forget to purge the contents of the base page upon creating or editing this subpage.
Don't forget to purge the contents of the base page upon creating or editing this subpage.
Different types of notifications in one template. Created as a basis for other templates.
Copy and Paste
Parameters and Examples
Parameter | Description | Example | Preview |
---|---|---|---|
{{{1}}} or {{{text}}} | Your text.
![]() |
Hello, World! Hello, World!
| |
{{{mode}}} | Switches the template modes. Avaliable modes: inline. | Hello, World!
|
Inline mode
Parameter | Description | Example | Preview |
---|---|---|---|
{{{img}}} | Notification icon. | Hello, World!
| |
{{{size}}} | Notification icon size (Highly recommended to specify since most icons support high DPI.) | ![]() | |
{{{type}}} | Notification type. | ![]() | |
{{{color}}} | Notification color (RGB only). | ![]() |
Offset
Important:Hello, World!
Important:Hello, World!
Important:Hello, World!
Important:Hello, World!
Important:Hello, World!
Important:Hello, World!
Important:Hello, World!
Custom styles
Important:Hello, World!
Important:Hello, World!
Important:Hello, World!
Important:Hello, World!
Important:Hello, World!
Important:Hello, World!
Important:Hello, World!
Important:Hello, World!
Important:Hello, World!
Important:Hello, World!
Important:Hello, World!
Important:Hello, World!
Important:Hello, World!
Important:Hello, World!
Important:Hello, World!
Important:Hello, World!
Special Subpages
- /inline/doc - Documentation for inline note templates.