Template:Recipes/extract/doc

From Starlight River Mod Wiki
Jump to navigation Jump to search

Use this template to extract info from certain crafting recipe(s).

Usage

This template is designed for extracting info from recipe(s) for "single result item"(however can be multiple recipes), so you need to use query constraint paramters (result, ingredient ...) to query "single" result. See {{recipes}} for details of all query constraint paramters.

If query result is more than one row, this template will only return first row for mode=station or mode=result, and all rows for mode=compact or mode=ingredients .

then, use following parameters for output format:

mode = compact/result/ingredients/station/stationraw

Output mode. If not specified, it will be compact by default. See examples below. NOTE: for ingredients-buy/ingredients-sell, you should make sure there is only 1 result recipe and no alternative crafting ingredient in ingredients list. For ingredients-buy, you should make sure all ingredients are actually buyable.

sep or seperator

Separator between multiple ingredients lists. Only valid when mode=compact or mode=ingredients. Default is <br/>'''or'''<br/> for mode=compact or <br/>'''or'''<br/> for mode=ingredients. Note: single ingredients list will be wrapped in <div> when |mode=ingredients and in <span> when |mode=compact.

withresult and nostation and noversion

Only valid when mode=compact. By default, it will output as [version]: [ingredients]@[station], if withresult=y, will output as [ingredients]@[station]=[result], if nostation=y, there wil be no @[station], if noversion=y, there will be no [version]:.

showresultid=y and link=no

Only valid when mode=result. result item will show their internal item ID (if available), and/or have no link, respectively.

Examples

Code Result
{{recipes/extract|result=Electro Arrow}} 10 Wooden Arrow + Wire  @  Work Bench
{{recipes/extract|result=Electro Arrow|withresult=y}} 10 Wooden Arrow + Wire = 10 Electro Arrow  @  Work Bench
{{recipes/extract|result=Electro Arrow|nostation=y}} 10 Wooden Arrow + Wire
{{recipes/extract|result=Electro Arrow|withresult=y|nostation=y}} 10 Wooden Arrow + Wire = 10 Electro Arrow
{{recipes/extract|result=Electro Arrow|mode=result}} Electro ArrowElectro Arrow (10)
{{recipes/extract|result=Electro Arrow|mode=ingredients}}
{{recipes/extract|result=Electro Arrow|mode=station}} Work BenchWork Bench
{{recipes/extract|result=Electro Arrow|mode=stationraw}} Work Bench
{{recipes/extract|result=Book Of Frost|sep=<br/>}}

Multiple recipes

Note: single ingredients list will be wrapped in <div> when |mode=ingredients and in <span> when |mode=compact.

Code Result
{{recipes/extract|result=Bladesaw}} 8 Any Copper Bar + 12 Any Iron Bar  @  Iron Anvil / Lead Anvil
{{recipes/extract|result=Bladesaw|withresult=y}} 8 Any Copper Bar + 12 Any Iron Bar = Bladesaw  @  Iron Anvil / Lead Anvil
{{recipes/extract|result=Bladesaw|mode=result}} BladesawBladesaw
{{recipes/extract|result=Bladesaw|mode=ingredients}}
or
{{recipes/extract|result=Bladesaw|mode=station}} Iron AnvilIron Anvil
or
Lead AnvilLead Anvil
{{recipes/extract|result=Bladesaw|mode=ingredients|sep=--or--}}
--or--
{{recipes/extract|result=Bladesaw|nostation=y|sep=&#32;/&#32;}} 8 Any Copper Bar + 12 Any Iron Bar
<table class="terraria lined"><tr><td rowspan="4" style="border:0">{{recipes/extract|result=Bladesaw|mode=result}}</td>
<td>{{recipes/extract|result=Bladesaw|withresult=y|sep=</td></tr><tr><td>}}</td></tr></table>
BladesawBladesaw 8 Any Copper Bar + 12 Any Iron Bar = Bladesaw  @  Iron Anvil / Lead Anvil