Difference between revisions of "Template:AlloyTableRecipe"
Jump to navigation
Jump to search
Aliceingame (talk | contribs) (Created page with "{{#switch: {{{1}}} | Bismuth Bronze = {{AlloyTableEntry|4|Bismuth Bronze|ingot|Molten Zinc|ingot|20%|30%|Molten Copper|ingot|50%|65%|Molten Bismuth|ingot|10%|20%}} | Black Bro...") |
(Eliminate some more extraneous newlines) |
||
(7 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | {{#switch: {{{1}}} | + | <noinclude> |
− | | Bismuth Bronze = {{ | + | 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. |
− | | Black Bronze = {{ | + | ==Example== |
− | | Bronze = {{ | + | {{TableHead_AlloyRecipe}} |
− | | Brass = {{ | + | {{AlloyTableRecipe|Bismuth Bronze}} |
− | | Rose Gold = {{ | + | </noinclude><includeonly>{{#switch: {{{1}}}| Bismuth Bronze = {{TableEntry_AlloyRecipe|3|Bismuth Bronze|ingot| Zinc|ingot|20%|30%| Copper|ingot|50%|65%| Bismuth|ingot|10%|20%}} |
− | | Sterling Silver = {{ | + | | Black Bronze = {{TableEntry_AlloyRecipe|3|Black Bronze|ingot| Copper|ingot|50%|70%| Silver|ingot|10%|25%| Gold|ingot|10%|25%}} |
− | | Weak Steel = {{ | + | | Bronze = {{TableEntry_AlloyRecipe|2|Bronze|ingot| Copper|ingot|88%|92%| Tin|ingot|8%|12%}} |
− | | Weak Blue Steel = {{ | + | | Brass = {{TableEntry_AlloyRecipe|2|Brass|ingot| Copper|ingot|88%|92%| Zinc|ingot|8%|12%}} |
− | | Weak Red Steel = {{ | + | | Rose Gold = {{TableEntry_AlloyRecipe|2|Rose Gold|ingot| Copper|ingot|15%|30%| Gold|ingot|70%|85%}} |
− | | Not an alloy | + | | 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> |
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 |