6,366
editsAd placeholder
Template:Area icon/format: Difference between revisions
Jump to navigation
Jump to search
add some more formatting
(Created page with "<noinclude>{{documentation|content= Template for formatted display of Areas. Category:Templates }}</noinclude>") |
(add some more formatting) |
||
Line 1: | Line 1: | ||
<div class="bg3wiki-tooltip-box">'''[[{{{pagename}}}|{{{name}}}]]''' is {{{summary}}} | |||
== Properties == | |||
<dl class="bg3wiki-property-list"> | |||
{{#if:{{{type|}}}|<dd>{{SmallIcon|Potions Icon.png}} Type: [[{{{type}}}]]</dd>}} | |||
{{#if:{{{aoe|}}}|<dd>{{{aoe}}}</dd>}} | |||
{{#if:{{{difficult terrain|}}}|<dd>{{Difficult terrain}}</dd> }} | |||
{{#if:{{{condition1|}}}|<dd>{{#if:{{{condition1 no save|}}}|Inflicts {{cond|{{{condition1}}} }} while in area.|May inflict {{cond|{{{condition1}}} }} }}</dd> }} | |||
{{#if:{{{condition2|}}}|<dd>{{#if:{{{condition2 no save|}}}|Inflicts {{cond|{{{condition2}}} }} while in area.|May inflict {{cond|{{{condition2}}} }} }}</dd> }} | |||
</dl> | |||
</div>{{#if:{{{condition1|}}}{{{condition2|}}}| | |||
<h2> Conditions </h2> | |||
}}{{#if:{{{condition1|}}}| | |||
<div class="bg3wiki-tooltip-box">{{Condition|{{{condition1}}}|dc={{{condition1 dc|}}}|save={{{condition1 save|}}}|duration={{{condition1 duration|}}} }}</div> | |||
}}{{#if:{{{condition2|}}}| | |||
<div class="bg3wiki-tooltip-box">{{Condition|{{{condition2}}}|dc={{{condition2 dc|}}}|save={{{condition2 save|}}}|duration={{{condition2 duration|}}} }}</div> | |||
}} | |||
<noinclude>{{documentation|content= | <noinclude>{{documentation|content= | ||
{{under construction}} | |||
Template for formatted display of Areas. | Template for formatted display of Areas. | ||
{{Area/format | |||
|pagename=Template:Area page | |||
|name=Grease | |||
|summary=a slippery surface that has a chance to knock a creature {{cond|Prone}}. | |||
|type=surface | |||
|aoe={{AOE|radius|m=10|ft=15}} | |||
|difficult terrain=true | |||
|condition1=prone | |||
|condition1 dc=13 | |||
|condition1 save=dex | |||
}} | |||
[[Category:Templates]] | [[Category:Templates]] | ||
}}</noinclude> | }}</noinclude> |