Template:Infobox-withdrawal: Difference between revisions
No edit summary |
No edit summary |
||
| (24 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 | <td>{{{brand}}}</td> | ||
</tr> | </tr> | ||
}} | |||
{{#if:{{{signup|}}}| | |||
<tr> | <tr> | ||
<th>Sign Up</th> | <th scope="row">Sign Up</th> | ||
<td> | <td>[{{{signup}}} Register]</td> | ||
</tr> | </tr> | ||
}} | |||
{{#if:{{{login|}}}| | |||
<tr> | <tr> | ||
<th> | <th scope="row">Sign In</th> | ||
<td> | <td>[{{{login}}} Login]</td> | ||
</tr> | </tr> | ||
}} | |||
<tr> | <tr> | ||
<th> | <th colspan="2" style="text-align:center; font-size:125%;">Withdrawal methods:</th> | ||
</tr> | </tr> | ||
{{#if:{{{withdrawal_options|}}}| | |||
<tr> | <tr> | ||
<th> | <th>Withdrawal options</th> | ||
<td>{{{ | <td>{{{withdrawal_options}}}</td> | ||
</tr> | </tr> | ||
}} | |||
{{#if:{{{fastest|}}}| | |||
<tr> | <tr> | ||
<th> | <th>Fastest method(s)</th> | ||
<td>{{{ | <td>{{{fastest}}}</td> | ||
</tr> | </tr> | ||
}} | |||
{{#if:{{{slowest|}}}| | |||
<tr> | <tr> | ||
<th> | <th>Slowest method(s)</th> | ||
<td>{{{ | <td>{{{slowest}}}</td> | ||
</tr> | </tr> | ||
}} | |||
{{#if:{{{min_withdrawal|}}}| | |||
<tr> | <tr> | ||
<th> | <th>Minimum withdrawal</th> | ||
<td>{{{ | <td>{{{min_withdrawal}}}</td> | ||
</tr> | </tr> | ||
}} | |||
{{#if:{{{limit|}}}| | |||
<tr> | <tr> | ||
<th> | <th>Withdrawal limit</th> | ||
<td>{{{ | <td>{{{limit}}}</td> | ||
</tr> | </tr> | ||
}} | |||
{{#if:{{{policy|}}}| | |||
<tr> | <tr> | ||
<th> | <th>Withdrawal policy</th> | ||
<td>{{{ | <td>[{{{policy}}} Read terms]</td> | ||
</tr> | </tr> | ||
}} | |||
{{#if:{{{official_rules|}}}| | |||
<tr> | <tr> | ||
<th> | <th>Official Rules</th> | ||
<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> | <th>Launched</th> | ||
<td>{{{ | <td>{{{foundation}}}</td> | ||
</tr> | </tr> | ||
}} | |||
<tr> | <tr> | ||
<th>Last Updated</th> | <th scope="row">Last Updated</th> | ||
<td>{{{ | <td>{{#time:d.m.Y|{{REVISIONTIMESTAMP}}}}</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
</includeonly> | </includeonly> | ||