The Wiki for Tale 7 is in read-only mode and is available for archival and reference purposes only. Please visit the current Tale 11 Wiki in the meantime.
If you have any issues with this Wiki, please post in #wiki-editing on Discord or contact Brad in-game.
Template:ColorTable
From ATITD7
Jump to navigationJump to searchName | Hex (RGB) |
---|
Usage
This is a template for displaying a table of RGB colors. It has a number of settings you can set to determine how it behaves:
Setting | Use | Default |
---|---|---|
caption==value | The caption for the table | Colors |
verify=true | Include columns to check off that this color has been verified to exist | false |
recipe=true | Include columns for paint recipe ingredients | false |
raeli=true | Include columns for Raeli ovens. | false |
quantity=true | Include a quantity column. | false |
notes=true | Include a notes column. | false |
Use Template:ColorTable/Row for the rows in the table.
Examples
Make a List of Paint Recipes
{{ColorTable|caption=Paint Recipes|recipe=true|notes=true}} {{ColorTable/Row|name=Black|hex=#000000}} || || 3 || 2 || 2 || || 4 || || || || || || || || || || Verified {{ColorTable/Row|name=Blue Violet|hex=#8A2BE2}} || || || || || || || || || || || || || || || || In Progress |}
Name | Hex (RGB) | Cabbage Juice | Carrots | Clay | Dead Tongue | Toad Skin | Earth Light | Red Sand | Lead | Silver Powder | Iron | Copper | Sulfur | Potash | Lime | Saltpeter | Notes |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Black | #000000 | 3 | 2 | 2 | 4 | Verified | |||||||||||
Blue Violet | #8A2BE2 | In Progresss |
Make a List of Ribbons in Stock
{{ColorTable|caption=Paint Recipes|quantityy=true}} {{ColorTable/Row|name=Black|hex=#000000}} || 12 {{ColorTable/Row|name=Blue Violet|hex=#8A2BE2}} 3 |}
Name | Hex (RGB) | Qty |
---|---|---|
Black | #000000 | 12 |
Blue Violet | #8A2BE2 3 |