Vorlage:Feldgenerator: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Maggus (Diskussion | Beiträge) K ((bugfix)) |
Maggus (Diskussion | Beiträge) (upper case) |
||
Zeile 42: | Zeile 42: | ||
### zeige das Label an | ### zeige das Label an | ||
− | --><td class="formtable. | + | --><td class="formtable.Label" ><!-- |
-->{{#show: Attribut:{{#var:Attribut}} | ?Label# | default={{#var:Attribut}} }}<!-- | -->{{#show: Attribut:{{#var:Attribut}} | ?Label# | default={{#var:Attribut}} }}<!-- | ||
--></td><!-- | --></td><!-- | ||
Zeile 56: | Zeile 56: | ||
### Attribut name | ### Attribut name | ||
-->{{#var:Attribut}}<!-- | -->{{#var:Attribut}}<!-- | ||
− | ### | + | ### Input type |
− | -->{{#show: Attribut:{{#var:Attribut}} | ? | + | -->{{#show: Attribut:{{#var:Attribut}} | ?Input type# | intro= {{!}}Input type= }}<!-- |
### Auswahlliste | ### Auswahlliste | ||
− | -->{{#if: {{#show: Attribut:{{#var:Attribut}} | ? | + | -->{{#if: {{#show: Attribut:{{#var:Attribut}} | ?Values from }}<!-- |
− | -->| {{#show: Attribut:{{#var:Attribut}} | ? | + | -->| {{#show: Attribut:{{#var:Attribut}} | ?Values from# | intro= {{!}} }} <!-- |
− | --> {{#show: Attribut:{{#var:Attribut}} | ? | + | --> {{#show: Attribut:{{#var:Attribut}} | ?Values# | intro= = }} <!-- |
-->|}}<!-- | -->|}}<!-- | ||
− | ### | + | ### Label |
− | -->{{#show: Attribut:{{#var:Attribut}} | ? | + | -->{{#show: Attribut:{{#var:Attribut}} | ?Label# | default={{#var:Attribut}} | intro = {{!}}Label= }}<!-- |
### Hilfetext Attribut | ### Hilfetext Attribut | ||
-->{{#show: Attribut:{{#var:Attribut}} | ?Hilfetext Attribut# | intro = {{!}}tooltip= }}<!-- | -->{{#show: Attribut:{{#var:Attribut}} | ?Hilfetext Attribut# | intro = {{!}}tooltip= }}<!-- | ||
− | ### | + | ### Placeholder |
− | -->{{#show: Attribut:{{#var:Attribut}} | ? | + | -->{{#show: Attribut:{{#var:Attribut}} | ?Placeholder# | intro = {{!}}Placeholder= }}<!-- |
− | ### | + | ### Mandatory |
− | -->{{#if: {{#show: Attribut:{{#var:Attribut}} | ? | + | -->{{#if: {{#show: Attribut:{{#var:Attribut}} | ?Mandatory }}<!-- |
− | -->| {{!}} | + | -->| {{!}}Mandatory <!-- |
-->}}<!-- | -->}}<!-- | ||
− | ### | + | ### Existing values only |
− | -->{{#if: {{#show: Attribut:{{#var:Attribut}} | ? | + | -->{{#if: {{#show: Attribut:{{#var:Attribut}} | ?Existing values only}}<!-- |
− | -->| {{!}} | + | -->| {{!}}Existing values only<!-- |
-->}}<!-- | -->}}<!-- | ||
− | ### | + | ### Autogrow |
− | -->{{#if: {{#show: Attribut:{{#var:Attribut}} | ? | + | -->{{#if: {{#show: Attribut:{{#var:Attribut}} | ?Autogrow}}<!-- |
− | -->| {{!}} | + | -->| {{!}}Autogrow{{!}}rows=1<!-- |
-->}}<!-- | -->}}<!-- | ||
− | ### | + | ### Uploadable |
− | -->{{#if: {{#show: Attribut:{{#var:Attribut}} | ? | + | -->{{#if: {{#show: Attribut:{{#var:Attribut}} | ?Uploadable }}<!-- |
− | -->| {{!}} | + | -->| {{!}}Uploadable{{!}}Image preview <!-- |
-->}}<!-- | -->}}<!-- | ||
Version vom 4. Oktober 2020, 09:54 Uhr
Dies ist die Vorlage „Feldgenerator“. Sie sollte im folgenden Format genutzt werden:
{{Feldgenerator|<Attribut>}}
wobei <Attribut> (Pflichtangabe) der Attributsname ist, aus dem heraus das Formularfeld generiert wird (ohne den Namespace, also zum Beispiel "Wappen" statt "Attribut:Wappen").
Beispiel
Eingabe
{{Feldgenerator | Label }}
Ausgabe
Label | Der siohtbare Feldbezeichner; ohne Eintrag wird der Feldname genommen | {{{field|Label|Input type=text|Label=Label|tooltip=Der siohtbare Feldbezeichner; ohne Eintrag wird der Feldname genommen|Placeholder=}}} |
Klick auf „Bearbeiten“, um den Quelltext der Vorlage anzusehen.