Template:Capsule: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{Doc}}
{{Doc}}
<includeonly><onlyinclude><div align="{{{align|inherit}}}" style="background:{{{bg|{{#switch:{{{style|}}}|1=#4A6821|3=rgba(0,0,0,.3)|#262626}}}}}; {{#switch:{{{style|}}}|2=box-shadow:0 5px 10px rgba(0,0,0,.5); border: 1px solid rgba(255,255,255,.2);}} border-radius:{{{radius|{{#switch:{{{style|}}}|1=6px|3px}}}}}; display:flow-root; padding:{{{padding|{{#switch:{{{style|}}}|1=12px 18px|10px}}}}}; margin:{{{margin|.4em 0}}}; width:{{{width|auto}}}">{{{text|{{{1|}}}}}}</div></onlyinclude></includeonly>
<includeonly><onlyinclude><div align="{{{align|inherit}}}" style="background:{{{bg|{{#switch:{{{style|}}}|1=#4A6821|3=rgba(0,0,0,.3)|#262626}}}}}; {{#switch:{{{style|}}}|2=box-shadow:0 5px 10px rgba(0,0,0,.5); border: 1px solid rgba(255,255,255,.2);}} border-radius:{{{radius|{{#switch:{{{style|}}}|1=6px|3px}}}}}; display:flow-root; padding:{{{padding|{{#switch:{{{style|}}}|1=12px 18px|10px}}}}}; margin:{{{margin|.4em 0}}}; width:{{{width|auto}}}; height:{{{height|auto}}}">{{{text|{{{1|}}}}}}</div></onlyinclude></includeonly>

Revision as of 15:38, 15 July 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

This template is designed to add a block with rounded corners with text inside.

Parameters and Examples

Parameter Description Example Preview
No parameters Reverts to default styling
{{Capsule}}
{{{1}}} or {{{text}}} For text input
{{Capsule|Hello, world!}}
{{Capsule|text=Hello, world!}}
Hello, world!
Styling parameters
{{{align}}} For specifying text alignment
{{Capsule|Hello, world!|align=left}}
{{Capsule|Hello, world!|align=center}}
{{Capsule|Hello, world!|align=right}}
Hello, world!
Hello, world!
Hello, world!
{{{bg}}} Background value
{{Capsule|bg=#294157}}
{{{radius}}} For setting the border radius
{{Capsule|radius=1em}}
{{{padding}}} Padding value
{{Capsule|padding=2em}}
{{{margin}}} Margin value
{{Capsule|margin=0 1em}}
{{{height}}} For specifying capsule height
{{Capsule|height=100px}}
{{{style}}} Used to change preset styling of the capsule.
{{Capsule|style=1}}
{{Capsule|style=2}}
{{Capsule|style=3}}