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 |
||
| (19 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{ | {| class="wikitable" | ||
|- | |||
! class="wikitable-title" style="width:50%" colspan="3" | Effect | |||
! class="wikitable-title" style="width:15%" colspan="1" | Buy | |||
! class="wikitable-title" style="width:15%" colspan="1" | Sell | |||
! class="wikitable-title" style="width:20%" colspan="1" | Notes | |||
|- align="center" | |||
| colspan="3"| {{{effect1|}}} | |||
| {{{buy1|}}} | |||
| {{{sell1|}}} | |||
| {{{notes1|}}} | |||
|- | |||
! colspan="6" class="wikitable-title" | Item Locations | |||
|- | |||
{{#if: {{{method1|}}}| | {{#if: {{{method1|}}}| | ||
! | ! class="labelbox" colspan="1" {{!}} {{{method1}}} | ||
{{!}} | {{!}} colspan="5" {{!}} {{{data1}}} | }} | ||
|- | |||
{{#if: {{{method2|}}}| | {{#if: {{{method2|}}}| | ||
{{!}}colspan="6" class="linebox" {{!}} | |||
{{!}}- | {{!}}- | ||
! class="labelbox" {{!}} '''{{{method2}}}''' | |||
{{!}} colspan="5" {{!}} {{{data2}}} | }} | |||
|- | |||
{{#if: {{{method3|}}}| | {{#if: {{{method3|}}}| | ||
{{!}}colspan="6" class="linebox" {{!}} | |||
{{!}}- | {{!}}- | ||
! class="labelbox" {{!}} '''{{{method3}}}''' | |||
{{!}} colspan="5" {{!}} {{{data3}}} | }} | |||
|- | |||
{{#if: {{{method4|}}}| | {{#if: {{{method4|}}}| | ||
! | {{!}}colspan="6" class="linebox" {{!}} | ||
{{!}}- | {{!}}- | ||
! class="labelbox" {{!}} {{{method4}}} | |||
{{!}} colspan="5" {{!}} {{{data4}}} | }} | |||
|- | |||
{{#if: {{{method5|}}}| | {{#if: {{{method5|}}}| | ||
! | {{!}}colspan="6" class="linebox" {{!}} | ||
{{!}}- | {{!}}- | ||
! class="labelbox" {{!}} {{{method5}}} | |||
{{!}} colspan="5" {{!}} {{{data5}}} | }} | |||
|- | |||
{{#if: {{{method6|}}}| | {{#if: {{{method6|}}}| | ||
! | {{!}}colspan="6" class="linebox" {{!}} | ||
{{!}}- | {{!}}- | ||
! class="labelbox" {{!}} {{{method6}}} | |||
{{!}} {{!}} {{{data6}}} | }} | |||
|- | |||
{{#if: {{{method7|}}}| | {{#if: {{{method7|}}}| | ||
! | {{!}}colspan="6" class="linebox" {{!}} | ||
{{!}}- | {{!}}- | ||
! class="labelbox" {{!}} {{{method7}}} | |||
{{!}} {{!}} {{{data7}}} | }} | |||
|- | |||
{{#if: {{{method8|}}}| | {{#if: {{{method8|}}}| | ||
! | {{!}}colspan="6" class="linebox" {{!}} | ||
{{!}}- | {{!}}- | ||
! class="labelbox" {{!}} {{{method8}}} | |||
{{!}} {{!}} {{{data8}}} | }} | |||
|- | |||
{{#if: {{{method9|}}}| | {{#if: {{{method9|}}}| | ||
! | {{!}}colspan="6" class="linebox" {{!}} | ||
{{!}}- | {{!}}- | ||
! class="labelbox" {{!}} {{{method9}}} | |||
{{!}} {{!}} {{{data9}}} | }} | |||
|- | |||
{{#if: {{{method10|}}}| | {{#if: {{{method10|}}}| | ||
! | {{!}}colspan="6" class="linebox" {{!}} | ||
{{!}}- | {{!}}- | ||
! | ! class="labelbox" {{!}} '''{{{method10}}}''' | ||
{{!}} | {{!}} {{!}} {{{data10}}} | }} | ||
|} | |||
<noinclude> | <noinclude> | ||
==Usage== | ==Usage== | ||
| Line 78: | Line 89: | ||
}} | }} | ||
</pre> | </pre> | ||
[[Category: | [[Category:Infobox templates]] | ||
</noinclude> | </noinclude> | ||
Latest revision as of 13:35, 4 December 2024
| Effect | Buy | Sell | Notes | ||
|---|---|---|---|---|---|
| Item Locations | |||||
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.
}}