Template:5e Setting: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<includeonly>{|align="right" style="border-style:solid; border-width:1px; border-color:#000000; border-radius:0.5em; background:#CC6600; min-width:150px;" |style="{{#if: {{{2|...") |
m (→Syntax) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly><div style="display:block; float:right; border-style:solid; border-width:1px; {{5e Setting Color|{{{1|}}}}} border-radius:0.5em; <!--max-width: 20vw;--> padding:0 0.5em;"><span style="font-size: 0.9rem;">Setting{{#if: {{{2|}}}| Specific|}}: '''{{5ed|{{{1}}}}}'''</div>[[Category:5e {{{1|no setting}}}]]</includeonly><noinclude> | ||
==Use== | |||
Badge to display setting. | |||
==Syntax== | ==Syntax== | ||
<pre>{{5e Setting|SettingName| | <pre>{{5e Setting|SettingName|OptSettingSpecific}}</pre> | ||
==Example== | ==Example== | ||
<pre>{{5e Setting|The Setting}}</pre> | <pre>{{5e Setting|The Setting}}</pre> | ||
<pre>{{5e Setting| | <pre>{{5e Setting|Eberron}}</pre> | ||
<pre>{{5e Setting|Third Setting | <pre>{{5e Setting|Third Setting|y}}</pre> | ||
produces... | produces... | ||
Line 18: | Line 17: | ||
{{5e Setting|The Setting}} | {{5e Setting|The Setting}} | ||
<br clear="right" /> | <br clear="right" /> | ||
{{5e Setting| | {{5e Setting|Eberron}} | ||
<br clear="right" /> | <br clear="right" /> | ||
{{5e Setting|Third Setting | {{5e Setting|Third Setting|y}} | ||
==Dependencies== | |||
This template calls [[Template:5e Setting Color]] that returns the border and background color for a setting. | |||
[[Category:5e Templates]] | [[Category:5e Templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 18:12, 5 June 2020
Use
Badge to display setting.
Syntax
{{5e Setting|SettingName|OptSettingSpecific}}
Example
{{5e Setting|The Setting}}
{{5e Setting|Eberron}}
{{5e Setting|Third Setting|y}}
produces...
Setting: The Setting
Setting: Eberron
Setting Specific: Third Setting
Dependencies
This template calls Template:5e Setting Color that returns the border and background color for a setting.