Template:Notify/doc: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
Line 56: Line 56:
=== Cutom styles ===
=== Cutom styles ===
# {{Notify|mode = inline|img = Important template.png|type = Important|text = Hello, World!}}
# {{Notify|mode = inline|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|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|img = Important template.png|type = Important|text = Hello, World! | inline_style = padding-left: 2rem;}}
# {{Notify|mode = inline|img = Important template.png|type = Important|text = Hello, World! | inline_style = padding-left: 2rem;}}
# {{Notify|mode = inline|img = Important template.png|type = Important|text = Hello, World! | inline_style = padding-left: 4rem;}}
# {{Notify|mode = inline|img = Important template.png|type = Important|text = Hello, World! | inline_style = padding-left: 4rem;}}
Line 64: Line 67:
# {{Notify|mode = inline|img = Important template.png|type = Important|text = Hello, World! | span2_inline_style = margin-left: 2rem;}}
# {{Notify|mode = inline|img = Important template.png|type = Important|text = Hello, World! | span2_inline_style = margin-left: 2rem;}}
# {{Notify|mode = inline|img = Important template.png|type = Important|text = Hello, World! | span2_inline_style = margin-left: 4rem;}}
# {{Notify|mode = inline|img = Important template.png|type = Important|text = Hello, World! | span2_inline_style = margin-left: 4rem;}}
# {{Notify|mode = inline|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|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! | root_inline_style = padding-left: 2rem !important;}}
# {{Notify|mode = inline|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|img = Important template.png|type = Important|text = Hello, World! | root_inline_style = padding-left: 4rem !important;}}

Revision as of 04:53, 9 May 2023

Edit-copy.png
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.

Different types of notifications in one template. Created as a basis for other templates.

Copy and Paste

{{Notify | mode = inline | img = | text = | color = }}

Parameters and Examples

Shared

Parameter Description Example Preview
{{{1}}} or {{{text}}} Your text.
Icon-Important.pngImportant: Do not use {{{text}}} in other templates that are based on this template. The named parameter breaks the lists.
| Hello, World!
| text = Hello, World!
Hello, World!
Hello, World!
{{{mode}}} Switches the template modes. Avaliable modes: inline.
| mode = inline
Hello, World!

Inline mode

Parameter Description Example Preview
{{{img}}} Notification icon.
| img = Note.png
Hello, World!
{{{type}}} Notification type.
| type = Warning
Important template.pngImportant:Hello, World!
{{{color}}} Notification color (RGB only).
| color = 240,211,0
Important template.pngImportant:Hello, World!

Cutom styles

  1. Important template.pngImportant:Hello, World!
  2. Important template.pngImportant:Hello, World!
  3. Important template.pngImportant:Hello, World!
  4. Important template.pngImportant:Hello, World!
  5. Important template.pngImportant:Hello, World!
  6. Important template.pngImportant:Hello, World!
  7. Important template.pngImportant:Hello, World!
  8. Important template.pngImportant:Hello, World!
  9. Important template.pngImportant:Hello, World!
  10. Important template.pngImportant:Hello, World!
  11. Important template.pngImportant:Hello, World!
  12. Important template.pngImportant:Hello, World!
  13. Important template.pngImportant:Hello, World!
  14. Important template.pngImportant:Hello, World!
  15. Important template.pngImportant:Hello, World!
  16. Important template.pngImportant:Hello, World!

Special Subpages

See Also