Template:BTDB2 hero reward list by id: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 6: | Line 6: | ||
|fields=CONCAT("[[File:", btdb2_cosmetic_items.image, "|50x50px]]") = Icon, | |fields=CONCAT("[[File:", btdb2_cosmetic_items.image, "|50x50px]]") = Icon, | ||
CONCAT("'''", btdb2_cosmetic_items.name, "'''<br>", btdb2_cosmetic_items.description) = Name / description, | CONCAT("'''", btdb2_cosmetic_items.name, "'''<br>", btdb2_cosmetic_items.description) = Name / description, | ||
CONCAT("[[File:",btdb2_cosmetic_categories.icon,"|20x20px|link=", btdb2_cosmetic_categories._pageName, "]][[",btdb2_cosmetic_categories._pageName, "|", category, "]]") = Category, | CONCAT("[[File:",btdb2_cosmetic_categories.icon,"|20x20px|link=", btdb2_cosmetic_categories._pageName, "]] [[",btdb2_cosmetic_categories._pageName, "|", category, "]]") = Category, | ||
CONCAT("[[File:BTDB2 money icon.png|x20px|link=Monkey Money (Battles 2)|Monkey Money]]", btdb2_cosmetic_categories.hero_mm_cost, "<br>[[File:BTDB2 hero xp large.png|x20px|link=Hero Point|Hero Points]]", FORMAT(btdb2_cosmetic_categories.hero_point_cost, 0)) = Cost | CONCAT("[[File:BTDB2 money icon.png|x20px|link=Monkey Money (Battles 2)|Monkey Money]] ", btdb2_cosmetic_categories.hero_mm_cost, "<br>[[File:BTDB2 hero xp large.png|x20px|link=Hero Point|Hero Points]] ", FORMAT(btdb2_cosmetic_categories.hero_point_cost, 0)) = Cost | ||
|where=btdb2_cosmetic_items.id = '{{{item 1|}}}' OR btdb2_cosmetic_items.id = '{{{item 2|}}}' OR btdb2_cosmetic_items.id = '{{{item 3|}}}' OR btdb2_cosmetic_items.id = '{{{item 4|}}}' OR btdb2_cosmetic_items.id = '{{{item 5|}}}' OR btdb2_cosmetic_items.id = '{{{item 6|}}}' OR btdb2_cosmetic_items.id = '{{{item 7|}}}' OR btdb2_cosmetic_items.id = '{{{item 8|}}}' OR btdb2_cosmetic_items.id = '{{{item 9|}}}' | |where=btdb2_cosmetic_items.id = '{{{item 1|}}}' OR btdb2_cosmetic_items.id = '{{{item 2|}}}' OR btdb2_cosmetic_items.id = '{{{item 3|}}}' OR btdb2_cosmetic_items.id = '{{{item 4|}}}' OR btdb2_cosmetic_items.id = '{{{item 5|}}}' OR btdb2_cosmetic_items.id = '{{{item 6|}}}' OR btdb2_cosmetic_items.id = '{{{item 7|}}}' OR btdb2_cosmetic_items.id = '{{{item 8|}}}' OR btdb2_cosmetic_items.id = '{{{item 9|}}}' | ||
Revision as of 18:17, 9 December 2024
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Hero | hero | no description | String | optional |
| Item ID 1 | item 1 | no description | String | optional |
| Item ID 2 | item 2 | no description | String | optional |
| Item ID 3 | item 3 | no description | String | optional |
| Item ID 4 | item 4 | no description | String | optional |
| Item ID 5 | item 5 | no description | String | optional |
| Item ID 6 | item 6 | no description | String | optional |
| Item ID 7 | item 7 | no description | String | optional |
| Item ID 8 | item 8 | no description | String | optional |
| Item ID 9 | item 9 | no description | String | optional |
This template adds rows to the table "btdb2_cosmetic_sources", which is declared by the template BTDB2 cosmetic item list by id. View table.