65,581
editsAd placeholder
Template:Infobox creature/passives format: Difference between revisions
Jump to navigation
Jump to search
Template:Infobox creature/passives format (view source)
Revision as of 23:27, 21 September 2024
, 21 SeptemberSpecifying item always overrides, otherwise it will use the icon
(Created page with "<includeonly><div class="bg3wiki-infobox-creature-feature"> <div class="bg3wiki-infobox-creature-feature-name"> {{IconLink | block = yes | size = 25 | {{{icon|Generic Buff Icon.webp}}} | {{{_pageName}}} | {{{name}}} }} </div> <div class="bg3wiki-infobox-creature-feature-brief"> {{{brief}}} </div> </div></includeonly><noinclude> Used to format features in the infobox. Meant to be invoked by Template:Infobox creature/feature query. Example: <pre> {{Infobox creature/f...") |
HiddenDragon (talk | contribs) (Specifying item always overrides, otherwise it will use the icon) |
||
(12 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly><div class="bg3wiki- | <includeonly><div class="bg3wiki-pi-creature-detail"> | ||
<div class="bg3wiki- | <div class="bg3wiki-pi-creature-detail-title"> | ||
{{IconLink | block = yes | size = 25 | {{{icon|Generic | {{IconLink | ||
| block = yes | |||
| size = 25 | |||
| {{#if: {{{item|}}} | |||
| {{#cargo_query: tables = item_icon | |||
| fields = icon | |||
| where = _pageName = "{{{item}}}" | |||
| format = template | |||
| template = trim | |||
| limit = 1 | |||
| more results text = | |||
}} | |||
| {{#if: {{{icon|}}} | {{{icon}}} | Generic Feature Icon.webp }} | |||
}} | |||
| {{{_pageName}}} | |||
| '''{{{name}}}''' | |||
}} | |||
</div> | </div> | ||
<div class="bg3wiki- | <div class="bg3wiki-pi-creature-detail-text"> | ||
{{{brief}}} | {{#if:{{{brief|}}} | {{{brief}}} | {{{description}}} }} | ||
</div> | </div> | ||
</div></includeonly><noinclude> | </div></includeonly><noinclude> | ||
Used to format features in the infobox. Meant to be invoked by [[Template:Infobox creature/ | Used to format passive features in the infobox. Meant to be invoked by [[Template:Infobox creature/passives query]]. | ||
Examples: | |||
<pre> | <pre> | ||
{{Infobox creature/ | {{Infobox creature/passives format | ||
| _pageName = Cull the Weak (Drider) | | _pageName = Cull the Weak (Drider) | ||
| name = Cull the Weak | | name = Cull the Weak | ||
Line 20: | Line 36: | ||
</pre> | </pre> | ||
{{Infobox creature/ | {{Infobox creature/passives format | ||
| _pageName = Cull the Weak (Drider) | | _pageName = Cull the Weak (Drider) | ||
| name = Cull the Weak | | name = Cull the Weak | ||
| icon = Generic Physical Icon.webp | | icon = Generic Physical Icon.webp | ||
| brief = Deals +2d6 damage to targets below 50% HP. | | brief = Deals +2d6 damage to targets below 50% HP. | ||
}} | |||
<pre> | |||
{{Infobox creature/passives format | |||
| _pageName = Ambusher (+1) | |||
| name = Ambusher (+1) | |||
| icon = | |||
| item = Scale Mail +2 | |||
| brief = +1 to [[initiative]] | |||
}} | |||
</pre> | |||
{{Infobox creature/passives format | |||
| _pageName = Ambusher (+1) | |||
| name = Ambusher (+1) | |||
| icon = | |||
| item = Scale Mail +2 | |||
| brief = Gain +1 to [[initiative]] rolls. | |||
}} | }} | ||
</noinclude> | </noinclude> |