User:BELATHUS/Sandbox: Difference between revisions

The official GemStone IV encyclopedia.
< User:BELATHUS
Jump to navigation Jump to search
mNo edit summary
m (Making some portions removable by simply entering "None" as the field.)
Line 29: Line 29:
|-
|-
{{ #ifeq: {{{type|}}} | Attack | !colspan=2 align=center bgcolor=#F99{{!}}Attack Magic{{ #if: {{{dtype|}}} | - Damage | }}{{ #if: {{{status|}}} | - Disabling | }} |
{{ #ifeq: {{{type|}}} | Attack | !colspan=2 align=center bgcolor=#F99{{!}}Attack Magic{{ #if: {{{dtype|}}} | - Damage | }}{{ #if: {{{status|}}} | - Disabling | }} |
{{ #ifeq: {{{type|}}} | Offensive | !colspan=2 align=center bgcolor=#FF9{{!}}Offensive Magic |
{{ #ifeq: {{{type|}}} | Offensive | !colspan=2 align=center bgcolor=#FF9{{!}}Offensive Magic{{ #if: {{{weapon|}}} | - Weapon Enhancement | }}{{ #if: {{{enhancement|}}} | - Enhancement | }} |
{{ #ifeq: {{{type|}}} | Defensive | !colspan=2 align=center bgcolor=#CF9{{!}}Defensive Magic |
{{ #ifeq: {{{type|}}} | Defensive | !colspan=2 align=center bgcolor=#CF9{{!}}Defensive Magic |
{{ #ifeq: {{{type|}}} | Utility | !colspan=2 align=center bgcolor=#9CF{{!}}Utility Magic | }}}}}}}}
{{ #ifeq: {{{type|}}} | Utility | !colspan=2 align=center bgcolor=#9CF{{!}}Utility Magic | }}}}}}}}
Line 66: Line 66:
! [[Enhancement]]
! [[Enhancement]]
{{!}} valign="top" style="white-space: nowrap; text-align: right;" {{!}} {{{enhancement}}} | }}
{{!}} valign="top" style="white-space: nowrap; text-align: right;" {{!}} {{{enhancement}}} | }}
{{ #ifeq: {{{availiability}}} | None | | {{!}}-
{{!}}-
! Availability
! Availability
{{!}} valign="top" style="white-space: nowrap; text-align: right;" {{!}} {{{availability}}}
{{!}} valign="top" style="white-space: nowrap; text-align: right;" {{!}} {{{availability}}}}}
|
|
<!-- If it is an offensive spell, then -->
<!-- If it is an offensive spell, then -->
{{ #ifeq: {{{type}}} | Offensive |
{{ #ifeq: {{{type}}} | Offensive |
{{ #if: {{{weapon|}}}{{{enhancement|}}} | {{!}}-
! [[Enhancement type]]
{{!}} valign="top" style="white-space: nowrap; text-align: right;" {{!}} {{{weapon}}} | }}
{{ #if: {{{weapon|}}} | {{!}}-
! [[Requirements]]
{{!}} valign="top" style="white-space: nowrap; text-align: right;" {{!}} {{{requirements}}} | }}
{{ #if: {{{enhancement|}}} | {{!}}-
! [[Availability]]
{{!}} valign="top" style="white-space: nowrap; text-align: right;" {{!}} {{{availability}}} | }}
|
|
<!-- If it is a utility spell, then -->
<!-- If it is a utility spell, then -->
{{ #ifeq: {{{type}}} | Utility |
{{ #ifeq: {{{type}}} | Utility |
{{ #ifeq: {{{components}}} | None | | {{!}}-
! [[Availability]]
{{!}} valign="top" style="white-space: nowrap; text-align: right;" {{!}} {{{components}}}}}
| }}}}}}}}
| }}}}}}}}
|}
|}
|- align=center
|- align=center
|
|
{{{Navigation|}}}
{{{navigation|}}}
|}<includeonly>
|}<includeonly>
{{ #ifeq: {{{type}}} | Attack | [[Category:Attack Spells]] |
{{ #ifeq: {{{type}}} | Attack | [[Category:Attack Spells]] |
Line 85: Line 97:
{{ #ifeq: {{{type}}} | Offensive | [[Category:Offensive Spells]] |
{{ #ifeq: {{{type}}} | Offensive | [[Category:Offensive Spells]] |
{{ #ifeq: {{{type}}} | Utility | [[Category:Utility Spells]] |
{{ #ifeq: {{{type}}} | Utility | [[Category:Utility Spells]] |
}}}}}}}}
}}}}}}}}[[Category:Spells]]
</includeonly><noinclude>
</includeonly><noinclude>
I don't believe Ollie likes the fact that the spellbox templates are modular, and therefore complex. I'm otherwise not certain as to what the issue is with the spellbox templates, so here is my attempt to address that issue.
I don't believe Ollie likes the fact that the spellbox templates are modular, and therefore complex. I'm otherwise not certain as to what the issue is with the spellbox templates, so here is my attempt to address that issue.

Revision as of 19:12, 8 January 2007

BELATHUS/Sandbox
Mnemonic [{{{mnemonic}}}]
Base Duration {{{base_dur}}}
Added Duration {{{add_dur}}}
Span {{{span}}}
Type {{{type}}}

I don't believe Ollie likes the fact that the spellbox templates are modular, and therefore complex. I'm otherwise not certain as to what the issue is with the spellbox templates, so here is my attempt to address that issue.

Offensive is FF9, Defensive is CF9, Utility is 9CF, and attack is F99.