Template:Item info: Difference between revisions
Template page
More actions
No edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{| class=" | {| class="newcontainer" | ||
|- align="center" class="newheader" | |||
! class="newheaderborder" style="50%" colspan="3" | '''Effect''' | |||
! class="newheaderborder" style="15%" | '''Buy''' | |||
! class="newheaderborder" style="15%" | '''Sell''' | |||
! class="newheaderborder" style="20%" | '''Notes''' | |||
|- align="center" | |||
| class="newboxcontent" colspan="3"| {{{effect1|}}} | |||
| class="newboxcontent" | {{{buy1|}}} | |||
| class="newboxcontent" | {{{sell1|}}} | |||
| class="newboxcontent" | {{{notes1|}}} | |||
|- align="center" class="newheader" | |||
| colspan="6" class="newheaderborder" | '''Item Locations''' | |||
|- class="newheader" | |||
{{#if: {{{method1|}}}| | {{#if: {{{method1|}}}| | ||
! width="15%" class=" | ! width="15%" class="newheaderborder" {{!}} '''{{{method1}}}''' | ||
{{!}} width="85%" class=" | {{!}} width="85%" class="newboxcontent" colspan="5" {{!}} {{{data1}}} | }} | ||
|- class="newheader" | |||
{{#if: {{{method2|}}}| | {{#if: {{{method2|}}}| | ||
! | ! class="newheaderborder" {{!}} '''{{{method2}}}''' | ||
{{!}} class=" | {{!}} class="newboxcontent" {{!}} {{{data2}}} | }} | ||
|- class="newheader" | |||
{{#if: {{{method3|}}}| | {{#if: {{{method3|}}}| | ||
! | ! class="newheaderborder" {{!}} '''{{{method3}}}''' | ||
{{!}} class=" | {{!}} class="newboxcontent" {{!}} {{{data3}}} | }} | ||
|- class="newheader" | |||
{{#if: {{{method4|}}}| | {{#if: {{{method4|}}}| | ||
! | ! class="newheaderborder" {{!}} {{{method4}}} | ||
{{!}} | {{!}} class="newboxcontent" {{!}} {{{data4}}} | }} | ||
|- class="newheader" | |||
{{#if: {{{method5|}}}| | {{#if: {{{method5|}}}| | ||
! | ! class="newheaderborder" {{!}} {{{method5}}} | ||
{{!}} | {{!}} class="newboxcontent" {{!}} {{{data5}}} | }} | ||
|- class="newheader" | |||
{{#if: {{{method6|}}}| | {{#if: {{{method6|}}}| | ||
! | ! class="newheaderborder" {{!}} {{{method6}}} | ||
{{!}} | {{!}} class="newboxcontent" {{!}} {{{data6}}} | }} | ||
|- class="newheader" | |||
{{#if: {{{method7|}}}| | {{#if: {{{method7|}}}| | ||
! | ! class="newheaderborder" {{!}} {{{method7}}} | ||
{{!}} | {{!}} class="newboxcontent" {{!}} {{{data7}}} | }} | ||
|- class="newheader" | |||
{{#if: {{{method8|}}}| | {{#if: {{{method8|}}}| | ||
! | ! class="newheaderborder" {{!}} {{{method8}}} | ||
{{!}} | {{!}} class="newboxcontent" {{!}} {{{data8}}} | }} | ||
|- class="newheader" | |||
{{#if: {{{method9|}}}| | {{#if: {{{method9|}}}| | ||
! | ! class="newheaderborder" {{!}} {{{method9}}} | ||
{{!}} | {{!}} class="newboxcontent" {{!}} {{{data9}}} | }} | ||
|- class="newheader" | |||
{{#if: {{{method10|}}}| | {{#if: {{{method10|}}}| | ||
! | ! class="newheaderborder" {{!}} '''{{{method10}}}''' | ||
{{!}} | {{!}} class="newboxcontent" {{!}} {{{data10}}} | }} | ||
|} | |||
<noinclude> | <noinclude> | ||
==Usage== | ==Usage== | ||
Revision as of 20:19, 11 January 2023
| 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.
}}