Template:Spell: Difference between revisions
Jump to navigation
Jump to search
Created page with "<noinclude>{{#cargo_declare: _table=Spells |Name=String |InternalID=Integer |Level=Integer |Exp=Integer }}</noinclude> <div class="infobox"> <table style="border:1px solid var(--border-color-base) !important; background: var(--bg-main) !important; width:300px; font-size:90%;"> <tr> <th colspan="2" style="background: var(--bg-contrast) !important; text-align:center; font-size:110%;"><big>{{{name|{{PAGENAME}}}}}</big></th> </tr> <tr> <td colspan="2" style="te..." |
No edit summary |
||
(23 intermediate revisions by 2 users not shown) | |||
Line 31: | Line 31: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style="white-space: nowrap; vertical-align: top; padding-right: 8px;"><b> | <td style="white-space: nowrap; vertical-align: top; padding-right: 8px;"><b>Spell Type</b></td> | ||
<td style="border-left: 2px solid var(--border-color-base) !important; width:100%; padding-left: 10px;"> | <td style="border-left: 2px solid var(--border-color-base) !important; width:100%; padding-left: 10px;">[[{{{spellLink|Unknown}}}|{{{spellType|Unknown}}}]]</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style="white-space: nowrap; vertical-align: top; padding-right: 8px;"><b>[[ | <td style="white-space: nowrap; vertical-align: top; padding-right: 8px;"><b>[[Magic|Required Level]]</b></td> | ||
<td style="border-left: 2px solid var(--border-color-base) !important; width:100%; padding-left: 10px;" | <td style="border-left: 2px solid var(--border-color-base) !important; width:100%; padding-left: 10px;">{{{lvl|Unknown}}} {{SkillIcon|Magic}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style="white-space: nowrap; vertical-align: top; padding-right: 8px;"><b>[[ | <td style="white-space: nowrap; vertical-align: top; padding-right: 8px;"><b>[[Experience|Base XP]]</b></td> | ||
<td style="border-left: 2px solid var(--border-color-base) !important; width:100%; padding-left: 10px;" | <td style="border-left: 2px solid var(--border-color-base) !important; width:100%; padding-left: 10px;">{{{exp|0}}} {{SkillIcon|Magic}} XP <small>/ cast</small></td> | ||
</tr> | </tr> | ||
{{#if: {{{maxDamage|}}} | | {{#if:{{{maxDamage|}}}| | ||
<tr> | <tr> | ||
<td style="white-space: nowrap; vertical-align: top; padding-right: 8px;"><b> | <td style="white-space: nowrap; vertical-align: top; padding-right: 8px;"><b>Max Damage</b></td> | ||
<td style="border-left: 2px solid var(--border-color-base) !important; width:100%; padding-left: 10px;"> | <td style="border-left: 2px solid var(--border-color-base) !important; width:100%; padding-left: 10px;">{{DamageMarker|{{{maxDamage|0}}}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
{{#if: {{{ | {{#if:{{{recipe|}}}| | ||
<tr> | <tr> | ||
<td style="white-space: nowrap; vertical-align: top; padding-right: 8px;"><b> | <td style="white-space: nowrap; vertical-align: top; padding-right: 8px;"><b>Scrolls Required</b></td> | ||
<td style="border-left: 2px solid var(--border-color-base) !important; width:100%; padding-left: 10px;">< | <td style="border-left: 2px solid var(--border-color-base) !important; width:100%; padding-left: 10px;">{{{recipe|Unknown}}}</td> | ||
</tr> | |||
}} | |||
<tr> | |||
<td style="white-space: nowrap; vertical-align: top; padding-right: 8px;"><b>Scrolls Required</b></td> | |||
<td style="border-left: 2px solid var(--border-color-base) !important; width:100%; padding-left: 10px;">{{#if:{{{waterScrolls|}}}|{{{waterScrolls|1}}} ×{{ItemIcon|Water Scroll|size=24px}}<br>}}{{#if:{{{energyScrolls|}}}|{{{energyScrolls|1}}} ×{{ItemIcon|Energy Scroll|size=24px}}<br>}}{{#if:{{{natureScrolls|}}}|{{{natureScrolls|1}}} ×{{ItemIcon|Nature Scroll|size=24px}}<br>}}{{#if:{{{fireScrolls|}}}|{{{fireScrolls|1}}} ×{{ItemIcon|Fire Scroll|size=24px}}<br>}}{{#if:{{{furyScrolls|}}}|{{{furyScrolls|1}}} ×{{ItemIcon|Fury Scroll|size=24px}}<br>}}{{#if:{{{rageScrolls|}}}|{{{rageScrolls|1}}} ×{{ItemIcon|Rage Scroll|size=24px}}<br>}}{{#if:{{{alchemyScrolls|}}}|{{{alchemyScrolls|1}}} ×{{ItemIcon|Alchemy Scroll|size=24px}}<br>}}{{#if:{{{warpScrolls|}}}|{{{warpScrolls|1}}} ×{{ItemIcon|Warp Scroll|size=24px}}<br>}}{{#if:{{{magicScrolls|}}}|{{{magicScrolls|1}}} ×{{ItemIcon|Magic Scroll|size=24px}}<br>}}{{#if:{{{bloodScrolls|}}}|{{{bloodScrolls|1}}} ×{{ItemIcon|Blood Scroll|size=24px}}}}</td> | |||
</tr> | |||
{{#if:{{{requirements|}}}| | |||
<tr> | |||
<td style="white-space: nowrap; vertical-align: top; padding-right: 8px;"><b>Other Requirements</b></td> | |||
<td style="border-left: 2px solid var(--border-color-base) !important; width:100%; padding-left: 10px;">{{{requirements|None}}}</td> | |||
</tr> | </tr> | ||
}} | }} | ||
</table> | </table> | ||
</div> | </div> | ||
Line 60: | Line 69: | ||
_table=Spells | _table=Spells | ||
|Name={{{name|{{PAGENAME}}}}} | |Name={{{name|{{PAGENAME}}}}} | ||
|InternalID={{{ | |InternalID={{{_spell_id|0}}} | ||
|Level={{{ | |Level={{{lvl|0}}} | ||
|Exp={{{ | |Exp={{{exp|0}}} | ||
}}</span></includeonly> | }}</span></includeonly> | ||
{{#ifeq:{{NAMESPACE}}|Template | {{#ifeq:{{NAMESPACE}}|Template | ||
| <!-- do nothing --> | | <!-- do nothing --> | ||
| [[Category: | | [[Category:Spells]] | ||
}} | }} |
Latest revision as of 18:04, 7 July 2025
This template defines the table "Spells". This table has not been created yet.
Spell | |
---|---|
![]() |
|
Inspect | Unknown |
Spell Type | Unknown |
Required Level | Unknown ![]() |
Base XP | 0 ![]() |
Scrolls Required |