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.
Difference between revisions of "Template:ColorTable"
From ATITD7
Jump to navigationJump to searchLine 78: | Line 78: | ||
=== Make a List of Paint Recipes === | === Make a List of Paint Recipes === | ||
+ | |||
+ | <pre>{{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 | ||
+ | |} | ||
+ | </pre> | ||
=== Make a List of Raeli Oven Colors === | === Make a List of Raeli Oven Colors === |
Revision as of 01:12, 23 September 2015
Name | 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 |
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 |}