Template:Metanotice: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Added support for hex colors)
mNo edit summary
Line 1: Line 1:
{{Doc}}<includeonly><onlyinclude><div style="align-items:center; display:flex; box-sizing: border-box; gap:1em; font-size: 12px; background: linear-gradient(90deg, {{#if: {{{hex|}}}|{{{hex}}}|rgb({{{rgb|207, 207, 207}}}}},{{{opacity|.1}}}) 0%, transparent 100%); border-left: 2px solid {{#if:{{{hex|}}}|{{{hex}}}|rgb({{{rgb|207, 207, 207}}})}}; padding-left: 1em; padding-block:.2em; margin-block:6px; {{{style|}}}">
{{Doc}}<includeonly><onlyinclude><div style="align-items:center; display:flex; box-sizing: border-box; gap:1em; font-size: 12px; background: linear-gradient(90deg, {{#if: {{{hex|}}}|{{{hex}}}|rgb({{{rgb|207, 207, 207}}},{{{opacity|.1}}})}} 0%, transparent 100%); border-left: 2px solid {{#if:{{{hex|}}}|{{{hex}}}|rgb({{{rgb|207, 207, 207}}})}}; padding-left: 1em; padding-block:.2em; margin-block:6px; {{{style|}}}">
{{#ifeq:{{{id|}}}{{{image|}}}|none||
{{#ifeq:{{{id|}}}{{{image|}}}|none||
<div style="user-select:none;">{{{id|{{{image|{{{3|[[File:Icon-help.png|32px]]}}}}}}}}}</div>}}
<div style="user-select:none;">{{{id|{{{image|{{{3|[[File:Icon-help.png|32px]]}}}}}}}}}</div>}}
<div style="flex:1; {{{textstyle}}}">{{{text|}}}</div></div></onlyinclude></includeonly>[[Category:Templates]][[Category:Notice templates]][[Category:Metatemplates]]
<div style="flex:1; {{{textstyle}}}">{{{text|}}}</div></div></onlyinclude></includeonly>[[Category:Templates]][[Category:Notice templates]][[Category:Metatemplates]]

Revision as of 12:35, 19 September 2023

English (en)Deutsch (de)Esperanto (eo)Español (es)Français (fr)Suomi (fi)Hrvatski (hr)Magyar (hu)Italiano (it)日本語 (ja)한국어 (ko)Nederlands (nl)Polski (pl)Português (pt)Português do Brasil (pt-br)Русский (ru)Slovenčina (sk)Svenska (sv)Türkçe (tr)Українська (uk)Tiếng Việt (vi)中文 (zh)中文(臺灣) (zh-tw)
Curly brackets white.pngTemplate Documentation [view] [edit]
Icon-translate.png Available doc translations
View
Page history
Gnome app science.png
This template uses a Testcases subpage
You can test how this page looks with it's different skins and parsers.

This is a metatemplate used to aid in the creation of notice templates. It's goal is to supplant the {{messagebox}} template as a simplified, easier to use alternative.

Copy and Paste

{{Metanotice | rgb = | id = | text = }}

Usage, Parameters and Examples

{{Metanotice}}
Parameter Description Example Preview
No parameters Template will revert to the default valves specified within the parser functions.
{{Metanotice}}
Icon-help.png
{{{rgb}}} Controls the metanotice background and border color
| rgb = 235, 185, 23
Icon-help.png
{{{hex}}} Controls the metanotice background and border color
| hex = #22eb17
Icon-help.png
{{{opacity}}} Metanotice background opacity
if {{{hex}}} is used then opacity will be from 00 to fe
| opacity = .3

| hex = ...| opacity = 3a
Icon-help.png

Icon-help.png
{{{id}}} Idbox content. Most commonly used for adding icons.
| id = [[File:Warning_icon.png|32px|link=]]
Warning icon.png
{{{text}}} Text content
| text = Hello, World!
Icon-help.png
Hello, World!
Style parameters
{{{style}}} Notice styling
| style = border:1px solid currentcolor;
Icon-help.png
{{{textstyle}}} Text styling
| textstyle = font-family:monospace;
Icon-help.png
Example text
Template:Metanotice
Logo-template.png
Summary
Aids in the creation of article notice boxes
Type
Metatemplate
Contributors
Creation date
30/04/2023
(30 April 2023)
Notes
N/A
Subpages
Documentation
Preload
N/A
Sandbox
Strings
N/A
Testcases
N/A
Other
N/A
Revision information
Latest editor
Equalizer5118
Last edited
19/09/2023
20230919123503
Revision size
715 bytes
0.715 kilobytes
0.000715 megabytes
Technical information
Page identifier
52638
Contains translations
No
Uses parser functions?
No
Uses variables?
No