Difference between revisions of "Template:Achievement"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
<table class="infobox infobox-achievement"> | <table class="infobox infobox-achievement"> | ||
<tr> | <tr> | ||
− | <td class=" | + | <td class="details"> |
<p class="name">{{#if:{{{title|}}}||n/d}}</p> | <p class="name">{{#if:{{{title|}}}||n/d}}</p> | ||
<p class="requirements">{{#if:{{{description|}}}|{{{description}}}|n/d}}</p> | <p class="requirements">{{#if:{{{description|}}}|{{{description}}}|n/d}}</p> | ||
</td> | </td> | ||
− | {{#if:{{{bronze_condition|}}}|<td class=" | + | {{#if:{{{bronze_condition|}}}|<td class="reward"> |
[[File:{{{bronze_icon|}}}|x160px|center]] | [[File:{{{bronze_icon|}}}|x160px|center]] | ||
− | <div class=" | + | <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}} | {{#if:{{{bronze_reward|}}}|{{{bronze_reward}}}|n/d}} | ||
</div> | </div> | ||
− | </td>}} | + | </td>|<td class="reward hidden"></td>}} |
− | {{#if:{{{silver_condition|}}}|<td class=" | + | {{#if:{{{silver_condition|}}}|<td class="reward"> |
[[File:{{{silver_icon|}}}|x160px|center]] | [[File:{{{silver_icon|}}}|x160px|center]] | ||
− | <div class=" | + | <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}} | {{#if:{{{silver_reward|}}}|{{{silver_reward}}}|n/d}} | ||
</div> | </div> | ||
− | </td>}} | + | </td>|<td class="reward hidden"></td>}} |
− | {{#if:{{{gold_condition|}}}|<td class=" | + | {{#if:{{{gold_condition|}}}|<td class="reward"> |
[[File:{{{gold_icon|}}}|x160px|center]] | [[File:{{{gold_icon|}}}|x160px|center]] | ||
− | <div class=" | + | <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}} | {{#if:{{{gold_reward|}}}|{{{gold_reward}}}|n/d}} | ||
</div> | </div> | ||
− | </td>}} | + | </td>|<td class="reward hidden"></td>}} |
</tr> | </tr> | ||
</table> | </table> |
Revision as of 11:04, 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 |