Vorlage:Feldgenerator: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Maggus (Diskussion | Beiträge) (upper case) |
Maggus (Diskussion | Beiträge) (Änderung 143063 von Maggus (Diskussion) rückgängig gemacht.) Markierung: Rückgängigmachung |
||
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.