User:Crashaholic/ActionTemplate: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
mNo edit summary
m (Changed redirect target from Template:Action Page to Template:Action page)
Tags: Redirect target changed Visual edit
 
(68 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<noinclude>
#REDIRECT [[Template:Action page]]
 
This is a page to transclude to generate action pages. It is for pages that do not fit the [[Template:SpellPage | <nowiki>{{SpellPage}} Template</nowiki>]]
 
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).
<!-- im just lazy and tired of copy pasting from other page sources, i just want to lazily type out something PLEASE-->
 
Usage:
<pre>
{{User:Crashaholic/ActionTemplate
| name = alternative name
| description = action's in-game description here
| image = file name here
| summary = summary here
| 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?
}}
</pre>
</noinclude>
 
<includeonly>
{{PageSeo
| description = {{{summary}}}
| image = {{{image}}}
}}
__NOTOC__
[[File:{{{image}}}|frameless|right]]
{{#if: {{{name}}} | {{{name}}} | {{PAGENAME}}}} is a {{{summary}}}
 
{{clear}}
== Description ==
{{{description}}}
 
{{clear}}
== Properties ==
{{#if: {{{cost|}}} | * {{InfoBlob|{{{cost}}}}}}}
{{#if: {{{damage|}}} | * Damage: {{{damage}}}}}
{{#if: {{{recharge|}}} | * {{{recharge}}}}}
{{#if: {{{duration|}}} | * {{{duration}}}}}
{{#if: {{{range|}}} | * {{{range}}}}}
{{#if: {{{aoe}}} | * {{{aoe}}}}}
 
{{#if: {{{higherlevels|}}} | == At Higher Levels ==}}
{{#if: {{{higherlevels|}}} | {{{higherlevels}}} }}
 
{{clear}}
{{#if: {{{notes|}}} | == Notes == }}
{{#if: {{{notes|}}} | {{{notes}}}}}
 
 
</includeonly>

Latest revision as of 22:56, 21 January 2024