From Dark and Darker Wiki

m (images)
m (Replaced content with "<b>5 x20px Physical Power Bonus<b>")
Tag: Replaced
Line 1: Line 1:
==Why is it broken?==
<b>5 [[File:Bolt_80x80.png|x20px]] [[Stats#Physical_Power_Bonus|Physical Power Bonus]]<b>
The error mentioning that its broken can be displayed for a few reasons
* The ability name was spelled incorrectly/typo'd
* The ability' tag was spelled incorrectly/typo'd
* IronMace changed the ability's name
* IronMace changed the ability such that the ability no longer has that tag
 
==How to fix==
Recommended to edit from a PC rather than mobile.
 
After signing in/creating a Wiki account, click the Pencil icon in the top right and click "Edit Source" from the class page, like [[Barbarian]].<br>
 
Press Ctrl+F and search for "|abilityname" like "|achillesstrike" (no spaces), at the very bottom of the page you will see data that looks like<br>
[[File:ClassTemplateDocs_Data.png|link=|x300px]]
<br>
 
As seen above, Achilles Strike's most important tags that can be called are PhysicalBaseDamage, Scaling, HitslowDuration, and HitslowMoveSpeed. Now, in the table (towards the middle of the Class page) where the description for "Achilles Strike" is written, correct the <pre style="width:fit-content;">{{template call}}</pre> such that the tag is spelled correctly and in the correct place.
As of writing this, Achilles Strike's description and scaling is written as
<pre><td> The next physical attack applies a debuff that lasts {{:Barbarian|AchillesStrike|HitslowDuration}}.
  During this debuff, the victim loses {{:Barbarian|AchillesStrike|HitslowMoveSpeed}},
  and any step they take will inflict {{:Barbarian|AchillesStrike|PhysicalBaseDamage}}. </td>
<td> Damage per step: {{:Barbarian|AchillesStrike|Scaling}} </td>
<td> {{:Barbarian|AchillesStrike|SkillCooldown}} </td></pre>
       
Which then appears as<br>
[[File:ClassTemplateDocs_Description.png|link=|x300px]]<br>
 
 
==Case Sensitivity==
Template calls are not case sensitive, it can be full uppercase (BARBARIAN) or full lowercase (barbarian), but preferred to be propercase (Barbarian).
 
==Spaces==
Spaces are never present in the ability name nor the tag name. "AchillesStrike" is a valid ability, "Achilles Strike" is not.
 
==Examples==
How to call an ability's tag value:
<pre style="width:fit-content;">{{:Barbarian|AchillesStrike|PhysicalBaseDamage}}</pre>
 
{{:Barbarian|AchillesStrike|PhysicalBaseDamage}}
 
 
 
If the ability doesn't exist:
<pre style="width:fit-content;">{{:Barbarian|Achilles Strike|PhysicalBaseDamage}}</pre>
 
{{:Barbarian|Achilles Strike|PhysicalBaseDamage}}
 
 
 
If the tag doesn't exist for that ability
<pre style="width:fit-content;">{{:Barbarian|AchillesStrike|PhysicalDamage}}</pre>
{{:Barbarian|AchillesStrike|PhysicalDamage}}

Revision as of 19:02, 13 July 2024