68,798
editsAd placeholder
Template:Action page: Difference between revisions
Jump to navigation
Jump to search
Attach and store onto the spells table, also add support for controller icon/icon stuff
No edit summary |
HiddenDragon (talk | contribs) (Attach and store onto the spells table, also add support for controller icon/icon stuff) |
||
Line 1: | Line 1: | ||
<includeonly>{{PageSeo | <includeonly>{{#lvardef: filename | {{#replace:{{#replace:{{#replace:{{#replace:{{#titleparts: {{PAGENAME}} }}|:|}}|/|<nowiki/> <nowiki/>}}|(|<nowiki/> <nowiki/>}}|)|<nowiki/> <nowiki/>}}}}{{#lvardef: icon | {{#if: {{{icon|}}} | {{{icon}}} | {{#lvar: filename}} Unfaded Icon.webp }} }}{{#lvardef: controllericon | {{#if: {{{controller icon|}}} | {{{controller icon}}} | {{#lvar: filename}} Icon.webp }} }}{{#switch: {{{this is an example}}} | ||
| yes = | |||
| #default = {{PageSeo | |||
| description = {{{plain summary|{{{summary}}}}}} | | description = {{{plain summary|{{{summary}}}}}} | ||
| image = {{# | | image = {{#lvar: controllericon}} | ||
}} | }} }} | ||
__NOTOC__ | __NOTOC__ | ||
<div class="bg3wiki-tooltip-box bg3wiki-tooltip-gradient-common">[[File:{{#if: {{{image|}}} | {{{image|}}} | NoImage Icon.webp}}|frameless|right]] | <div class="bg3wiki-tooltip-box bg3wiki-tooltip-gradient-common">[[File:{{#if: {{{image|}}} | {{{image|}}} | NoImage Icon.webp}}|frameless|right]] | ||
Line 282: | Line 284: | ||
<h2> Visuals </h2> | <h2> Visuals </h2> | ||
[[File:{{{video}}}]] | [[File:{{{video}}}]] | ||
}}{{# | }}{{#switch: {{{this is an example}}} | ||
{{#ifeq: {{#lvar: hasclasslearn}} | 1 | [[Category:Class features]]}} | | yes = | ||
{{#ifeq: {{#lvar: hasracelearn}} | 1 | [[Category:Racial features]]}} | | #default = {{Main namespace only|{{#ifeq: {{#lvar: hasclasslearn}} | 1 | [[Category:Class features]]}}{{#ifeq: {{#lvar: hasracelearn}} | 1 | [[Category:Racial features]]}}{{#if: {{{cost|}}} | | [[Category:Free actions]]}}{{#ifeq: {{{common|}}}|yes|[[Category:Common actions]]}}[[Category:Class actions]]{{#if: {{{cost amount|}}}{{{cost2|}}}{{{cost2 amount|}}}{{{cost3|}}}{{{cost3 amount|}}}{{{hit cost amount|}}}{{{hit cost2|}}}{{{hit cost2 amount|}}}{{{higherlevels|}}} | [[Category:Pages using deprecated parameters]]}}{{#cargo_store: | ||
{{#if: {{{cost|}}} | | [[Category:Free actions]]}} | _table = spells | ||
{{#ifeq: {{{common|}}}|yes|[[Category:Common actions]]}} | | name = {{{name|{{#titleparts: {{PAGENAME}} }} }}} | ||
[[Category:Class actions]] | | image = {{{image|}}} | ||
{{#if: {{{cost amount|}}}{{{cost2|}}}{{{cost2 amount|}}}{{{cost3|}}}{{{cost3 amount|}}}{{{hit cost amount|}}}{{{hit cost2|}}}{{{hit cost2 amount|}}}{{{higherlevels|}}} | [[Category:Pages using deprecated parameters]]}} | | controller_icon = {{#lvar:controllericon}} | ||
}}<!-- End if type is not none --></includeonly><noinclude> | | icon = {{#lvar:icon}} | ||
{{documentation}} | | is_spell = no | ||
| is_weapon_action = no | |||
| aoe = {{{aoe|}}} | |||
| aoe_size = {{#if:{{{aoe|}}}|{{{aoe m|}}}/{{{aoe ft|}}} }} | |||
| is_npc = {{#if:{{{npc only|}}}|yes}} | |||
| can_upcast = {{#if:{{{higher levels|}}}|yes}} | |||
| has_attack_roll = {{#if:{{{attack roll|}}}|yes}} | |||
| description = {{{description|}}} | |||
| action_type = {{#if:{{#pos:{{{cost|}}}|reaction}}|reaction|{{#if:{{#pos:{{{cost|}}}|bonus}}|bonus|{{#if:{{#pos:{{{cost|}}}|action}}|action|{{#if:{{#pos:{{{cost|}}}|movement}}|movement|}}}}}}}} | |||
| spell_range = {{#if:{{{range m|}}}{{{range ft|}}}|{{{range m|}}}/{{{range ft|}}}|{{{range|}}} }} | |||
<!-- A little logic to try to make sure the list of classes only contains unique values. --> | |||
| save = {{{save|}}} | |||
| damage = {{{damage|}}} | |||
| damage_type = {{{damage type|}}} | |||
| extra_damage = {{{extra damage|}}} | |||
| extra_damage_type = {{{extra damage type|}}} | |||
| damage_save = {{{damage save|{{{condition save|}}} }}} | |||
| condition_duration = {{{condition duration|}}} | |||
| recharge = {{{recharge|}}} | |||
}} | |||
}} }}<!-- End if type is not none --></includeonly><noinclude> | |||
{{documentation}}{{#cargo_attach: | |||
_table = spells | |||
}} | |||
</noinclude> | </noinclude> |