User:Proton/Indicator: Difference between revisions

From Step Mods | Change The Game
(Created page with "<includeonly>{{#vardefine:text|{{#switch: {{{6|}}} | Dawnguard = DG | Hearthfire = HF | Dragonborn = DB | {{{6}}} }} }}{{#if: {{{1|}}} | {{#if: {{{2|}}} | <div style="cursor:d...")
 
No edit summary
Line 4: Line 4:
| Dragonborn = DB
| Dragonborn = DB
| {{{6}}}
| {{{6}}}
}} }}{{#if: {{{1|}}} | {{#if: {{{2|}}} | <div style="cursor:default; border-radius:2px; width:{{{1}}}px; height:{{{2}}}px; background-color:{{{3}}}; background:-webkit-linear-gradient({{{3}}}, {{{4}}}); background:-moz-linear-gradient({{{3}}}, {{{4}}}); background:-o-linear-gradient({{{3}}}, {{{4}}}); background:linear-gradient({{{3}}}, {{{4}}}); text-align:center; display:inline-block; padding:1px;"><span style="font-size:{{#expr:{{{2}}}*.75}}px; color:{{{5}}}; line-height:1em;">'''''{{#var:text}}'''''</span></div>}} }}</includeonly><noinclude>__NOTOC__
}} }}{{#if: {{{1|}}} | {{#if: {{{2|}}} | <div style="cursor:default; border-radius:2px; width:{{{1}}}px; height:{{{2}}}px; background-color:{{{3}}}; background:-webkit-linear-gradient({{{3}}}, {{{4}}}); background:-moz-linear-gradient({{{3}}}, {{{4}}}); background:-o-linear-gradient({{{3}}}, {{{4}}}); background:linear-gradient({{{3}}}, {{{4}}}); text-align:center; display:inline-block; padding:1px;"><span style="font-size:{{#expr:{{{2}}}*.75}}px; color:{{{5}}}; line-height:1em; vertical-align:middle;">'''''{{#var:text}}'''''</span></div>}} }}</includeonly><noinclude>__NOTOC__


== Purpose & Usage ==
== Purpose & Usage ==

Revision as of 20:01, November 2, 2020


Purpose & Usage[edit | edit source]

{{Indicator|width|height|s_gradient|e_gradient|text}}

Used primarily to designate a DLC required, although it may be used to simply show text with a background color/gradient.

Examples[edit | edit source]

Code:

{{Indicator|32|20|#739472|#5C6F5C|#A8C9A7|AB}}

Result:

AB

Code:

{{Indicator|32|20|#ff0000|#440000|#000|Dawnguard}}

Result:

DG

See Also[edit | edit source]

None