Difference between revisions of "Template:ItemBox"
From Fallen Sword Wiki
Lusterless (Talk | contribs) (Undo revision 158252 by Lusterless (talk)) |
|||
(25 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
− | width="60px" height="90" align="center" valign="middle" | + | <includeonly><center> |
− | < | + | {| cellpadding="0" cellspacing="0" |
+ | | align="center" valign="middle" width="60px" height="90" | <div style="position:relative; left:0px; top:0px; background:transparent;">https://cdn2.fallensword.com/ui/inventory/2x3.png<div style="position:absolute; left:0px; top:0px; background:transparent;"> | ||
+ | {| style="background:transparent" cellpadding="0" cellspacing="0" | ||
+ | | align="center" valign="middle" width="60px" height="90" | {{{1|}}} | ||
+ | |} | ||
+ | </div></div> | ||
+ | |} | ||
+ | </center></includeonly><noinclude> | ||
+ | <center> | ||
+ | {| width="100%" style="border:3px dashed #f00;" | ||
+ | | align="center" valign="middle" style="font-family:Verdana;font-variant:small-caps;font-weight:bold;" | Do not edit this page! | ||
+ | |- | ||
+ | | 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 [[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. | ||
+ | |} | ||
+ | </center> | ||
+ | |||
+ | ==Variations== | ||
+ | '''[[Template:ItemBox|ItemBox]]''' | ||
+ | {| width="100%" | ||
+ | ! ''Code'' | ||
+ | ! ''Output'' | ||
+ | |- | ||
+ | | width="75%" style="border:1px solid #aaa;" | <pre>{{ItemBox|https://cdn.fallensword.com/items/81.gif}}</pre> | ||
+ | | width="25%" style="border:1px solid #aaa;" | {{ItemBox|https://cdn.fallensword.com/items/81.gif}} | ||
+ | |} | ||
+ | |||
+ | |||
+ | '''[[Template:ItemBox2|ItemBox2]]''' | ||
+ | {| width="100%" | ||
+ | ! ''Code'' | ||
+ | ! ''Output'' | ||
+ | |- | ||
+ | | width="75%" style="border:1px solid #aaa;" | This template contains the item image URL so only the filename portion is needed.<pre>{{ItemBox2|81}}</pre> | ||
+ | | width="25%" style="border:1px solid #aaa;" | {{ItemBox2|81}} | ||
+ | |} | ||
+ | |||
+ | |||
+ | '''[[Template:ItemBox3|ItemBox3]]''' | ||
+ | {| width="100%" | ||
+ | ! ''Code'' | ||
+ | ! ''Output'' | ||
+ | |- | ||
+ | | width="75%" style="border:1px solid #aaa;" | 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. | ||
+ | <pre>{| | ||
+ | |{{ItemBox3|Anything !!!}} | ||
+ | |}</pre> | ||
+ | | width="25%" style="border:1px solid #aaa;" | | ||
+ | {| | ||
+ | |{{ItemBox3|Anything !!!}} | ||
+ | |} | ||
+ | |} | ||
+ | |||
+ | |||
+ | '''[[Template:ItemBox4|ItemBox4]]''' | ||
+ | {| width="100%" | ||
+ | ! ''Code'' | ||
+ | ! ''Output'' | ||
+ | |- | ||
+ | | 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://cdn.fallensword.com/items/5559.gif}} | ||
+ | |} | ||
+ | |||
+ | |||
+ | '''[[Template:ItemBox5|ItemBox5]]''' | ||
+ | {| width="100%" | ||
+ | ! ''Code'' | ||
+ | ! ''Output'' | ||
+ | |- | ||
+ | | width="75%" style="border:1px solid #aaa;" | <pre>{{ItemBox5|http://cdn.fallensword.com/items/5577.gif}}</pre> | ||
+ | | 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 06:15, 22 January 2022
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
ItemBox
Code | Output | ||
---|---|---|---|
{{ItemBox|https://cdn.fallensword.com/items/81.gif}} |
|
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 | ||
---|---|---|---|
{{ItemBox5|http://cdn.fallensword.com/items/5577.gif}} |
|