Vorlage:Bank Account Template

Aus Open Source Ecology - Germany
Version vom 26. Februar 2020, 13:38 Uhr von Andreas Plank (Diskussion | Beiträge) (+documentation; readable parameters)
Zur Navigation springen Zur Suche springen

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:

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}}}