Template:Item: Difference between revisions
Jump to navigation
Jump to search
Old_CalRef_>Sylae mNo edit summary |
mNo edit summary |
||
(31 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{| | <noinclude>[[Category:Sidebars]]</noinclude> | ||
{{Infobox | |||
|- | |name = Infobox/doc | ||
| | |bodystyle = background-color:#f8f8f8; | ||
| | |title = {{{name|}}} | ||
| | |image = [[{{{image|File:Wiki.png}}}|{{{imagesize|150px}}}]] | ||
| | |caption = {{{caption|}}} | ||
| | |data1 = <hr> | ||
| | |||
| | |headerstyle = {{#switch:{{{quality|}}} | ||
| | |standard = background-color:#e6e6e6; | ||
| | |uncommon = background-color:#7ccd7c; | ||
|} | |rare = background-color:#87CEEB; | ||
|legendary = background-color:#9A9AFF; | |||
|divine = background-color:#F9F9B4; | |||
}} | |||
|datastyle = plain | |||
|header1 = {{#switch:{{{quality|}}} | |||
|standard = Standard | |||
|uncommon = Uncommon | |||
|rare = Rare | |||
|legendary = Legendary | |||
|divine = Divine | |||
}} | |||
|label2 = An item in: | |||
|data2 = {{#if:{{{rp|}}}|[[{{{rp|}}}]]}} | |||
|label3 = Owner: | |||
|data3 = {{#if:{{{owner|}}}|{{{owner|}}}}} | |||
|label4 = Item Type: | |||
|data4 = {{#if:{{{type|}}}|{{{type|}}}}} | |||
|label5 = Appearance: | |||
|data5 = {{#if:{{{appearance|}}}|{{{appearance|}}}}} | |||
|label6 = Attributes: | |||
|data6 = {{#if:{{{attributes|}}}|{{{attributes|}}}}} | |||
|label7 = Abilities: | |||
|data7 = {{#if:{{{abilities|}}}|{{{abilities|}}}}} | |||
|data8 = {{#if:{{{notes|}}}|<hr>}} | |||
|below = {{{notes|}}} | |||
}} |