Difference between revisions of "Template:Recipe item/doc"
From Captain of Industry Wiki
(Added a case of "Quantity = ?") |
(Changed condition to display "?" as a quantity of item: now displays it when Unit is set to "?".) |
||
Line 62: | Line 62: | ||
{{Recipe item | {{Recipe item | ||
| Name = Steam hi | | Name = Steam hi | ||
| | | Unit = ? <!-- NOT Quantity but Unit --> | ||
| Time = 10 | | Time = 10 | ||
}}</nowiki>| | }}</nowiki>| | ||
{{Recipe item | {{Recipe item | ||
| Name = Steam hi | | Name = Steam hi | ||
| | | Unit = ? | ||
| Time = 10 | | Time = 10 | ||
}} | }} | ||
}} | }} | ||
</div> | </div> | ||
::*For displaying "?," Unit should be used instead of Quantity since Input1Qty, etc. in [[Template: Recipe define]] can receive only integer. | |||
:For overwriting plus icon and/or icon size: | :For overwriting plus icon and/or icon size: | ||
<div class="recipe-wrapper> | <div class="recipe-wrapper> |
Revision as of 23:35, 2 October 2022
- Purpose
- This is a template for improving the maintainability of Template: Recipe draw, where the code for drawing the plus sign and item icon is used nearly 20 times. This template is intended to be used only in Template: Recipe draw and does not work alone.
- Usage
- For Input1 and Output1
Markup | Renders as |
---|---|
{{Recipe item | Name = Steam hi | Quantity = 2 | Time = 10 }} |
|
- For Input2-6 and Output2-6:
Markup | Renders as |
---|---|
{{Recipe item | Name = Steam hi | Quantity = 2 | Time = 10 | Plus = yes }} |
|
- For Mechanical power and Electricity:
- For variable quantity:
Markup | Renders as |
---|---|
{{Recipe item | Name = Steam hi | Unit = ? <!-- NOT Quantity but Unit --> | Time = 10 }} |
|
- For displaying "?," Unit should be used instead of Quantity since Input1Qty, etc. in Template: Recipe define can receive only integer.
- For overwriting plus icon and/or icon size:
Markup | Renders as |
---|---|
{{Recipe item | Name = Steam hi | Quantity = 2 | Time = 10 | Plus = [[File:Unity.png|32x32px]] | ImageSize = 24x24px }} |
|
- When Name is empty:
Markup | Renders as |
---|---|
{{Recipe item | Name = | Quantity = 2 | Time = 10 }} |
|
- The reason this template cannot be used alone
- Template: Recipe draw has the following 4 codes to define its style and icons. But, these codes are omitted from here.
- {{#vardefine: img_plus | [[File:Plus.png|24x24px]] }}
- {{#vardefine: imgsz_reg | 48x48px }}
- <templatestyles src="Template:Recipe draw/styles.css" />
- <div class="recipe-wrapper>