Difference between revisions of "Template:Market Value Calculator"

From RimWorld Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
{{#vardefine:name |{{{ 1 | {{PAGENAME}} }}} }}<!--
 
{{#vardefine:name |{{{ 1 | {{PAGENAME}} }}} }}<!--
-->{{#vardefine:stuff | {{{ 2 |}}} }}<!--
+
-->{{#vardefine:stuff | {{{ 2 |}}} }}<noinclude>
 +
 
 +
{{#vardefine:name | Bed}}
 +
{{#vardefine:stuff | Granite Blocks }}
 +
 
 +
</noinclude><!--
 
-->{{#if:{{{4|}}}|{{#vardefine:buildOrMake | {{lc:{{{4|}}}}} }}|
 
-->{{#if:{{{4|}}}|{{#vardefine:buildOrMake | {{lc:{{{4|}}}}} }}|
 
{{#switch: {{lc:{{Q|{{#var:name|}}|Type}}}}
 
{{#switch: {{lc:{{Q|{{#var:name|}}|Type}}}}
Line 14: Line 19:
 
| temperature    = {{#vardefine:buildOrMake|build}}
 
| temperature    = {{#vardefine:buildOrMake|build}}
 
| #default      = {{#vardefine:buildOrMake|make}}
 
| #default      = {{#vardefine:buildOrMake|make}}
}}}}
+
}}}}<!--
<noinclude>
 
{{#vardefine:name | Bed}}
 
{{#vardefine:stuff | Granite Blocks }}</noinclude><!--
 
 
-->{{#vardefine:workValue | {{ #expr: {{formatnum: {{Q|{{#var:name|}}|Work To Make}}|R}}*0.0036 {{#ifeq: {{Q|{{#var:name|}}|Resource 1}}| Stuff | {{#ifeq: {{#var:buildOrMake|}}|build|{{#if: {{Q|{{#var:stuff|}}|Work To Build Factor}}|* {{Q|{{#var:stuff|}}|Work To Build Factor}}|}} | {{#if: {{Q|{{#var:stuff|}}|Work To Make Factor}}|* {{Q|{{#var:stuff|}}|Work To Make Factor}}|}} }}| }} round 1}}  }}<!--
 
-->{{#vardefine:workValue | {{ #expr: {{formatnum: {{Q|{{#var:name|}}|Work To Make}}|R}}*0.0036 {{#ifeq: {{Q|{{#var:name|}}|Resource 1}}| Stuff | {{#ifeq: {{#var:buildOrMake|}}|build|{{#if: {{Q|{{#var:stuff|}}|Work To Build Factor}}|* {{Q|{{#var:stuff|}}|Work To Build Factor}}|}} | {{#if: {{Q|{{#var:stuff|}}|Work To Make Factor}}|* {{Q|{{#var:stuff|}}|Work To Make Factor}}|}} }}| }} round 1}}  }}<!--
 
-->{{#vardefine:ingredientValue | {{formatnum:{{ #expr: 0
 
-->{{#vardefine:ingredientValue | {{formatnum:{{ #expr: 0

Revision as of 06:04, 4 August 2021



44

Documentation icon Template documentation[view] [edit] [history] [purge]

Automatically calculates the Market Value of the item from the resources and work to make properties of the item, as set by Template:Infobox main

It outputs a plain number.

Parameters

The item can be manually chosen by the first argument, otherwise it automatically uses the page the template is used on.

For stuffable items, the stuff ingredient can and must be defined in the second argument of the template and the page must correctly have "Stuff" as its Resource 1. It does not prevent selection of options not allowed by the item's Stuff Tags property. Where needed, this must be handled outside of this template.

The third argument is optional and sets the Quality of the item in question. The Quality must be entered by a capitalized string. E.g. "Awful", with no quotes. It does not prevent selection of qualities for items that do not have quality. Where needed, this must be handled outside of this template.

The fourth argument is optional and sets whether a stuffable item uses the Work To Make Factor or Work To Build Factor of the material used. It will attempt to uses the Type property to select the right option, and will default to Make when type is either not set, or isn't recongised. However, it can also be manually set to either Build or Make by having "make" or "build" as the argument.

Example usage

On the page about a non-stuffable item in question:

{{Market Value Calculator}}

On tool cabinet, it would output: 385

On a different page than the non-stuffable item.

{{Market Value Calculator|Flak vest}}

It would output: 225

On a different page than the stuffable item.

{{Market Value Calculator|Duster|Devilstrand}}

It would output: 475

On a page about the stuffable item.

{{Market Value Calculator||Gold|Legendary}}

On Plate armor, it would output: 20125

On a different page than the stuffable built item.

{{Market Value Calculator|Bed|Granite blocks||build}}

It would output:

On a different page than an item with a set market value.

{{Market Value Calculator|Persona monosword||Legendary}}

It would output: Expression error: Unexpected < operator.