Template:Tag: Difference between revisions
From Step Mods | Change The Game
mNo edit summary |
mNo edit summary |
||
(23 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <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; font-family: Montserrat,sans-serif!important">'''''{{{text}}}'''''</span></includeonly><noinclude>__NOTOC__ [[Category:Formatting Templates]] | ||
<span class="{{{bg}}}bg {{{bd}}}bd {{{tx}}}tx px-1" style="cursor:default; border-radius:2px; width: | |||
== Purpose & Usage == | == Purpose & Usage == | ||
Create tags to use as indicators where appropriate (DO NOT overuse this!). This template makes use of custom CSS classes to display theme-friendly colors. Reference the [[Project:SiteColorPallet|Site Color Pallet]] for CSS classes. | |||
<pre>{{Tag|bg|bd|tx|text}}</pre> | |||
== Examples == | == Examples == | ||
===Default Call=== | |||
'''Code:''' | '''Code:''' | ||
<pre>some text {{Tag | <pre>some text {{Tag|text=TAG}} some text</pre> | ||
'''Result:''' | '''Result:''' | ||
some text {{Tag|bg= | some text {{Tag|text=TAG}} some text | ||
<br> | |||
<hr> | |||
<br> | |||
'''Code:''' | |||
<pre>some text {{Tag|bg=mpurple|bd=magent|tx=hl|text=TAG}} some text</pre> | |||
'''Result:''' | |||
some text {{Tag|bg=mpurple|bd=magent|tx=hl|text=TAG}} some text | |||
<br> | |||
<hr> | |||
<br>'''Code:''' | |||
<pre>some text {{Tag|bg=yellow|bd=purple|tx=dim|text=Long Tag}} some text</pre> | |||
'''Result:''' | |||
some text {{Tag|bg=yellow|bd=purple|tx=dim|text=Long Tag}} some text | |||
== See Also == | == See Also == |
Latest revision as of 18:25, September 20, 2021
Purpose & Usage
Create tags to use as indicators where appropriate (DO NOT overuse this!). This template makes use of custom CSS classes to display theme-friendly colors. Reference the Site Color Pallet for CSS classes.
{{Tag|bg|bd|tx|text}}
Examples
Default Call
Code:
some text {{Tag|text=TAG}} some text
Result:
some text TAG some text
Code:
some text {{Tag|bg=mpurple|bd=magent|tx=hl|text=TAG}} some text
Result:
some text TAG some text
Code:
some text {{Tag|bg=yellow|bd=purple|tx=dim|text=Long Tag}} some text
Result: some text Long Tag some text
See Also
None