Difference between revisions of "Template:Spell"

From Wurmpedia
Jump to navigation Jump to search
m (some bold, perhaps?)
(updated usage)
 
(20 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
<includeonly>
 
<includeonly>
{| style="float:right; margin:1em; width:200px;" cellpadding="3" cellspacing="1" border="1"
+
{| class="wikitable" style="float:right; margin:1em; width:200px;" cellpadding="3" cellspacing="1" border="1"
|
 
 
|+ style="font-weight: bold" | {{PAGENAME}}
 
|+ style="font-weight: bold" | {{PAGENAME}}
 
|-
 
|-
! style="background-color:#3c5;" | Stats
+
| {{#if: {{{image|}}}  |
 +
[[Image: {{{image|{{{name|{{PAGENAME}}}}}.jpg}}}|center|250px|A {{{name|{{PAGENAME}}}}}]] |
 +
[[Image: No_logo.png|center|250px|{{{name|{{PAGENAME}}}}}]]
 +
}}
 +
|-
 +
! style="background-color:#4B3E30; color:#FFFFFF;" | Stats
 
|-
 
|-
 
|
 
|
Line 11: Line 15:
 
'''Difficulty''': {{{difficulty}}}<br>
 
'''Difficulty''': {{{difficulty}}}<br>
 
'''Target''': {{{target}}}<br>
 
'''Target''': {{{target}}}<br>
'''Casting time''': {{{castingtime}}} seconds
+
'''Casting time''': {{{castingtime}}} seconds <br>
 +
{{#if: {{{cooldowntime|}}} | '''Cooldown time''': {{{cooldowntime}}} }}
 
|-
 
|-
! style="background-color:#3c5;" | God
+
! style="background-color:#4B3E30; color:#FFFFFF;" | God
 
|-
 
|-
 
|
 
|
{{{god}}}
+
Only a Priest of {{{god}}} can cast this spell
 
|}
 
|}
[[Category:Spells]]
+
<!-- the following will place the page in Spells category only if in the main namespace -->
 +
{{#ifeq: {{FULLPAGENAME}} | {{PAGENAME}} | [[Category:Spells]]| }}
 
</includeonly>
 
</includeonly>
  
Line 26: Line 32:
 
<pre>
 
<pre>
 
{{Spell
 
{{Spell
 +
|image=filename
 
|faith=10
 
|faith=10
 
|favor=10
 
|favor=10
Line 31: Line 38:
 
|target=Tile, Creature, Item
 
|target=Tile, Creature, Item
 
|castingtime=4
 
|castingtime=4
 +
|cooldowntime=30 minutes
 
|god=[[Fo]], [[Vynora]], [[Magranon]], [[Libila]]
 
|god=[[Fo]], [[Vynora]], [[Magranon]], [[Libila]]
 
}}
 
}}
 
</pre>
 
</pre>
 +
 +
The image displayed will either be that of one with name mentioned in the image attribute or the default Faith Bonus icon.  Spell icons are taken from the client's 'Status Effect' GUI window as a 100px square PNG.
  
 
[[Category:Template]]
 
[[Category:Template]]
[[Category:Babel/S]]
 
  
 
</noinclude>
 
</noinclude>

Latest revision as of 12:20, 9 December 2020



Usage:

{{Spell
|image=filename
|faith=10
|favor=10
|difficulty=20
|target=Tile, Creature, Item
|castingtime=4
|cooldowntime=30 minutes
|god=[[Fo]], [[Vynora]], [[Magranon]], [[Libila]]
}}

The image displayed will either be that of one with name mentioned in the image attribute or the default Faith Bonus icon. Spell icons are taken from the client's 'Status Effect' GUI window as a 100px square PNG.