Difference between revisions of "Template:ItemBox2"
From Fallen Sword Wiki
Arwarrior7 (Talk | contribs) |
|||
(9 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | <includeonly>{{ItemBox|http:// | + | <includeonly>{{ItemBox|http://cdn.fallensword.com/items/{{{1}}}.gif}}</includeonly><noinclude> |
<center> | <center> | ||
{| width="100%" style="border:3px dashed #f00;" | {| width="100%" style="border:3px dashed #f00;" | ||
Line 5: | Line 5: | ||
|- | |- | ||
| align="center" valign="middle" style="font-family:Verdana;font-weight:normal;" | | | align="center" valign="middle" style="font-family:Verdana;font-weight:normal;" | | ||
− | <small>If you need to customize this template to fit your own needs, copy the code into a fresh template and work from there. If you think this template needs changed, mention it on the [[ | + | <small>If you need to customize this template to fit your own needs, copy the code into a fresh template and work from there. If you think this template needs changed, mention it on the [[Template talk:{{PAGENAME}}|Talk Page]].</small> |
|- | |- | ||
| align="center" valign="middle" style="font-family:Verdana;font-variant:small-caps;font-weight:bold;" | Editing this page may cause the template to stop working properly for other pages currently using this template. | | align="center" valign="middle" style="font-family:Verdana;font-variant:small-caps;font-weight:bold;" | Editing this page may cause the template to stop working properly for other pages currently using this template. | ||
Line 17: | Line 17: | ||
! ''Output'' | ! ''Output'' | ||
|- | |- | ||
− | | width="75%" style="border:1px solid #aaa;" | <pre>{{ItemBox|http:// | + | | width="75%" style="border:1px solid #aaa;" | <pre>{{ItemBox|http://cdn.fallensword.com/items/81.gif}}</pre> |
− | | width="25%" style="border:1px solid #aaa;" | {{ItemBox|http:// | + | | width="25%" style="border:1px solid #aaa;" | {{ItemBox|http://cdn.fallensword.com/items/81.gif}} |
|} | |} | ||
Line 53: | Line 53: | ||
! ''Output'' | ! ''Output'' | ||
|- | |- | ||
− | | width="75%" style="border:1px solid #aaa;" | <pre>{{ItemBox4|http:// | + | | width="75%" style="border:1px solid #aaa;" | <pre>{{ItemBox4|http://cdn.fallensword.com/items/5559.gif}}</pre> |
− | | width="25%" style="border:1px solid #aaa;" | {{ItemBox4|http:// | + | | width="25%" style="border:1px solid #aaa;" | {{ItemBox4|http://cdn.fallensword.com/items/5559.gif}} |
|} | |} | ||
Line 63: | Line 63: | ||
! ''Output'' | ! ''Output'' | ||
|- | |- | ||
− | | width="75%" style="border:1px solid #aaa;" | <pre>{{ | + | | width="75%" style="border:1px solid #aaa;" | <pre>{{ItemBox5http://cdn.fallensword.com/items/5577.gif}}</pre> |
− | | width="25%" style="border:1px solid #aaa;" | {{ItemBox5|http:// | + | | width="25%" style="border:1px solid #aaa;" | {{ItemBox5|http://cdn.fallensword.com/items/5577.gif}} |
|} | |} | ||
[[Category:Templates|{{PAGENAME}}]] | [[Category:Templates|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> |
Latest revision as of 08:37, 17 February 2018
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. If you think this template needs changed, mention it on the Talk Page. |
Editing this page may cause the template to stop working properly for other pages currently using this template. |
Variations
Code | Output | ||
---|---|---|---|
{{ItemBox|http://cdn.fallensword.com/items/81.gif}} |
|
ItemBox2
Code | Output | ||
---|---|---|---|
This template contains the item image URL so only the filename portion is needed.{{ItemBox2|81}} |
|
Code | Output | |
---|---|---|
This template was designed to be used as a cell in a table. Because of this, it is flexible enough to be used for more than just items.
{| |{{ItemBox3|Anything !!!}} |} |
|
Code | Output | ||
---|---|---|---|
{{ItemBox4|http://cdn.fallensword.com/items/5559.gif}} |
|
Code | Output | ||
---|---|---|---|
{{ItemBox5http://cdn.fallensword.com/items/5577.gif}} |
|