User:Crashaholic/ActionTemplate: Difference between revisions
Jump to navigation
Jump to search
Crashaholic (talk | contribs) mNo edit summary |
Crashaholic (talk | contribs) No edit summary |
||
Line 38: | Line 38: | ||
== Properties == | == Properties == | ||
{{#if: {{{cost|}}} | * {{InfoBlob|{{{cost}}}}}}} | {{trim|{{#if: {{{cost|}}} | * {{InfoBlob|{{{cost}}}}}}}}} | ||
{{#if: {{{damage|}}} | * Damage: {{{damage}}}}} | {{trim|{{#if: {{{damage|}}} | * Damage: {{{damage}}}}}}} | ||
{{#if: {{{recharge|}}} | * {{{recharge}}}}} | {{trim|{{#if: {{{recharge|}}} | * {{{recharge}}}}}}} | ||
{{#if: {{{duration|}}} | * {{{duration}}}}} | {{trim|{{#if: {{{duration|}}} | * {{{duration}}}}}}} | ||
{{#if: {{{range|}}} | * {{{range}}}}} | {{trim|{{#if: {{{range|}}} | * {{{range}}}}}}} | ||
{{#if: {{{aoe|}}} | * {{{aoe}}}}} | {{trim|{{#if: {{{aoe|}}} | * {{{aoe}}}}}}} | ||
{{#if: {{{higherlevels|}}} | == At Higher Levels ==}} | {{#if: {{{higherlevels|}}} | == At Higher Levels ==}} | ||
{{#if: {{{higherlevels|}}} | {{{higherlevels}}} }} | {{trim|{{#if: {{{higherlevels|}}} | {{{higherlevels}}} }}}} | ||
{{clear}} | {{clear}} | ||
{{#if: {{{notes|}}} | == Notes == }} | {{#if: {{{notes|}}} | == Notes == }} | ||
{{#if: {{{notes|}}} | {{{notes}}}}} | {{trim|{{#if: {{{notes|}}} | {{{notes}}}}}}} | ||
</includeonly> | </includeonly> |
Revision as of 10:13, 13 August 2023
This is a page to transclude to generate action pages. It is for pages that do not fit the {{SpellPage}} Template
If this is too egregious, do reach out to me on Discord and tell me if there are alternatives instead of using transclusion (which Templates do already anyways).
Usage:
{{User:Crashaholic/ActionTemplate | name = alternative name | description = action's in-game description here | image = file name here | summary = summary here (skill is foo that bar) | cost = cost of skill here (use {{action}} where possible, or otherwise whichever class-based resource is needed to use this action), leave blank if none | damage = {{DamageInfo}} for this info pls, leave blank if none | recharge = use {{Recharge}} where possible, leave blank if none | duration = use {{Duration}} where possible, leave blank if none | range = use {{Distance}} where possible, leave blank if none | aoe = use {{AOE}} where possible, leave blank if none | higherlevels = at higher levels... | notes = any thing to note? }}