User:BELATHUS/Sandbox: Difference between revisions

The official GemStone IV encyclopedia.
< User:BELATHUS
Jump to navigation Jump to search
m (It is unfortunte that this template cannot be easily tested due to its numerous if/then statements.)
mNo edit summary
Line 20: Line 20:
{{!}} valign="top" style="white-space: nowrap; text-align: right;" {{!}} {{{type}}} }}
{{!}} valign="top" style="white-space: nowrap; text-align: right;" {{!}} {{{type}}} }}
|-
|-
{{ #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 |
{{ #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 | }}}}}}}}
|-
|-
{{ #if: {{{dtype|}}} | ! Damage Type
{{ #if: {{{dtype|}}} | ! Damage Type

Revision as of 17:02, 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.