Difference between revisions of "Template:AlloyTableRecipe"
Jump to navigation
Jump to search
Aliceingame (talk | contribs) |
(Eliminate some more extraneous newlines) |
||
(6 intermediate revisions by 4 users not shown) | |||
Line 2: | Line 2: | ||
Use this template to add the recipe for a specific alloy to a page. Just put the table head template first then as many AlloyTemplateRecipe templates as you want with only the alloy name as value. Edit this template in case there is new alloy or change to alloy. | Use this template to add the recipe for a specific alloy to a page. Just put the table head template first then as many AlloyTemplateRecipe templates as you want with only the alloy name as value. Edit this template in case there is new alloy or change to alloy. | ||
==Example== | ==Example== | ||
− | {{ | + | {{TableHead_AlloyRecipe}} |
{{AlloyTableRecipe|Bismuth Bronze}} | {{AlloyTableRecipe|Bismuth Bronze}} | ||
+ | </noinclude><includeonly>{{#switch: {{{1}}}| Bismuth Bronze = {{TableEntry_AlloyRecipe|3|Bismuth Bronze|ingot| Zinc|ingot|20%|30%| Copper|ingot|50%|65%| Bismuth|ingot|10%|20%}} | ||
+ | | Black Bronze = {{TableEntry_AlloyRecipe|3|Black Bronze|ingot| Copper|ingot|50%|70%| Silver|ingot|10%|25%| Gold|ingot|10%|25%}} | ||
+ | | Bronze = {{TableEntry_AlloyRecipe|2|Bronze|ingot| Copper|ingot|88%|92%| Tin|ingot|8%|12%}} | ||
+ | | Brass = {{TableEntry_AlloyRecipe|2|Brass|ingot| Copper|ingot|88%|92%| Zinc|ingot|8%|12%}} | ||
+ | | Rose Gold = {{TableEntry_AlloyRecipe|2|Rose Gold|ingot| Copper|ingot|15%|30%| Gold|ingot|70%|85%}} | ||
+ | | Sterling Silver = {{TableEntry_AlloyRecipe|2|Sterling Silver|ingot| Copper|ingot|20%|40%| Silver|ingot|60%|80%}} | ||
+ | | Weak Steel = {{TableEntry_AlloyRecipe|3|Weak Steel|ingot| Steel|ingot|50%|70%| Nickel|ingot|15%|25%| Black Bronze|ingot|15%|25%}} | ||
+ | | Weak Blue Steel = {{TableEntry_AlloyRecipe|4|Weak Blue Steel|ingot| Steel|ingot|20%|25%| Black Steel|ingot|50%|55%| Bismuth Bronze|ingot|10%|15%| Sterling Silver|ingot|10%|15%}} | ||
+ | | Weak Red Steel = {{TableEntry_AlloyRecipe|4|Weak Red Steel|ingot| Steel|ingot|20%|25%| Black Steel|ingot|50%|55%| Brass|ingot|10%|15%| Rose Gold|ingot|10%|15%}} | ||
+ | | Not an alloy }}</includeonly><noinclude> | ||
+ | <templatedata> | ||
+ | { | ||
+ | "params": { | ||
+ | "1": { | ||
+ | "label": "Alloy Name", | ||
+ | "description": "Alloy this table should be built from.", | ||
+ | "example": "Bronze", | ||
+ | "type": "string", | ||
+ | "required": true | ||
+ | } | ||
+ | }, | ||
+ | "description": "Template for quickly placing alloy recipe data for core TFC values." | ||
+ | } | ||
+ | </templatedata> | ||
+ | [[Category:{{PAGENAME}}]] | ||
</noinclude> | </noinclude> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 05:35, 1 September 2020
Use this template to add the recipe for a specific alloy to a page. Just put the table head template first then as many AlloyTemplateRecipe templates as you want with only the alloy name as value. Edit this template in case there is new alloy or change to alloy.
Example
Template for quickly placing alloy recipe data for core TFC values.
Alloy | Made of | Minimum % | Maximum % |
---|---|---|---|
Bismuth Bronze | Zinc | 20% | 30% |
Copper | 50% | 65% | |
Bismuth | 10% | 20% |
Parameter | Description | Type | Status | |
---|---|---|---|---|
Alloy Name | 1 | Alloy this table should be built from.
| String | required |