Difference between revisions of "Template:Achievement"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
<div class="reward-details"> | <div class="reward-details"> | ||
<p class="title">{{#if:{{{title|}}}|{{{title}}} 1|n/d}}</p> | <p class="title">{{#if:{{{title|}}}|{{{title}}} 1|n/d}}</p> | ||
− | <p class="requirements">{{#if:{{{bronze_condition|}}}|{{{bronze_condition}}}|n/d}}</p> | + | <p class="requirements">{{#if:{{{bronze_condition|}}}|{{{bronze_condition}}}|n/d}}</p>{{#if:{{{bronze_reward|}}}|{{{bronze_reward}}}|n/d}} |
− | |||
</div> | </div> | ||
</td>|<td class="reward hidden"></td>}} | </td>|<td class="reward hidden"></td>}} | ||
Line 18: | Line 17: | ||
<div class="reward-details"> | <div class="reward-details"> | ||
<p class="title">{{#if:{{{title|}}}|{{{title}}} 2|n/d}}</p> | <p class="title">{{#if:{{{title|}}}|{{{title}}} 2|n/d}}</p> | ||
− | <p class="requirements">{{#if:{{{silver_condition|}}}|{{{silver_condition}}}|n/d}}</p> | + | <p class="requirements">{{#if:{{{silver_condition|}}}|{{{silver_condition}}}|n/d}}</p>{{#if:{{{silver_reward|}}}|{{{silver_reward}}}|n/d}} |
− | |||
</div> | </div> | ||
</td>|<td class="reward hidden"></td>}} | </td>|<td class="reward hidden"></td>}} | ||
Line 26: | Line 24: | ||
<div class="reward-details"> | <div class="reward-details"> | ||
<p class="title">{{#if:{{{title|}}}|{{{title}}} 3|n/d}}</p> | <p class="title">{{#if:{{{title|}}}|{{{title}}} 3|n/d}}</p> | ||
− | <p class="requirements">{{#if:{{{gold_condition|}}}|{{{gold_condition}}}|n/d}}</p> | + | <p class="requirements">{{#if:{{{gold_condition|}}}|{{{gold_condition}}}|n/d}}</p>{{#if:{{{gold_reward|}}}|{{{gold_reward}}}|n/d}} |
− | |||
</div> | </div> | ||
</td>|<td class="reward hidden"></td>}} | </td>|<td class="reward hidden"></td>}} |
Revision as of 11:12, 26 July 2020
n/d n/d |
{{Achievement | title = | description = | bronze_condition = | bronze_reward = | bronze_icon = | silver_condition = | silver_reward = | silver_icon = | gold_condition = | gold_reward = | gold_icon = }}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title | title | no description | String | required |
Description | description | no description | String | required |
Bronze_condition | bronze_condition | no description | String | optional |
Bronze_reward | bronze_reward | no description | String | optional |
Bronze_icon | bronze_icon | no description | String | optional |
Silver_condition | silver_condition | no description | String | optional |
Silver_reward | silver_reward | no description | String | optional |
Silver_icon | silver_icon | no description | String | optional |
Gold_condition | gold_condition | no description | String | optional |
Gold_reward | gold_reward | no description | String | optional |
Gold_icon | gold_icon | no description | String | optional |