Difference between revisions of "Template:Feat"

From DDO Compendium
 
(34 intermediate revisions by 3 users not shown)
Line 7: Line 7:
|autogrant=
|autogrant=
|prerequisites =
|prerequisites =
|classrequirements=
|activationcost=
|duration =
|duration =
|cooldown =
|cooldown =
Line 16: Line 16:
|autoonly=
|autoonly=
|icon=
|icon=
|link=
|versions=
|order=
|additional=
|subtier=
|image=
}}</pre>
}}</pre>
{{TemplateDocumentation
{{TemplateDocumentation
Line 24: Line 30:
|parameter1name = name
|parameter1name = name
|parameter1description = The name of the feat.
|parameter1description = The name of the feat.
|parameter1values =
|parameter2name = type
|parameter2name = type
|parameter2description = Is this an active or passive feat.
|parameter2description = Is this an active or passive feat.
Line 47: Line 52:
* HeroicPL
* HeroicPL
* RacialPL
* RacialPL
* IconicPL
* Iconic Past Life
* Epic Past Life
* Epic Past Life
* Spellcasting
* Spellcasting
Line 53: Line 58:
|parameter4name = autogrant
|parameter4name = autogrant
|parameter4description = Use [[Template:FeatAutoGrant]] to specify class and class levels this is autogranted for. Always bullet autogrants using <code><nowiki>*</nowiki></code>.
|parameter4description = Use [[Template:FeatAutoGrant]] to specify class and class levels this is autogranted for. Always bullet autogrants using <code><nowiki>*</nowiki></code>.
|parameter4values =
|parameter5name = prerequisites
|parameter5name = prerequisites
|parameter5description = If it is to another feat, make sure you include the link notation [[feat]]. Always bullet Prerequisites using <code><nowiki>*</nowiki></code>.
|parameter5description = If it is to another feat, use [[Template:FeatPrerequisite]]. Always bullet Prerequisites using <code><nowiki>*</nowiki></code>.
|parameter5values =
|parameter6name = activationcost
|parameter6name = classrequirements
|parameter6description = How much of what does this cost to activate (i.e. 10 Ki)
|parameter6description = Enter the information about the classes and levels that receive this feat. Use [[Template:FeatClassRequirement]]
|parameter6values =
|parameter7name = duration
|parameter7name = duration
|parameter7description = Enter the duration of the feat in seconds, if it has one.  Make sure you only enter the numeric portion.
|parameter7description = Enter the duration of the feat in seconds, if it has one.  Make sure you only enter the numeric portion.
|parameter7values =
|parameter8name = cooldown
|parameter8name = cooldown
|parameter8description = Enter the cooldown timer of the feat in seconds, if it has one.  Make sure you only enter the numeric portion.
|parameter8description = Enter the cooldown timer of the feat in seconds, if it has one.  Make sure you only enter the numeric portion.
|parameter8values =
|parameter9name = description
|parameter9name = description
|parameter9description = Describe the feat.
|parameter9description = Describe the feat.
|parameter9values =
|parameter10name = benefits
|parameter10name = benefits
|parameter10description = The benefits received from the feet
|parameter10description = The benefits received from the feet
|parameter10values =
|parameter11name = notes
|parameter11name = notes
|parameter11description = Any special notes related to the feat.
|parameter11description = Any special notes related to the feat.
|parameter11values =
|parameter12name = classbonus
|parameter12name = classbonus
|parameter12description = Is this feat available as a class bonus feat.  Use one or more [[Template:FeatClassBonus]]
|parameter12description = Is this feat available as a class bonus feat.  Use one or more [[Template:FeatClassBonus]]
|parameter12values =
|parameter13name = autoonly
|parameter13name = autoonly
|parameter13description = Is this only an automatically granted feat
|parameter13description = Is this only an automatically granted feat
Line 85: Line 81:
|parameter14name = icon
|parameter14name = icon
|parameter14description = The name of the icon. .png will be added to the end of what you send in here.  If this isn't specified, it will use the name of the feat.  This is here to handle the need for duplicates, or when the feat name can't make a valid filename.
|parameter14description = The name of the icon. .png will be added to the end of what you send in here.  If this isn't specified, it will use the name of the feat.  This is here to handle the need for duplicates, or when the feat name can't make a valid filename.
|parameter14values=
|parameter15name = link
|parameter15description = The actual wiki name of this entry.  Will be used for the link to it in the feat lists.  Populate if the name you gave this does not match the entry name (i.e. entries that have (Feat) in the filename should not have it in the name of the item.
|parameter16name = versions
|parameter16description = This should contain a bulleted list of feats that can actually be chosen.  For example, you can't actually choose [[Weapon Focus]] but you can [[Weapon Focus: Bludgeoning Weapons]]
|parameter17name = order
|parameter17description = The sort order of the feats.  It isn't shown, just used in the sorted output.
|parameter18name = additional
|parameter18description = Any additional feat granted as part of this one.
|parameter19name = subtier
|parameter19description = The subtier of feats, if it can't automatically be determined by the autogrant list.
|parameter19values=
* Artificer
* Barbarian
* Bard
* Cleric
* Druid
* Favored Soul
* Fighter
* Monk
* Paladin
* Ranger
* Rogue
* Sorcerer
* Warlock
* Wizard
|parameter20name = image
|parameter20description = Any image you want displayed for this feat
}}</noinclude>{{#switch: {{lc:{{{tier}}}}}
}}</noinclude>{{#switch: {{lc:{{{tier}}}}}
| heroicpl | racialpl |iconicpl |epic past life={{FeatsHeader|pl}}{{PastLifeFeatsHeader|{{{tier}}}}}
| heroicpl | racialpl |iconic past life |epic past life={{FeatsHeader|pl}}{{PastLifeFeatsHeader|{{{tier}}}}}
|#default = {{FeatsHeader|{{{tier}}}}}}}
|#default = {{FeatsHeader|{{{tier}}}}}}}
<br>
<br>
Line 109: Line 131:
</td>
</td>
</tr>
</tr>
<tr>
<tr><td class="cellbottompad">'''Type: ''' {{{type}}}</td></tr><tr><td class="cellbottompad">'''Prerequisites:''' {{#if: {{{prerequisites|}}} | {{WrapMultiLine|{{{prerequisites|}}}}} | None}}</td></tr>{{#if: {{{duration|}}} | <tr><td class="cellbottompad">'''Duration: '''{{#ifeq: {{lc: {{{duration|}}} }} | permanent | {{ucfirst: {{{duration|}}} }} | {{{duration}}} seconds}}</td></tr>}}{{#if: {{{activationcost|}}} |<tr><td class="cellbottompad">'''Activation Cost:''' {{{activationcost}}}</td></tr>}}{{#if: {{{cooldown|}}} |<tr><td class="cellbottompad">'''Cooldown Timer: '''{{{cooldown}}} seconds</td></tr>}}{{#if: {{{description|}}}|<tr><td class="cellbottompad">'''Description:''' {{{description|}}}</td></tr>}}{{#if: {{{benefits|}}} |<tr><td>'''Benefits: '''
<td>'''Type: ''' {{{type}}}<br>{{#if: {{{classrequirements|}}} | '''Required Class:'''
{{WrapMultiLine|{{{benefits|}}}}}</td></tr>}}
{{{classrequirements}}}<br>}}'''Prerequisites:''' {{#if: {{{prerequisites|}}} |  
{{{prerequisites|}}} | None}}
<br>{{#if: {{{duration|}}} | '''Duration: '''{{#ifeq: {{lc: {{{duration|}}} }} | permanent | {{ucfirst: {{{duration|}}} }} | {{{duration}}} seconds}} <br>}}{{#if: {{{cooldown|}}} | '''Cooldown Timer: '''{{{cooldown}}} seconds<br><br>}}{{#if: {{{description|}}}|'''Description:''' {{{description|}}}<br><br>}}{{#if: {{{benefits|}}} |'''Benefits: '''
{{{benefits|}}} | }}
</td>
</tr>
</table>
</table>
</td>
</td>
<td class="item-image-side">
<td class="item-image-side">
<table class="item-image-table background-color" >
<table class="item-image-table background-color" >
<tr>
{{#if: {{{versions|}}}|<tr><td class="extra-details"><center>'''Cannot be Selected as a Feat'''</center></td></tr>|{{#if: {{{autoonly|}}}|{{#ifeq: {{lc:{{{autoonly|}}} }}|true|<tr><td class="extra-details"><center>'''Cannot be Selected as a Feat'''</center></td></tr>[[Category: Autogranted Feat]]}}}}}}{{#if: {{{autogrant|}}} |<tr><td class="extra-details">'''Automatic Grant:'''
<td class="extra-details">
{{#if: {{{autoonly|}}}|{{#ifeq: {{lc:{{{autoonly|}}} }}|true|<center>'''Only Attainable as Auto Grant Feat'''</center>
<br>[[Category: Autogranted Feat]]}}}}
{{#if: {{{autogrant|}}} | '''Automatic Grant:'''
{{{autogrant}}}
{{{autogrant}}}
<br>}}{{#if: {{{classbonus|}}} | '''Bonus Classes: '''
</td></tr>}}{{#if: {{{classbonus|}}} |<tr><td class="extra-details">'''Bonus Classes: '''
{{{classbonus}}}
{{{classbonus}}}
<br>}}{{#if: {{{notes|}}}|'''Notes: '''  
</td></tr>}}{{#if: {{{notes|}}}|<tr><td class="extra-details">'''Notes: '''  
{{{notes}}}}}
{{{notes|}}}</td></tr>}}{{#if: {{{versions|}}}|<tr><td class="extra-details">'''Versions Available:'''
</td>
{{{versions}}}</td></tr>}}{{#if: {{{additional|}}}|<tr><td class="extra-details">'''Additional Feats Granted:'''
</tr>
{{{additional}}}</td></tr>}}{{#if: {{{image|}}}|<tr><td>[[File:{{{image}}}.png|center|300px|]]</td></tr>}}</table></td></tr></table>
</table>
{{#ifeq: {{FULLPAGENAME}} |Template:Feat||[[Category: {{#ifeq:{{{tier}}}|HeroicPL|Heroic Past Life|{{#ifeq:{{{tier}}}|RacialPL|Racial Past Life|{{{tier}}}}}}} Feats]][[Category:Feats]]}}
</td>
{{#switch: {{lc:{{{subtier}}}}}
</tr>
|artificer=[[Category: Artificer Class Feats]]
</table>
|barbarian=[[Category: Barbarian Class Feats]]
[[Category: {{{tier}}} Feats]]
|bard=[[Category: Bard Class Feats]]
|cleric=[[Category: Cleric Class Feats]]
|druid=[[Category: Druid Class Feats]]
|favored soul=[[Category: Favored Soul Class Feats]]
|fighter=[[Category: Fighter Class Feats]]
|monk=[[Category: Monk Class Feats]]
|paladin=[[Category: Paladin Class Feats]]
|ranger=[[Category: Ranger Class Feats]]
|rogue=[[Category: Rogue Class Feats]]
|sorcerer=[[Category: Sorcerer Class Feats]]
|warlock=[[Category: Warlock Class Feats]]
|wizard=[[Category: Wizard Class Feats]]
}}

Latest revision as of 18:52, 24 September 2022

{{Template:Feat
|name =
|type =
|tier =
|autogrant=
|prerequisites =
|activationcost=
|duration =
|cooldown =
|description =
|benefits=
|notes =
|classbonus=
|autoonly=
|icon=
|link=
|versions=
|order=
|additional=
|subtier=
|image=
}}

Feat[edit]

This template is used to render information about a feat. Example of the Template in Use: Heroic Durability.

Usage[edit]

Parameter Documentation
nameThe name of the feat.
typeIs this an active or passive feat.
Possible Values:
  • Active
  • Passive
tierWhat tier of feat is this.
Possible Values:

This section is being updated and these may not be the most up to date list of options.

  • Basic
  • Combat Style
  • Defensive
  • Martial
  • Racial
  • Ranged
  • Class
  • Metamagic
  • Deity
  • Epic
  • Destiny
  • HeroicPL
  • RacialPL
  • Iconic Past Life
  • Epic Past Life
  • Spellcasting
  • Proficiencies
autograntUse Template:FeatAutoGrant to specify class and class levels this is autogranted for. Always bullet autogrants using *.
prerequisitesIf it is to another feat, use Template:FeatPrerequisite. Always bullet Prerequisites using *.
activationcostHow much of what does this cost to activate (i.e. 10 Ki)
durationEnter the duration of the feat in seconds, if it has one. Make sure you only enter the numeric portion.
cooldownEnter the cooldown timer of the feat in seconds, if it has one. Make sure you only enter the numeric portion.
descriptionDescribe the feat.
benefitsThe benefits received from the feet
notesAny special notes related to the feat.
classbonusIs this feat available as a class bonus feat. Use one or more Template:FeatClassBonus
autoonlyIs this only an automatically granted feat
Possible Values:
  • True
  • False (or leave blank)
iconThe name of the icon. .png will be added to the end of what you send in here. If this isn't specified, it will use the name of the feat. This is here to handle the need for duplicates, or when the feat name can't make a valid filename.
linkThe actual wiki name of this entry. Will be used for the link to it in the feat lists. Populate if the name you gave this does not match the entry name (i.e. entries that have (Feat) in the filename should not have it in the name of the item.
versionsThis should contain a bulleted list of feats that can actually be chosen. For example, you can't actually choose Weapon Focus but you can Weapon Focus: Bludgeoning Weapons
orderThe sort order of the feats. It isn't shown, just used in the sorted output.
additionalAny additional feat granted as part of this one.
subtierThe subtier of feats, if it can't automatically be determined by the autogrant list.
Possible Values:
  • Artificer
  • Barbarian
  • Bard
  • Cleric
  • Druid
  • Favored Soul
  • Fighter
  • Monk
  • Paladin
  • Ranger
  • Rogue
  • Sorcerer
  • Warlock
  • Wizard
imageAny image you want displayed for this feat

Template

Ignore any errors below this line, The errors occur because there is no input into the template, in the template itself.



[[File:Feat_{{{name}}}_Icon.png|link=|36px|x36px|]]

{{{name}}}

Type: {{{type}}}
Prerequisites: None