Template:Infobox creature/actions format: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
(Created page with "<includeonly><div class="bg3wiki-pi-creature-detail"> <div class="bg3wiki-pi-creature-detail-title"> {{IconLink | block = yes | size = 25 | {{#if: {{{icon|}}} | {{{icon}}} | {{#if: {{{item|}}} | {{#cargo_query: tables = item_icon | fields = icon | where = _pageName = "{{{item}}}" | format = template | template = trim }} | Generic Feature Icon.webp }} }} | {{{_pageName}}} | '''{{{name}}}''' }} </div> <div class="bg3wiki-pi-c...")
 
(This one doesn't need to support querying item icons.)
 
Line 4: Line 4:
| block = yes
| block = yes
| size = 25
| size = 25
| {{#if: {{{icon|}}}
| {{#if: {{{icon|}}} | {{{icon}}} | Generic Feature Icon.webp }}
  | {{{icon}}}
  | {{#if: {{{item|}}}
    | {{#cargo_query: tables = item_icon
      | fields = icon
      | where = _pageName = "{{{item}}}"
      | format = template
      | template = trim
      }}
    | Generic Feature Icon.webp
    }}
  }}
| {{{_pageName}}}
| {{{_pageName}}}
| '''{{{name}}}'''
| '''{{{name}}}'''

Latest revision as of 20:12, 25 May 2024

Used to format actions in the infobox. Meant to be invoked by Template:Infobox creature/actions query.

Examples:

{{Infobox creature/actions format
| _pageName = Attack of Opportunity
| name = Attack of Opportunity
| icon = Attack of Opportunity Icon.webp
| brief = Attack a creature moving away from your reach.
}}

Attack a creature moving away from your reach.