Plantilla:Recipe
This template is used to create a recipe box that is uniform across all items and easily searchable via DPL tables.
The recipe can have up to a maximum of ten items (As of A13 nothing requires more than four items).
Adding this recipe to an item also sets the default category for that item to Categoría:Artículos manufacturados
Usage
Recipes should only be used in the page that they are tied to, i.e. The recipe for a Estación química should only appear on the Estación química page, it should not appear on the pages of the components eg. the Jarra page. This is because the recipe is tied to the page it is on, so dpl searches would list the Beaker as having an ingredient of Estación química, it will also include the Jarra as a Categoría:Artículos manufacturados which it is not.
Parameters
The recipe formats a borderless table with three main columns; an image column, a page link column,and a column containing the count of the required item. There are a maximum of 10 items that can be used in the recipe. Recipes should start at with the 1st version and count up to make sure that formating in other locations works correctly. The system also allows for including the workplace, the implements that are used from the workplace and if you need any special knowledge to use the recipe. The parameters are as follows:
- imageX
- The name of the image of the item.
- linknameX
- The name of the item page (tip: use spaces instead of under-cores (_) for better formatting)
- itemcountX
- The number of items required for the recipe
- optionalX
- If this flag exists, it specifies that the ingredient is optional, only available on 2 - 10.
Where X is between 1 and 10.
The other parameters which are all optional are:
- workstation
- The workplace location that the recipe must be performed.
Note: This has changed from workplace to match the ingame description. - workstationimage
- The image of that workplace location.
Note: This has changed from workplaceimage to match the ingame description. - implement
- The implement in the workplace that must be there.
- implementimage
- The image of that implement.
- schematic
- The schematic or book that must have been read to perform this recipe.
- schematicimage
- The image of that schematic.
- skill
- The skill or perk that must have been read to perform this recipe.
- skillimage
- The image of that skill.
- skilllevel
- The minimum level that must be attained to use this recipe.
- time
- The time for the recipe to complete.
- yield
- The number that is produced.
Copy, Paste, & Delete
You can copy and paste the following where you need it then delete the sections you don't need:
{{Recipe |image1= | linkname1= | itemcount1= |image2= | linkname2= | itemcount2= |image3= | linkname3= | itemcount3= |image4= | linkname4= | itemcount4= |image5= | linkname5= | itemcount5= |image6= | linkname6= | itemcount6= |image7= | linkname7= | itemcount7= |image8= | linkname8= | itemcount8= |image9= | linkname9= | itemcount9= |image10= | linkname10= | itemcount10= |workstationimage= |workstation= |implementimage= |implement= |schematicimage= |schematic= |skillimage= |skill= |skilllevel= |time= |yield= }}
Example
{{{Recipe |image1=Ak47Barrel.png | linkname1=Ak 47 Barrel |itemcount1=1 |image2=Ak47Receiver.png | linkname2=Ak 47 Receiver | itemcount2=1 |image3=Ak47Stock.png | linkname3=Ak 47 Stock | itemcount3=1 |image4=Ak47Parts.png | linkname4=Ak 47 Parts | itemcount4=1 }}
- Produces
The above documentation is transcluded from Plantilla:Recipe/doc. (edit | history)