Template:Recipe/doc: Difference between revisions
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> | | skill = <associated skill> eg: | skill = Carpentry (can be ignored, won't be displayed) | ||
| modifier = <required modifiers> | | modifier = <required modifiers> eg: | modifier = Variant 1 and Clean (can be ignored, won't be displayed) | ||
| excluded = <excluded modifiers> | | excluded = <excluded modifiers> eg: | excluded = Makeshift and Crude (can be ignored, won't be displayed) | ||
}} | }} | ||
</pre> | </pre> | ||