Check out the community portal for ways in which you can help the Wiki of Mana! Also, keep in mind that this wiki contains unmarked spoilers.

Template:Text-border render

From the Wiki of Mana, the Mana encyclopedia
Revision as of 22:59, August 16, 2022 by Rabillion (talk | contribs) (Created page with "<includeonly>{{#switch: {{#expr: {{{weight}}} round 0}} |#default = text-shadow: 0px 0px {{{radius}}}px {{{color}}}, 0px 0px {{{radius}}}px {{{color}}}, 0px 0px {{{radius}}}px {{{color}}}, 0px 0px {{{radius}}}px {{{color}}}, 0px 0px {{{radius}}}px {{{color}}}, 0px 0px {{{radius}}}px {{{color}}}, 0px 0px {{{radius}}}px {{{color}}}, 0px 0px {{{radius}}}px {{{color}}}, 0px 0px {{{radius}}}px {{{color}}}, 0px 0px {{{radius}}}px {{{color}}}, 0px 0px {{{radius}}}px {{{color}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


Usage[edit]

Used to apply a text border according to the provided radius, color, and weight.
Note: Radius is recommended to be 1 and weight defaults to the recommended 50. Also, weight should be a whole number which does not fall below 0 or exceed 100.

Full syntax[edit]

{{Text-border render|radius = |color  = |weight = }}

Example[edit]

Code[edit]

<span style="color: black; {{Text-border render|radius = 1|color = white|weight = 50}};">Text with a white border.</span><br />
<span style="color: white; {{Text-border render|radius = 1|color = black|weight = 50}};">Text with a black border.</span>

Result[edit]

Text with a white border.
Text with a black border.