12,661
editsSet page image.
(After extensive testing, better keep the wrapping div. Extension:TextExtracts doesn't like <aside> much.) Tag: Undo |
(Set page image.) |
||
Line 1: | Line 1: | ||
<includeonly>{{trim| | <includeonly>{{#if: {{{image|}}} | ||
| {{#seo: image = {{{page image | {{{image}}} }}} }} | |||
}}{{trim| | |||
<!-- Movement and weight in ft and lb --> | <!-- Movement and weight in ft and lb --> | ||
{{#lvardef: movement_ft | {{m to ft | {{{movement m|0}}} }} }} | {{#lvardef: movement_ft | {{m to ft | {{{movement m|0}}} }} }} | ||
Line 451: | Line 454: | ||
Steel Watcher Model.png|Model | Steel Watcher Model.png|Model | ||
</gallery> | </gallery> | ||
| page image = Steel Watcher Model.png | |||
| full name = Duke Wellington | | full name = Duke Wellington | ||
| va = Keanu Reeves | | va = Keanu Reeves | ||
Line 546: | Line 550: | ||
This is the main creature infobox template. It does a bunch of processing on its parameters before passing on all the results to [[Template:Infobox creature/internal]] for displaying. | This is the main creature infobox template. It does a bunch of processing on its parameters before passing on all the results to [[Template:Infobox creature/internal]] for displaying. | ||
List of helper sub-templates: | |||
* [[Template:Infobox creature/internal]] | |||
* [[Template:Infobox creature/actions format]] | |||
* [[Template:Infobox creature/actions query]] | |||
* [[Template:Infobox creature/conditions format]] | |||
* [[Template:Infobox creature/conditions query]] | |||
* [[Template:Infobox creature/passives format]] | |||
* [[Template:Infobox creature/passives parser]] | |||
* [[Template:Infobox creature/passives query]] | |||
Usage tips: | |||
The <code>passives</code> list may contain elements of the format <code>Passive name @ Item name</code> to specify the item that grants the passive. This will make that item's icon be used if the passive itself doesn't have an icon. | * To override stats for Explorer, Tactician, or Honour mode, use parameters starting with e, t, or h, respectively. E.g. use <code>t hp</code> to specify the HP value for Tactician difficulty. Explorer and Tactician fall back to Balanced (default) stats when a stat isn't overridden; Honour falls abck to Tactician stats. | ||
* The <code>passives</code> list may contain elements of the format <code>Passive name @ Item name</code> to specify the item that grants the passive. This will make that item's icon be used if the passive itself doesn't have an icon. | |||
* The <code>image</code> property may contain a <code><nowiki><gallery>...</gallery></nowiki></code>. | |||
* The provided image will be automatically set as the page image (as if using [[Template:PageSeo]]), unless it's a gallery. If it's a gallery, you can use the <code>page image</code> property instead to set the page image. | |||
Example use: | Example use: |