BreedingResults
From Dragon Mania Legends (DML) Wiki
Template documentation |
---|
Note: portions of the template sample may not be visible without values provided. |
View or edit this template's documentation. (About template documentation) |
Examples
<code>{{BreedingResults | Salamander | Mercury | 30 November - 7 December 2020}}</code> gives us {{BreedingResults | Salamander | Mercury | 30 November - 7 December 2020}} <hr> <code>{{BreedingResults | Rogue| Banana| targetDragon = Gorilla | color=#FF3F34 | bg-color=#8FD8D8 | hideParents=true}}</code> gives us {{BreedingResults | Rogue| Banana| targetDragon = Gorilla | bg-color=#8FD8D8 | hideParents=true}} <hr> <code>{{BreedingResults | Plant | Rust | 23-30 December 2019 | collapsed=true}}</code> gives us {{BreedingResults | Plant | Rust | 23-30 December 2019 | collapsed=true}} <hr> <code>{{BreedingResults | Agave | Beetle | doubles }}</code> gives us {{BreedingResults | Agave | Beetle | doubles }}
This template uses the {{BreedableDragonsRow}} template to create the table entries for the possible children of Parent 1 and 2. If trying for a specific Dragon, specify as Target.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Parent 1 | Dragon1 1 | Name of the first parent Dragon (without "Dragon")
| String | required |
Parent 2 | Dragon2 2 | Name of the second parent Dragon (without "Dragon")
| String | required |
Timespan | timespan 3 | The timespan when this combination was in use. Displayed in the Header at the last position.
| String | optional |
Target Dragon | targetDragon | When breeding for a specific Dragon, give its name here. It will get added at the bottom of the table in bold letters.
| String | optional |
Text Color override | color | Overrides the text color to use. Specify the full code with the leading #.
| String | optional |
Background Color override | bg-color | Overrides the color used for the header background. Specify the full code with the leading #.
| String | optional |
Hide Parent Icons | hideParents | If specified the Dragon Icons of the parent Dragons get hidden and "Possible Outcomes" is displayed instead. This also disables the timeframe parameter 3.
| Boolean | optional |
Collapse table? | collapsed | If this parameter is set, the whole table is collapsed by adding the mw-collapsed class to it.
| Boolean | optional |