Difference between revisions of "Template:Chest"

From Fallen Sword Wiki
Jump to: navigation, search
Line 2: Line 2:
 
__NOEDITSECTION__
 
__NOEDITSECTION__
 
{|cellpadding="5" width="100%"
 
{|cellpadding="5" width="100%"
|width="25%" valign="top" align="left"|
+
|width="33%" valign="top" align="left"|
 
== Information ==
 
== Information ==
 
{|
 
{|
<!-- Once chest images have been uploaded consider adding the image to the chest information section -->
+
| valign="top" |{{ItemBox4|http://huntedcow.cachefly.net/fs/skin/icon_action_crate.gif}}
<!-- | {{ItemBox|{{{image|}}}}} -->
+
<!-- The action icon will do for now. -->
+
| valign="top" |{{ItemBox4|{{ItemBox4|http://huntedcow.cachefly.net/fs/skin/icon_action_crate.gif}}
+
 
| valign="top" |
 
| valign="top" |
'''Name:''' {{{name|{{PAGENAME}}}}}<br>
+
'''&bull;''' '''Name:''' {{{name|{{PAGENAME}}}}}<br>
'''Type:''' [[:Category:Chests|Chest]]
+
'''&bull;''' '''Type:''' [[:Category:Chests|Chest]]
 
|}
 
|}
 
|width="34%" valign="top" align="left"|
 
|width="34%" valign="top" align="left"|
== Opens With ==
+
== Key needed to open it ==
{{ItemBox5|{{#switch: {{lc:{{{key}}}}}
+
{|
 +
| {{ItemBox5|{{#switch: {{lc:{{{key}}}}}
 
| crystal = {{ItemPicture|8548}}
 
| crystal = {{ItemPicture|8548}}
 
| gold = {{ItemPicture|8547}}
 
| gold = {{ItemPicture|8547}}
Line 21: Line 19:
 
| bronze = {{ItemPicture|8545}}
 
| bronze = {{ItemPicture|8545}}
 
|
 
|
}}}}{{#switch: {{lc:{{{key}}}}}
+
}}}}<br />{{#switch: {{lc:{{{key}}}}}
| crystal || crystal key= [[Crystal Key]]
+
| crystal = [[Crystal Key]]
| gold || gold key= [[Gold Key]]
+
| gold = [[Gold Key]]
| silver || silver key= [[Silver Key]]
+
| silver = [[Silver Key]]
| bronze || bronze key= [[Bronze Key]]
+
| bronze = [[Bronze Key]]
 
|
 
|
 
}}
 
}}
 
|width="33%" valign="top" align="left"|
 
== Possible Rewards ==
 
<div style="display: flex; align-items: center; ">{{#if: {{{reward-name|}}}| {{ItemBox5|[[Image:{{{reward-image|}}}]]}} <div style="margin-left:1.5%;"> [[{{{reward-1-name|}}}]]</div></div><br>
 
<div style="display: flex; align-items: center; ">{{#if: {{{reward-2-name|}}}| {{ItemBox5|[[Image:{{{reward-2-image|}}}]]}} <div style="margin-left:1.5%;"> [[{{{reward-2-name|}}}]]</div></div><br>
 
<div style="display: flex; align-items: center; ">{{#if: {{{reward-3-name|}}}| {{ItemBox5|[[Image:{{{reward-3-image|}}}]]}} <div style="margin-left:1.5%;"> [[{{{reward-3-name|}}}]]</div></div><br>
 
<div style="display: flex; align-items: center; ">{{#if: {{{reward-4-name|}}}| {{ItemBox5|[[Image:{{{reward-4-image|}}}]]}} <div style="margin-left:1.5%;"> [[{{{reward-4-name|}}}]]</div></div><br>
 
<div style="display: flex; align-items: center; ">{{#if: {{{reward-5-name|}}}| {{ItemBox5|[[Image:{{{reward-5-image|}}}]]}} <div style="margin-left:1.5%;"> [[{{{reward-5-name|}}}]]</div></div><br>
 
<div style="display: flex; align-items: center; ">{{#if: {{{reward-6-name|}}}| {{ItemBox5|[[Image:{{{reward-6-image|}}}]]}} <div style="margin-left:1.5%;"> [[{{{reward-6-name|}}}]]</div></div><br>
 
<div style="display: flex; align-items: center; ">{{#if: {{{reward-7-name|}}}| {{ItemBox5|[[Image:{{{reward-7-image|}}}]]}} <div style="margin-left:1.5%;"> [[{{{reward-7-name|}}}]]</div></div><br>
 
<div style="display: flex; align-items: center; ">{{#if: {{{reward-8-name|}}}| {{ItemBox5|[[Image:{{{reward-8-image|}}}]]}} <div style="margin-left:1.5%;"> [[{{{reward-8-name|}}}]]}}}}}}}}}}}}}}}}
 
 
|}
 
|}
 +
|width="33%" valign="top" align="left"|
 +
 +
== Rewards ==
 +
{{#ifeq: {{{item|No}}} | No || '''&bull;''' [[{{{item|}}}]]<br>}}
 +
{{ItemBox|{{{RewImage|}}}}}
  
 
[[Category:Chests]]
 
[[Category:Chests]]
Line 53: Line 45:
 
|}
 
|}
 
</center>
 
</center>
This template allows easy adding of chest pages. [[:Category:Chests|Chests]] differ from [[:Category:Containers|Containers]] as chests require a key to open.
+
This template allows easy adding of chest pages. To use, copy the following code to the chest page and fill in the blanks.
To use, copy the following code to the chest page and fill in the blanks.
+
 
<pre>
 
<pre>
 
{{Chest
 
{{Chest
 +
|name=
 
|key=
 
|key=
|reward-name=
+
|item=
|reward-image=
+
|RewImage=
|reward-2-name=
+
|reward-2-image=
+
|reward-3-name=
+
|reward-3-image=
+
|reward-4-name=
+
|reward-4-image=
+
|reward-5-name=
+
|reward-5-image=
+
|reward-6-name=
+
|reward-6-image=
+
|reward-7-name=
+
|reward-7-image=
+
|reward-8-name=
+
|reward-8-image=
+
 
}}
 
}}
 
</pre>
 
</pre>

Revision as of 01:42, 22 January 2023

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. To use, copy the following code to the chest page and fill in the blanks.

{{Chest
|name=
|key=
|item=
|RewImage=
}}