Template:Recipe/doc: Difference between revisions
Created page with |
mNo edit summary |
||
| (7 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
=== Usage === | === Usage === | ||
<pre> | {{Escape notice}} | ||
{{Recipe | |||
| Name = <name of the recipe> | <pre<includeonly />> | ||
| in1 = < | {<nowiki />{Recipe | ||
| in1am = <needed amount> | | Name = <name of the recipe> eg: | Name = Furniture parts | ||
| in1sep = <operation separator> | | in1 = <item name> eg: | in1 = plank (not case sensitive, just make sure there are no consecutive spaces) | ||
| in2 = <same as above> | | in1am = <needed amount> eg: | in1am = 4x (can be ignored, it will default to "1x") | ||
| in1sep = <operation separator> eg: | in1sep = or (can be ignored, it will default to "+") | |||
| in2 = <same as above> (anything about 1 slot can be ignored, won't be displayed) | |||
| in2am = <same as above> | | in2am = <same as above> | ||
| in2sep = <same as above> | | in2sep = <same as above> | ||
| Line 45: | Line 47: | ||
| 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> | ||
<includeonly>[[Category:Crafting Templates]]</includeonly> | |||