Template:Item info: Difference between revisions
Template page
More actions
m Admin moved page Template:Item New to Template:Item info without leaving a redirect |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{{!}} cellpadding="3" cellspacing="4" style=" | {{{!}} cellpadding="3" cellspacing="4" style="width: 100%; border: 1px solid #d2d2d2; background: #fff; text-align: center" | ||
{{!}}- style="{{roundt|10px}}" | {{!}}- style="{{roundt|10px}}" | ||
{{!}}width=50% style=" | {{!}}width=50% style="background:#e1e1e1;" colspan="3" {{!}}'''Effect''' | ||
{{!}}width=15% style="background:#e1e1e1; border:none"{{!}}'''Buy''' | {{!}}width=15% style="background:#e1e1e1; border:none"{{!}}'''Buy''' | ||
{{!}}width=15% style="background:#e1e1e1; border:none"{{!}}'''Sell''' | {{!}}width=15% style="background:#e1e1e1; border:none"{{!}}'''Sell''' | ||
{{!}}width=20% style=" | {{!}}width=20% style="background:#e1e1e1;"{{!}}'''Notes''' | ||
{{!}}- | {{!}}- | ||
{{#if:{{{effect1|}}}| | {{#if:{{{effect1|}}}| | ||
{{!}}style=" | {{!}}style="border:none; background-color:#fff" colspan="3" {{!}} {{{effect1|}}}}} | ||
{{#if:{{{buy1|}}}| | {{#if:{{{buy1|}}}| | ||
{{!}}style="border:none; background-color:#fff" {{!}} {{{buy1|}}}}} | {{!}}style="border:none; background-color:#fff" {{!}} {{{buy1|}}}}} | ||
| Line 13: | Line 13: | ||
{{!}}style="border:none; background-color:#fff" {{!}} {{{sell1|}}}}} | {{!}}style="border:none; background-color:#fff" {{!}} {{{sell1|}}}}} | ||
{{#if:{{{notes1|}}}| | {{#if:{{{notes1|}}}| | ||
{{!}}style=" | {{!}}style="border:none; background-color:#fff" {{!}} {{{notes1|}}}}} | ||
{{!}}- | {{!}}- | ||
{{!}} style=" | {{!}} style="width: 100%; border: 1px solid #d2d2d2; background: #e1e1e1" colspan="6"{{!}} '''Item Locations''' | ||
{{!}}- | {{!}}- | ||
{{#if: {{{method1|}}}| | {{#if: {{{method1|}}}| | ||
! width="15%" style="align:center; border: 1px solid #d2d2d2; background: #e1e1e1" align="left" colspan="1" {{!}} '''{{{method1}}}''' | ! width="15%" style="align:center; border: 1px solid #d2d2d2; background: #e1e1e1" align="left" colspan="1" {{!}} '''{{{method1}}}''' | ||
{{!}} width="85%" style=" | {{!}} width="85%" style="background: #fff; border: 1px solid #d2d2d2;" colspan="5" {{!}} {{{data1}}} | }} | ||
{{!}}- | {{!}}- | ||
{{#if: {{{method2|}}}| | {{#if: {{{method2|}}}| | ||
! width="15%" style="align:center; border: 1px solid #d2d2d2; background: #e1e1e1" align="left" colspan="1" {{!}} '''{{{method2}}}''' | ! width="15%" style="align:center; border: 1px solid #d2d2d2; background: #e1e1e1" align="left" colspan="1" {{!}} '''{{{method2}}}''' | ||
{{!}} style=" | {{!}} style="background: #fff; border: 1px solid #d2d2d2;" colspan="5" {{!}} {{{data2}}} | }} | ||
{{!}}- | {{!}}- | ||
{{#if: {{{method3|}}}| | {{#if: {{{method3|}}}| | ||
! width="15%" style="align:center; border: 1px solid #d2d2d2; background: #e1e1e1" align="left" colspan="1" {{!}} '''{{{method3}}}''' | ! width="15%" style="align:center; border: 1px solid #d2d2d2; background: #e1e1e1" align="left" colspan="1" {{!}} '''{{{method3}}}''' | ||
{{!}} style=" | {{!}} style="background: #fff; border: 1px solid #d2d2d2;" colspan="5" {{!}} {{{data3}}} | }} | ||
{{!}}- | {{!}}- | ||
{{#if: {{{method4|}}}| | {{#if: {{{method4|}}}| | ||
| Line 57: | Line 57: | ||
{{!}} style="border: 1px solid #d2d2d2; background: #e1e1e1" {{!}} {{{data10}}} | }} | {{!}} style="border: 1px solid #d2d2d2; background: #e1e1e1" {{!}} {{{data10}}} | }} | ||
{{!}}- | {{!}}- | ||
! width="15%" style=" | ! width="15%" style="align:center; border: 1px solid #d2d2d2; background: #e1e1e1" align="left" colspan="1"{{!}} '''{{{methodlast}}}''' | ||
{{!}} style=" | {{!}} style="background: #fff; border: 1px solid #d2d2d2;" colspan="5"{{!}} {{{datalast}}} | ||
{{!}}} | {{!}}} | ||
<noinclude> | <noinclude> | ||
Revision as of 13:03, 17 August 2018
| Effect | Buy | Sell | Notes | ||
| Item Locations | |||||
| {{{methodlast}}} | {{{datalast}}} | ||||
|---|---|---|---|---|---|
Usage
For weapon stats on item/weapon pages. Input the values after the equal signs. Game values have to be inputted; input them as "{{title|Game Title}}".
Use "effecto" (if the total number of games is odd) or "effecte" (if the total number of games is even.)
{{Item info
|effect1= The effect this item has when used, taken from the game if possible.
|buy1= The amount of potch needed to buy this item. (number only)
|sell1= The amount of potch received when you sell this item. (number only, usually 1/2 of the purchasing power)
|notes1= Any additional information.
|method1= Usually inventory (i.e. characters who hold this item on recruitment).
|data1= List of people/places/shops that have this item (seprated with a • .
|methodlast= The last method, used to ensure rounded corners.
|datalast= The last data, used to ensure rounded corners.
}}