Template:Messagebox/doc: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
(that red color could hurt people eyes like me so using different color for examples instead.)
Line 38: Line 38:
|text = Text here
|text = Text here
|small = Small text here
|small = Small text here
|txtcolor = blue
|txtcolor = pink
|txtstyle = italic
|txtstyle = italic
|image = [[File:en.png|55px|link=Template:Messagebox]]
|image = [[File:en.png|55px|link=Template:Messagebox]]
|bgcolor = red
|bgcolor = purple
|bdcolor = green
|bdcolor = green
|bdcolor2 = yellow
|bdcolor2 = yellow
Line 51: Line 51:
|text = Text here
|text = Text here
|small = Small text here
|small = Small text here
|txtcolor = blue
|txtcolor = pink
|txtstyle = italic
|txtstyle = italic
|image = [[File:en.png|55px|link=Template:Messagebox]]
|image = [[File:en.png|55px|link=Template:Messagebox]]
|bgcolor = red
|bgcolor = purple
|bdcolor = green
|bdcolor = green
|bdcolor2 = yellow
|bdcolor2 = yellow

Revision as of 06:22, 29 July 2023

Edit-copy.png
This is a documentation subpage for Template:Messagebox.
Don't forget to purge the contents of the base page upon creating or editing this subpage.

Usage

A simple message box.

Parameters

All parameters except {{{text}}} are optional.
All parameters except {{{text}}}, {{{small}}} and {{{image}}} refer to the table that represents the overall box.

  • {{{text}}} - Main text.
  • {{{small}}} - Small text under main text.
  • {{{txtcolor}}} - Color of both texts, e.g. red or #ff0000.
  • {{{txtstyle}}} - Style of all text, default is normal.
  • {{{image}}} - An image. Default is [[File:Info.png|40px|link=]]. Use image= or image=None to get no image.
  • {{{bgcolor}}} - Background color. Default is #28374b.
  • {{{borderstyle}}} - Style of special border, which will be followed by {{{bdcolor}}}. Default is border-left: 10px solid. Use borderstyle= for no special border.
  • {{{bdcolor}}} - Special border color. Default is #537AA8.
  • {{{bdcolor2}}} - Overall box border color. Default is #525252.
  • {{{margin}}} - Margin style. Default is 0 10%.
  • {{{style}}} - More style parameters for the overall box, which is a table.

Examples

Wikitext Result
{{messagebox|text=Message text.}}
{{messagebox
|text = Text here
|small = Small text here
|txtcolor = pink
|txtstyle = italic
|image = [[File:en.png|55px|link=Template:Messagebox]]
|bgcolor = purple
|bdcolor = green
|bdcolor2 = yellow
|style=padding:1em
}}