Template:Infobox-withdrawal: Difference between revisions

No edit summary
Tag: Manual revert
No edit summary
 
(25 intermediate revisions by the same user not shown)
Line 14: Line 14:
</tr>
</tr>


{{#if:{{{signup|}}}|
<tr>
<tr>
<th>Brand</th>
<th>Brand Review</th>
<td>{{{brand|N/A}}}</td>
<td>{{{brand}}}</td>
</tr>
</tr>
}}


{{#if:{{{signup|}}}|
<tr>
<tr>
<th>Sign Up</th>
<th scope="row">Sign Up</th>
<td>{{#if:{{{signup|}}}|[{{{signup}}} Register]|N/A}}</td>
<td>[{{{signup}}} Register]</td>
</tr>
</tr>
}}


{{#if:{{{login|}}}|
<tr>
<tr>
<th>Login</th>
<th scope="row">Sign In</th>
<td>{{#if:{{{login|}}}|[{{{login}}} Login]|N/A}}</td>
<td>[{{{login}}} Login]</td>
</tr>
</tr>
}}


<tr>
<tr>
<th>License Authority</th>
<th colspan="2" style="text-align:center; font-size:125%;">Withdrawal methods:</th>
<td>{{{license_authority|N/A}}}</td>
</tr>
</tr>


{{#if:{{{withdrawal_options|}}}|
<tr>
<tr>
<th>License Status</th>
<th>Withdrawal options</th>
<td>{{{license_status|N/A}}}</td>
<td>{{{withdrawal_options}}}</td>
</tr>
</tr>
}}


{{#if:{{{fastest|}}}|
<tr>
<tr>
<th>Min. Withdrawal</th>
<th>Fastest method(s)</th>
<td>{{{min_withdrawal|N/A}}}</td>
<td>{{{fastest}}}</td>
</tr>
</tr>
}}


{{#if:{{{slowest|}}}|
<tr>
<tr>
<th>Wagering</th>
<th>Slowest method(s)</th>
<td>{{{wagering|N/A}}}</td>
<td>{{{slowest}}}</td>
</tr>
</tr>
}}


{{#if:{{{min_withdrawal|}}}|
<tr>
<tr>
<th>Founded</th>
<th>Minimum withdrawal</th>
<td>{{{foundation|N/A}}}</td>
<td>{{{min_withdrawal}}}</td>
</tr>
</tr>
}}


{{#if:{{{limit|}}}|
<tr>
<tr>
<th>Safety Verdict</th>
<th>Withdrawal limit</th>
<td>{{{safety_verdict|N/A}}}</td>
<td>{{{limit}}}</td>
</tr>
</tr>
}}


{{#if:{{{policy|}}}|
<tr>
<tr>
<th>Support Email</th>
<th>Withdrawal policy</th>
<td>{{{support_email|N/A}}}</td>
<td>[{{{policy}}} Read terms]</td>
</tr>
</tr>
}}


{{#if:{{{official_rules|}}}|
<tr>
<tr>
<th>Rating</th>
<th>Official Rules</th>
<td>{{{rating|N/A}}}</td>
<td>{{{official_rules}}}</td>
</tr>
}}
 
<tr>
<th colspan="2" style="text-align:center; font-size:125%;">Other:</th>
</tr>
 
{{#if:{{{support_email|}}}|
<tr>
<th>Support</th>
<td>[mailto:{{{support_email}}} {{{support_email}}}]</td>
</tr>
</tr>
}}


{{#if:{{{foundation|}}}|
<tr>
<tr>
<th>Official Rules</th>
<th>Launched</th>
<td>{{{official_rules|N/A}}}</td>
<td>{{{foundation}}}</td>
</tr>
</tr>
}}


<tr>
<tr>
<th>Last Updated</th>
  <th scope="row">Last Updated</th>
<td>{{{last_updated|N/A}}}</td>
  <td>{{#time:d.m.Y|{{REVISIONTIMESTAMP}}}}</td>
</tr>
</tr>


</table>
</table>
</includeonly>
</includeonly>