Template:MissionRewards: Difference between revisions

m
remove extra spaces
(Created page with "<includeonly> <table class="wikitable" style="background-color:#ecf5f9;text-align:center"> <tr><th>First Clear</th><td>{{{FirstClear1|}}}</td><td>{{{FirstClear2|}}}</td><td>{{...")
 
m (remove extra spaces)
 
(15 intermediate revisions by 2 users not shown)
Line 1:
<includeonly><table class="wikitable missionrewards" style="background:none;border:none;border-colorcollapse:#ecf5f9separate;text-align:center">
<includeonly>
{{#if: {{{FirstClear1|}}}|<tr>
<table class="wikitable" style="background-color:#ecf5f9;text-align:center">
<th>First Clear</th>
<tr><th>First Clear</th><td>{{{FirstClear1|}}}</td><td>{{{FirstClear2|}}}</td><td>{{{FirstClear3|}}}</td><td>{{{FirstClear4|}}}</td><td>{{{FirstClear5|}}}</td></tr>
{{#loop: count
<tr><th>Main Drops</th><td>{{{Main1|}}}</td><td>{{{Main2|}}}</td><td>{{{Main3|}}}</td><td>{{{Main4|}}}</td><td>{{{Main5|}}}</td></tr>
| 1
<tr><th>Other Drops</th><td>{{{Other1|}}}</td><td>{{{Other2|}}}</td><td>{{{Other3|}}}</td><td>{{{Other4|}}}</td><td>{{{Other5|}}}</td></tr>
| 5
</table>
| {{#if: {{{FirstClear{{#var: count }}|}}}|<td style="background-color:#ecf5f9">{{ItemCard|{{{FirstClear{{#var: count }}|}}}|64px|text=}}{{#if: {{{FirstClear{{#var: count }}Amount|}}}| <span class="amount">{{{FirstClear{{#var: count }}Amount|}}}</span> }}</td>|<td style="visibility:hidden"></td>}}
</includeonly>
}}
<noinclude>
</tr>
|}}
{{#if: {{{Main1|}}}|<tr>
<th>Main Drops</th>
{{#loop: count
| 1
| 8
| {{#if: {{{Main{{#var: count }}|}}}|<td style="background-color:#ecf5f9">{{ItemCard|{{{Main{{#var: count }}|}}}|64px|text=}}{{#if: {{{Main{{#var: count }}Prob|}}}| <span class="prob">{{{Main{{#var: count }}Prob|}}}%</span> }}{{#if: {{{Main{{#var: count }}Amount|}}}| <span class="amount">{{{Main{{#var: count }}Amount|}}}</span> }}</td>|<td style="visibility:hidden"></td>}}
}}
</tr>
|}}
{{#if: {{{Other1|}}}|<tr>
<th>Other Drops</th>
{{#loop: count
| 1
| 9
| {{#if: {{{Other{{#var: count }}|}}}|<td style="background-color:#ecf5f9">{{ItemCard|{{{Other{{#var: count }}|}}}|64px|text=}}{{#if: {{{Other{{#var: count }}Prob|}}}| <span class="prob">{{{Other{{#var: count }}Prob|}}}%</span> }}{{#if: {{{Other{{#var: count }}Amount|}}}| <span class="amount">{{{Other{{#var: count }}Amount|}}}</span> }}</td>|<td style="visibility:hidden"></td>}}
}}
</tr>
|}}
</table></includeonly><noinclude>
<templatedata>
{
Line 15 ⟶ 36:
"FirstClear4": {},
"FirstClear5": {},
"FirstClear6": {},
"FirstClear7": {},
"FirstClear8": {},
"FirstClear9": {},
"Main1": {},
"Main1Prob": {},
"Main2": {},
"Main2Prob": {},
"Main3": {},
"Main3Prob": {},
"Main4": {},
"Main4Prob": {},
"Main5": {},
"Main5Prob": {},
"Main6": {},
"Main6Prob": {},
"Main7": {},
"Main7Prob": {},
"Main8": {},
"Main8Prob": {},
"Main9": {},
"Main9Prob": {},
"Other1": {},
"Other2": {},
"Other3": {},
"Other4": {},
"Other5": {},
"Other6": {},
"Other7": {},
"Other8": {},
"Other9": {}
},
"description": "Mission reward boxrewards.",
"format": "block"
}