Template:Tag: Difference between revisions

From Step Mods | Change The Game
mNo edit summary
Line 1: Line 1:
<includeonly><span class="{{{bg|blue}}}bg {{{bd|yellow}}}bd {{{tx|hl}}}tx px-1" style="cursor:default; border-radius:2px; width:{{{width}}}rem; border: 2px solid transparent; text-align:center">'''''{{{text}}}'''''</span></includeonly><noinclude>__NOTOC__ [[Category:Deprecated Templates]]
<includeonly><span class="{{{bg|blue}}}bg {{{bd|yellow}}}bd {{{tx|hl}}}tx px-1" style="cursor:default; border-radius:2px; width:auto; border: 2px solid transparent; text-align:center">'''''{{{text}}}'''''</span></includeonly><noinclude>__NOTOC__ [[Category:Deprecated Templates]]


== Purpose & Usage ==
== Purpose & Usage ==
<pre>{{Tag|bg|bd|tx|width|text}}</pre>
<pre>{{Tag|bg|bd|tx|text}}</pre>


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


'''Code:'''
'''Code:'''
<pre>some text {{Tag|bg=mred|bd=yellow|tx=hl|width=3|text=TAG}} some text</pre>
<pre>some text {{Tag|bg=mred|bd=yellow|tx=hl|text=TAG}} some text</pre>
'''Result:'''
'''Result:'''
some text {{Tag|bg=mred|bd=yellow|tx=hl|width=3|text=TAG}} some text
some text {{Tag|bg=mred|bd=yellow|tx=hl|text=TAG}} some text


'''Code:'''
'''Code:'''
<pre>some text {{Tag|bg=yellow|bd=purple|tx=black|width=5|text=Longer Tag}} some text</pre>
<pre>some text {{Tag|bg=yellow|bd=purple|tx=black|text=Longer Tag}} some text</pre>
'''Result:'''
'''Result:'''
some text {{Tag|bg=yellow|bd=purple|tx=dim|width=5|text=Long Tag}} some text
some text {{Tag|bg=yellow|bd=purple|tx=dim|text=Long Tag}} some text


== See Also ==
== See Also ==

Revision as of 18:08, September 20, 2021


Purpose & Usage

{{Tag|bg|bd|tx|text}}

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

Examples

Default call:
Code:

some text {{Tag|text=TAG}} some text

Result: some text TAG some text

Code:

some text {{Tag|bg=mred|bd=yellow|tx=hl|text=TAG}} some text

Result: some text TAG some text

Code:

some text {{Tag|bg=yellow|bd=purple|tx=black|text=Longer Tag}} some text

Result: some text Long Tag some text

See Also

None