From Dark and Darker Wiki

m (class page template calls documentation mockup)
(tabtoggle example)
 
(37 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==Examples==
<tabber>
|-|Tab1=
content1
|-|Tab2=
content2
|-|{{TabNameTest}}=
content3
</tabber>


How to call an ability's tag value:
<pre>{{:Barbarian|AchillesStrike|PhysicalBaseDamage}}</pre>


{{:Barbarian|AchillesStrike|PhysicalBaseDamage}}
{{TabToggle|1|Tab1}}
{{TabToggle|2|Tab2}}
{{TabToggle|3|{{TabNameTest}}}}


If the ability doesn't exist:
<div class="1-data All-data" style="display:none;">
<pre>{{:Barbarian|Achilles Strike|PhysicalBaseDamage}}</pre>
content1</div>
 
<div class="2-data All-data" style="display:none;">
{{:Barbarian|Achilles Strike|PhysicalBaseDamage}}
content2</div>
 
<div class="3-data All-data" style="display:none;">
If the tag doesn't exist for that ability
content3</div>
<pre>{{:Barbarian|AchillesStrike|PhysicalDamage}}</pre>
{{:Barbarian|AchillesStrike|PhysicalDamage}}
 
==Why is it broken?==
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".<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...
Include Image
<br>
 
As seen above, Achilles Strike's tags that can be called are PhysicalBaseDamage, Scaling, and Duration. Now, in the table (towards the middle of the Class page) where the description for "Achilles Strike" is written, correct the <pre>{{template call}}</pre> such that the tag is spelled correctly.
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>
Include Image
 
 
==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.

Latest revision as of 14:58, 25 September 2024

content1

content2
content3


Tab1
Tab2
MyCoolTabName