Template:Item: Difference between revisions
Jump to navigation
Jump to search
Added RP as a separate entry. Freed Caption to have any input value. |
mNo edit summary |
||
(9 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
|title = {{{name|}}} | |title = {{{name|}}} | ||
|image = [[{{{image|File:Wiki.png}}}|{{{imagesize|150px}}}]] | |image = [[{{{image|File:Wiki.png}}}|{{{imagesize|150px}}}]] | ||
|caption = | |caption = {{{caption|}}} | ||
|data1 = <hr> | |data1 = <hr> | ||
Line 16: | Line 16: | ||
}} | }} | ||
|datastyle = plain | |datastyle = plain | ||
Line 28: | Line 27: | ||
|label2 = An item in: | |label2 = An item in: | ||
|data2 = {{#if:{{{rp|}}}|{{{rp|}}}}} | |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|}}} | |below = {{{notes|}}} | ||
}} | }} |