Template:ModlistFlag: Difference between revisions

From Step Mods | Change The Game
No edit summary
mNo edit summary
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<includeonly><div style="background-color:{{{tagBG|#40804d}}}; background:-webkit-linear-gradient({{{tagBG|#40804d}}}, {{{tagGrad|#7db388}}}); background:-moz-linear-gradient({{{tagBG|#40804d}}}, {{{tagGrad|#7db388}}}); background:-o-linear-gradient({{{tagBG|#40804d}}}, {{{tagGrad|#7db388}}}); background:linear-gradient({{{tagBG|#40804d}}}, {{{tagGrad|#7db388}}}); border-radius:2px; display:inline-block; margin:0 0.5em 0 0; padding:0 0.5em; text-align:center; vertical-align:middle;"><span style="font-size:1.1em; font-weight:bold; color:{{{tagFont|#dddddd}}};">''{{#switch:{{{mlFlag|}}}
<includeonly>{{Alert|type=warn|text=This template is deprecated and should not be used. Consider using [[:Template:Icon]] instead. If that template does not have an icon or decorated text as desired, PM one of the forum moderators or staff, who will work with you to add the site-compatible variants wanted}}.<span style="background:linear-gradient({{{flagBG|#40804d}}},{{{flagGrad|#7db388}}});border-radius:3px;color:{{{flagFont|#dddddd}}};padding:0.25em;">'''{{#switch:{{{flag|}}}
|Dawnguard=DG
|Dawnguard=DG
|Hearthfire=HF
|Hearthfire=HF
|Dragonborn=DB
|Dragonborn=DB
| {{{mlFlag}}}}}''</span></div></includeonly><noinclude>__NOTOC____NOTITLE__
|{{{flag}}}}}'''</span></includeonly><noinclude>__NOTOC____NOTITLE__[[Category:Deprecated Templates]]
 
{{delete|reason=This template was created to support users creating mod listings for Guides on their user pages. Users should now take advantage of our Framework. Removing these will discourage this behavior<br>[[File:TechAngel85Avatar.png|22px|alt=TechAngel Avatar|class=rounded-circle]] [[User:TechAngel85|TechAngel85]]}}


= {{FULLPAGENAME}} =
= {{FULLPAGENAME}} =
Line 10: Line 12:
== Purpose & Usage ==
== Purpose & Usage ==
This is a helper template that is primarily used for the [[:Template:modlisting|modlist template]].
This is a helper template that is primarily used for the [[:Template:modlisting|modlist template]].
=== Required Parameters ===
; flag
: Defines the keyword or text displayed for the flag. Users can enter any text and the flag will display that text. The text can be formatted within this parameter, as well. However, the following keywords are pre-defined and will default to a pre-defined style.
::* '''Dawnguard''' = DG
::* '''Hearthfire''' = HF
::* '''Dragonborn''' = DB
=== Optional Parameters ===
; flagBG
: Defined: <code>flagBG=''value''</code>
: Default: ''#40804d''
: Defines the background color of the flag. Accepts any valid CSS for color.
; flagGrad
: Defined: <code>flagGrad=''value''</code>
: Default: ''#7db388''
: Defines the gradient color the background will fade into (top to bottom). Accepts any valid CSS for color.
; flagFont
: Defined: <code>flagFont=''value''</code>
: Default: ''#dddddd''
: Defines the font color the text will be. Accepts any valid CSS for color.


== Examples ==
== Examples ==
: '''Code:''' <code><nowiki>{{modlistFlag|mlFlag=Custom}}</nowiki></code>
Simplest call will use the defaults.
: '''Code:''' <code><nowiki>{{modlistFlag|flag=Custom}}</nowiki></code>
: '''Result:'''
: '''Result:'''
{{modlistFlag|mlFlag=Custom}}
{{modlistFlag|flag=Custom}}


== Related Templates ==
== Related Templates ==
[[:Template:modlisting]]
*[[:Template:Indicator]]
*[[:Template:modlisting]]
 


[[Category:Templates]]
</noinclude>
</noinclude>

Latest revision as of 15:53, September 17, 2021


Icon delete.png This page is a candidate for deletion!
Reason:
"This template was created to support users creating mod listings for Guides on their user pages. Users should now take advantage of our Framework. Removing these will discourage this behavior
TechAngel Avatar TechAngel85"
If you disagree with the deletion of this page, please explain why on the discussion page.

Template:ModlistFlag[edit source]

Discussion:

Purpose & Usage[edit source]

This is a helper template that is primarily used for the modlist template.

Required Parameters[edit source]

flag
Defines the keyword or text displayed for the flag. Users can enter any text and the flag will display that text. The text can be formatted within this parameter, as well. However, the following keywords are pre-defined and will default to a pre-defined style.
  • Dawnguard = DG
  • Hearthfire = HF
  • Dragonborn = DB

Optional Parameters[edit source]

flagBG
Defined: flagBG=value
Default: #40804d
Defines the background color of the flag. Accepts any valid CSS for color.
flagGrad
Defined: flagGrad=value
Default: #7db388
Defines the gradient color the background will fade into (top to bottom). Accepts any valid CSS for color.
flagFont
Defined: flagFont=value
Default: #dddddd
Defines the font color the text will be. Accepts any valid CSS for color.

Examples[edit source]

Simplest call will use the defaults.

Code: {{modlistFlag|flag=Custom}}
Result:
Warning-Logo.png

WARNING

This template is deprecated and should not be used. Consider using Template:Icon instead. If that template does not have an icon or decorated text as desired, PM one of the forum moderators or staff, who will work with you to add the site-compatible variants wanted

.Custom

Related Templates[edit source]