Vorlage:Bank Account Template: Unterschied zwischen den Versionen
(+documentation; readable parameters) |
(documentation) |
||
Zeile 37: | Zeile 37: | ||
The template has the following parameters ('''mandatory in bold''', optional in normal font), the labels: | The template has the following parameters ('''mandatory in bold''', optional in normal font), the labels: | ||
− | <div class="definition-inline | + | <div class="definition-inline"> |
− | ; | + | ; |account holder label= : label of the account holder |
− | ; < | + | ; <span style="font-weight:normal" >|IBAN label=</span> : label of IBAN the <u>I</u>nternational <u>B</u>ank <u>A</u>ccount <u>N</u>umber (default: IBAN) |
− | ; < | + | ; <span style="font-weight:normal" >|BIC label=</span> : label of BIC, the <u>B</u>ank <u>I</u>dentifier <u>C</u>ode (default: BIC) |
− | ; | + | ; |purpose label= : label of purpose or reason for payment |
</div> | </div> | ||
… and the data: | … and the data: | ||
− | <div class="definition-inline | + | <div class="definition-inline"> |
− | ; | + | ; |account holder= : the account holder |
− | ; | + | ; |IBAN= : the actual IBAN |
− | ; | + | ; |BIC= : the actual BIC |
− | ; | + | ; |purpose= : the actual purpose or reason for payment |
− | ; | + | ; |bank name= : the actual bank name |
</div> | </div> | ||
Version vom 28. Februar 2020, 02:42 Uhr
Genercic template to display bank accounts.
Usage
{{Bank Account Template |account holder label=Kontoinhaber |account holder=OSE Germany e.V. |bank name=GLS Bank, Bochum, Germany |BIC=GENODEM1GLS |IBAN=DE19 4306 0967 1190 6553 00 |purpose label=Verwendungszweck |purpose=OSEG Tiva }}
… gets displayed as:
Kontoinhaber:
IBAN:
BIC:
Verwendungszweck:
OSE Germany e.V.
DE19 4306 0967 1190 6553 00
GENODEM1GLS (GLS Bank, Bochum, Germany)
OSEG Tiva
It is more practical to wrap this Vorlage:Bank Account Template in another template to have a generic bank account for one account holder or one purpose, in this case, e.g. a template: Bankkonto OSEG (in German for the Open Source Ecology Germany, but different reason for payment). Please categorize them to get hold of the data later on:
- use category: Sensitive Daten (German)
- use category: Sensitive Data (English)
Dependencies
Parameters
The template has the following parameters (mandatory in bold, optional in normal font), the labels:
- |account holder label=
- label of the account holder
- |IBAN label=
- label of IBAN the International Bank Account Number (default: IBAN)
- |BIC label=
- label of BIC, the Bank Identifier Code (default: BIC)
- |purpose label=
- label of purpose or reason for payment
… and the data:
- |account holder=
- the account holder
- |IBAN=
- the actual IBAN
- |BIC=
- the actual BIC
- |purpose=
- the actual purpose or reason for payment
- |bank name=
- the actual bank name
And below you see the parameters (generic) layout:
{{{account holder label}}}:
IBAN:
BIC:
{{{purpose label}}}:
{{{account holder}}}
{{{IBAN}}}
{{{BIC}}} ({{{bank name}}})
{{{purpose}}}