Template:Role Skill: Difference between revisions
Jump to navigation
Jump to search
m (Fix td tags for secondary table.) |
(Fixing icon file check) |
||
Line 5: | Line 5: | ||
<td> | <td> | ||
{{#ifexist: File:{{{icon|{{#replace:{{#replace:{{name}}|:|-}}|/|-}}_icon.png}}} | {{#ifexist: File:{{{icon|{{#replace:{{#replace:{{name}}|:|-}}|/|-}}_icon.png}}} | ||
| true | |||
| false | |||
}} | |||
</td> | </td> | ||
<td> | <td> | ||
{{tabletop}} | |||
<tr> | |||
<td class="row_header">Level</td> | |||
<td class="skill_level">{{{level}}}</td> | |||
</tr> | |||
<tr> | |||
<td class="row_header">Name</td> | |||
<td class="skill_name>{{{name}}}</td> | |||
</tr> | |||
<tr> | |||
<td class="row_header">Summary</td> | |||
<td class="skill_summary">{{{summary}}}</td> | |||
</tr> | |||
<tr> | |||
<td class="row_header">Description</td> | |||
<td class="skill_desc">{{{desc}}}</td> | |||
</tr> | |||
{{tablebottom}} | |||
</td> | </td> | ||
</tr> | |||
{{Tablebottom}} | {{Tablebottom}} |