Template:Recipe/doc: Difference between revisions

From Stalburg Wiki
Jump to navigation Jump to search
(Created page with)
 
mNo edit summary
Line 1: Line 1:
=== Usage ===
=== Usage ===
<pre>
<pre<includeonly />>
{{Recipe
{<nowiki />{Recipe
| Name = <name of the recipe>                        eg: | Name = Furniture parts
| Name = <name of the recipe>                        eg: | Name = Furniture parts
| in1 = <image filename {{!}} displayed item name>    eg: | in1 = 35010 Plank.png{{!}}Plank
| in1 = <image filename {{tlx|!|plaincode}} displayed item name>    eg: | in1 = 35010 Plank.png{{tlx|!|plaincode}}Plank
| in1am = <needed amount>                            eg: | in1am = 4x                  (can be ignored, it will display as "1x" if done so)
| in1am = <needed amount>                            eg: | in1am = 4x                  (can be ignored, it will display as "1x" if done so)
| in1sep = <operation separator>                      eg: | in1sep = or                  (can be ignored, it will display as "+" if done so)
| in1sep = <operation separator>                      eg: | in1sep = or                  (can be ignored, it will display as "+" if done so)
Line 45: Line 45:
| fail5am = <same as above for failure>
| fail5am = <same as above for failure>
   
   
| skill = <associated skill>                           eg: | skill = Carpentry                  (can be ignored, won't be displayed)
| skill = <associated skill>                               eg: | skill = Carpentry                  (can be ignored, won't be displayed)
| modifier = <required modifiers>                     eg: | modifier = Variant 1 and Clean      (can be ignored, won't be displayed)
| modifier = <required modifiers>                         eg: | modifier = Variant 1 and Clean      (can be ignored, won't be displayed)
| excluded = <excluded modifiers>                     eg: | excluded = Makeshift and Crude      (can be ignored, won't be displayed)
| excluded = <excluded modifiers>                         eg: | excluded = Makeshift and Crude      (can be ignored, won't be displayed)
}}
}}
</pre>
</pre>

Revision as of 16:28, 7 February 2025

Usage

{{Recipe
| Name = <name of the recipe>                         eg: | Name = Furniture parts
| in1 = <image filename {{!}} displayed item name>    eg: | in1 = 35010 Plank.png{{!}}Plank
| in1am = <needed amount>                             eg: | in1am = 4x                   (can be ignored, it will display as "1x" if done so)
| in1sep = <operation separator>                      eg: | in1sep = or                  (can be ignored, it will display as "+" if done so)
| in2 = <same as above>                               (anything about 1 slot can be ignored, won't be displayed)
| in2am = <same as above>
| in2sep = <same as above>
| in3 = <same as above>
| in3am = <same as above>
| in3sep = <same as above>
.
.
.
| in9sep = <same as above>
| in10 = <same as above>
| in10am = <same as above>

| out1 = <same as above for output>
| out1am = <same as above for output>
| out1sep = <same as above for output>
| out2 = <same as above for output>
| out2am = <same as above for output>
| out2sep = <same as above for output>
.
.
.
| out4sep = <same as above for output>
| out5 = <same as above for output>
| out5am = <same as above for output>

| fail1 = <same as above for failure>
| fail1am = <same as above for failure>
| fail1sep = <same as above for failure>
| fail2 = <same as above for failure>
| fail2am = <same as above for failure>
| fail2sep = <same as above for failure>
.
.
.
| fail4sep = <same as above for failure>
| fail5 = <same as above for failure>
| fail5am = <same as above for failure>
 
| skill = <associated skill>                               eg: | skill = Carpentry                   (can be ignored, won't be displayed)
| modifier = <required modifiers>                          eg: | modifier = Variant 1 and Clean      (can be ignored, won't be displayed)
| excluded = <excluded modifiers>                          eg: | excluded = Makeshift and Crude      (can be ignored, won't be displayed)
}}