Difference between revisions of "Template:ItemBox"
From Fallen Sword Wiki
Line 53: | Line 53: | ||
|{{ItemBox3|Anything !!!}} | |{{ItemBox3|Anything !!!}} | ||
|} | |} | ||
+ | |} | ||
+ | |||
+ | |||
+ | '''[[Template:ItemBox4|ItemBox4]]''' | ||
+ | {| width="100%" | ||
+ | ! ''Code'' | ||
+ | ! ''Output'' | ||
+ | |- | ||
+ | | width="75%" style="border:1px solid #aaa;" | <pre>{{ItemBox4|http://66.7.192.165/items/5559.gif}}</pre> | ||
+ | | width="25%" style="border:1px solid #aaa;" | {{ItemBox4|http://66.7.192.165/items/5559.gif}} | ||
+ | |} | ||
+ | |||
+ | |||
+ | '''[[Template:ItemBox5|ItemBox5]]''' | ||
+ | {| width="100%" | ||
+ | ! ''Code'' | ||
+ | ! ''Output'' | ||
+ | |- | ||
+ | | width="75%" style="border:1px solid #aaa;" | <pre>{{ItemBox5|http://66.7.192.165/items/5577.gif}}</pre> | ||
+ | | width="25%" style="border:1px solid #aaa;" | {{ItemBox5|http://66.7.192.165/items/5577.gif}} | ||
|} | |} | ||
[[Category:Templates|{{PAGENAME}}]] | [[Category:Templates|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> |
Revision as of 18:25, 12 August 2008
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|http://66.7.192.165/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://66.7.192.165/items/5559.gif}} |
|
Code | Output | ||
---|---|---|---|
{{ItemBox5|http://66.7.192.165/items/5577.gif}} |
|