Difference between revisions of "Template:Chest3"

From Fallen Sword Wiki
Jump to: navigation, search
(Text replace - "http://72.29.91.222" to "http://huntedcow.cachefly.net/fs")
 
(3 intermediate revisions by one user not shown)
Line 5: Line 5:
 
== Information ==
 
== Information ==
 
{|
 
{|
| valign="top" |{{ItemBox4|http://72.29.91.222/skin/icon_action_crate.gif}}
+
| valign="top" |{{ItemBox4|http://huntedcow.cachefly.net/fs/skin/icon_action_crate.gif}}
 
| valign="top" |
 
| valign="top" |
 
'''&bull;''' '''Name:''' {{{name|{{PAGENAME}}}}}<br>
 
'''&bull;''' '''Name:''' {{{name|{{PAGENAME}}}}}<br>
Line 14: Line 14:
 
{|
 
{|
 
| {{ItemBox5|{{#switch: {{lc:{{{key}}}}}
 
| {{ItemBox5|{{#switch: {{lc:{{{key}}}}}
| crystal = http://72.29.91.222/items/8548.gif
+
| crystal = http://huntedcow.cachefly.net/fs/items/8548.gif
| gold = http://72.29.91.222/items/8547.gif
+
| gold = http://huntedcow.cachefly.net/fs/items/8547.gif
| silver = http://72.29.91.222/items/8546.gif
+
| silver = http://huntedcow.cachefly.net/fs/items/8546.gif
| bronze = http://72.29.91.222/items/8545.gif
+
| bronze = http://huntedcow.cachefly.net/fs/items/8545.gif
 
|
 
|
 
}}}}<br />{{#switch: {{lc:{{{key}}}}}
 
}}}}<br />{{#switch: {{lc:{{{key}}}}}
Line 30: Line 30:
  
 
== Rewards ==
 
== Rewards ==
{{#ifeq: {{{item-1-name|0}}} | 0 |{{!end}} | {{ItemBox5|{{{item-image|}}}}}}
+
{{#ifeq: {{{item|No}}} | No || '''&bull;''' [[{{{item|}}}]]<br>}}
{{#ifeq: {{{item-2-name|0}}} | 0 |{{!end}} | {{ItemBox5|{{{item-2-image|}}}}}}
+
{{ItemBox5|{{{RewImage|}}}}}
{{#ifeq: {{{item-3-name|0}}} | 0 |{{!end}} | {{ItemBox5|{{{item-3-image|}}}}}}}
+
{{#ifeq: {{{item-2|No}}} | No || '''&bull;''' [[{{{item-2|}}}]]<br>}}
 +
{{ItemBox5|{{{RewImage2|}}}}}
 +
{{#ifeq: {{{item-3|No}}} | No || '''&bull;''' [[{{{item-3|}}}]]<br>}}
 +
{{ItemBox5|{{{RewImage3|}}}}}
  
  

Latest revision as of 16:40, 3 December 2013

Do not edit this page!

If you need to customize this template to fit your own needs, copy the code into a fresh template and work from there.

Editing this page may cause the template to stop working properly for other pages currently using this template.

This template allows easy adding of chest pages with three Rewards. To use, copy the following code to the chest page and fill in the blanks.

{{Chest3
|name=
|key=
|item=
|RewImage=
|item-2=
|RewImage2=
|item-3=
|RewImage3=
}}