Template:Skill info: Difference between revisions

From Roat Pkz
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<table class="skill-info-calc wikitable">
{{#tag:button|Click me|class=test-button|type=button}}
  <thead>
    <tr>
      <th>Skill</th>
      <th>Level</th>
      <th>XP per Action</th>
      <th>Actions</th>
      <th>Total XP</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>{{{skill}}}</td>
      <td>{{{level}}}</td>
      <td><span class="xp-per-action">{{{xp}}}</span></td>
      <td>
        <button class="decrease">-</button>
        <span class="num-actions">1</span>
        <button class="increase">+</button>
      </td>
      <td><span class="total-xp">{{{xp}}}</span></td>
    </tr>
  </tbody>
</table>

Latest revision as of 13:26, 11 December 2025

<button class="test-button" type="button">Click me</button>