Vorlage:Feldgenerator: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Maggus (Diskussion | Beiträge) |
Maggus (Diskussion | Beiträge) |
||
Zeile 9: | Zeile 9: | ||
== Beispiel == | == Beispiel == | ||
Die Angabe <nowiki>{{Fieldgenerator|input type}}</nowiki> erzeugt: | Die Angabe <nowiki>{{Fieldgenerator|input type}}</nowiki> erzeugt: | ||
+ | |||
+ | <div class="textbox hellgrau" > | ||
{{Fieldgenerator|input type}} | {{Fieldgenerator|input type}} | ||
+ | </div> | ||
Klick auf „Bearbeiten“, um den Quelltext der Vorlage anzusehen. | Klick auf „Bearbeiten“, um den Quelltext der Vorlage anzusehen. | ||
Zeile 34: | Zeile 37: | ||
-->{{#var:field}}<!-- | -->{{#var:field}}<!-- | ||
### input type | ### input type | ||
− | -->{{#show: Attribut: | + | -->{{#show: Attribut:{{#var:field}} | ?input type | intro = {{!}}input type= }}<!-- |
### combobox | ### combobox | ||
− | -->{{#if: {{#show: Attribut: | + | -->{{#if: {{#show: Attribut:{{#var:field}} | ?combobox values from }}<!-- |
− | -->| {{#show: Attribut: | + | -->| {{#show: Attribut:{{#var:field}} | ?combobox values from | intro= {{!}} }} <!-- |
− | --> {{#show: Attribut: | + | --> {{#show: Attribut:{{#var:field}} | ?combobox values | intro= = }} <!-- |
-->|}}<!-- | -->|}}<!-- | ||
### placeholder | ### placeholder | ||
− | -->{{#show: Attribut: | + | -->{{#show: Attribut:{{#var:field}} | ?placeholder | intro = {{!}}placeholder= }}<!-- |
### mandatory | ### mandatory | ||
− | -->{{#if: {{#show: Attribut: | + | -->{{#if: {{#show: Attribut:{{#var:field}} | ?mandatory }}<!-- |
-->| {{!}}mandatory <!-- | -->| {{!}}mandatory <!-- | ||
-->}}<!-- | -->}}<!-- | ||
### existing values only | ### existing values only | ||
− | -->{{#if: {{#show: Attribut: | + | -->{{#if: {{#show: Attribut:{{#var:field}} | ?existing values only}}<!-- |
-->| {{!}}existing values only<!-- | -->| {{!}}existing values only<!-- | ||
-->}}<!-- | -->}}<!-- | ||
### autogrow | ### autogrow | ||
− | -->{{#if: {{#show: Attribut: | + | -->{{#if: {{#show: Attribut:{{#var:field}} | ?autogrow}}<!-- |
-->| {{!}}autogrow<!-- | -->| {{!}}autogrow<!-- | ||
-->}}<!-- | -->}}<!-- | ||
### uploadable | ### uploadable | ||
− | -->{{#if: {{#show: Attribut: | + | -->{{#if: {{#show: Attribut:{{#var:field}} | ?uploadable }}<!-- |
-->| {{!}}uploadable <!-- | -->| {{!}}uploadable <!-- | ||
-->}}<!-- | -->}}<!-- |
Version vom 10. September 2020, 19:10 Uhr
Dies ist die Vorlage „Fieldgenerator“. Sie sollte im folgenden Format genutzt werden:
{{Fieldgenerator|<field>}}
wobei <field> (Pflichtangabe) der Attributsname ist, aus dem heraus das Formularfeld generiert wird.
Beispiel
Die Angabe {{Fieldgenerator|input type}} erzeugt:
Klick auf „Bearbeiten“, um den Quelltext der Vorlage anzusehen.