Vorlage:Feldgenerator: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Maggus (Diskussion | Beiträge) (upper case) |
Maggus (Diskussion | Beiträge) |
||
(10 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 3: | Zeile 3: | ||
Sie sollte im folgenden Format genutzt werden: | Sie sollte im folgenden Format genutzt werden: | ||
<pre> | <pre> | ||
− | {{Feldgenerator|<Attribut>}} | + | {{Feldgenerator|<Attribut>|<Values>}} |
</pre> | </pre> | ||
− | wobei ''<Attribut>'' (Pflichtangabe) der Attributsname ist, aus dem heraus das Formularfeld generiert wird (ohne den Namespace, also zum Beispiel "Wappen" statt "Attribut:Wappen"). | + | wobei ''<Attribut>'' (Pflichtangabe) der Attributsname ist, aus dem heraus das Formularfeld generiert wird (ohne den Namespace, also zum Beispiel "Wappen" statt "Attribut:Wappen"). ''<Values>'' ist optional, falls die Werte-Auswahl des Feldes nicht zentral sondern spezifisch gefüllt werden soll (also der Eintrag "|values=x,y,z" spezifisch sein soll). |
== Beispiel == | == Beispiel == | ||
Zeile 11: | Zeile 11: | ||
<pre> | <pre> | ||
{{Feldgenerator | {{Feldgenerator | ||
− | | | + | |GehörtZu |
+ | | | ||
}} | }} | ||
</pre> | </pre> | ||
Zeile 17: | Zeile 18: | ||
<table> | <table> | ||
{{Feldgenerator | {{Feldgenerator | ||
− | | | + | |GehörtZu |
+ | | | ||
}} | }} | ||
</table> | </table> | ||
Zeile 38: | Zeile 40: | ||
### Ausgabe | ### Ausgabe | ||
############################################################## | ############################################################## | ||
− | ### starte die | + | |
+ | ### starte die Tabellen-Zeile | ||
--><tr><!-- | --><tr><!-- | ||
+ | |||
+ | ### erzeuge den Hilfetext als #info-Funktion | ||
+ | --><td class="formtable.help" ><!-- | ||
+ | -->{{#info: {{#show: Attribut:{{#var:Attribut}} |?Hilfetext Attribut# }} }}<!-- | ||
+ | --></td><!-- | ||
### 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><!-- | ||
− | ### | + | ### starte die Tabellen-Zelle |
− | --><td class="formtable. | + | --><td class="formtable.field" ><!-- |
− | |||
− | |||
### eröffne das field | ### eröffne das field | ||
− | |||
--><nowiki>{{{field|</nowiki><!-- | --><nowiki>{{{field|</nowiki><!-- | ||
+ | |||
### 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: {{{2|}}}<!-- |
− | + | -->| {{!}}values={{{2}}}<!-- | |
− | + | -->| {{#if: {{#show: Attribut:{{#var:Attribut}} |?values from }}<!-- | |
− | --> | + | -->| {{#show: Attribut:{{#var:Attribut}} |?values from# |intro= {{!}} }}<!-- |
− | ### | + | -->{{#show: Attribut:{{#var:Attribut}} |?values# |intro== }}<!-- |
− | -->{{#show: Attribut:{{#var:Attribut}} | ? | + | -->|<!-- |
+ | -->}}<!-- | ||
+ | -->}}<!-- | ||
+ | |||
+ | ### label | ||
+ | -->{{#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<!-- |
-->}}<!-- | -->}}<!-- | ||
Zeile 89: | Zeile 100: | ||
--><nowiki>}}}</nowiki><!-- | --><nowiki>}}}</nowiki><!-- | ||
− | ### schließe die Zelle | + | ### schließe die Tabellen-Zelle |
--></td><!-- | --></td><!-- | ||
− | ### schließe die | + | ### schließe die Tabellen-Zeile |
--></tr><!-- | --></tr><!-- | ||
Aktuelle Version vom 18. Oktober 2020, 20:09 Uhr
Dies ist die Vorlage „Feldgenerator“. Sie sollte im folgenden Format genutzt werden:
{{Feldgenerator|<Attribut>|<Values>}}
wobei <Attribut> (Pflichtangabe) der Attributsname ist, aus dem heraus das Formularfeld generiert wird (ohne den Namespace, also zum Beispiel "Wappen" statt "Attribut:Wappen"). <Values> ist optional, falls die Werte-Auswahl des Feldes nicht zentral sondern spezifisch gefüllt werden soll (also der Eintrag "|values=x,y,z" spezifisch sein soll).
Beispiel
Eingabe
{{Feldgenerator |GehörtZu | }}
Ausgabe
ist dieser Artikel - in welcher Art auch immer - einem anderen Artikel zugehörig? Hier eintragen! | Gehört zu… | {{{field|GehörtZu|input type=tokens|values from namespace=Main|label=Gehört zu…|tooltip=ist dieser Artikel - in welcher Art auch immer - einem anderen Artikel zugehörig? Hier eintragen!|placeholder=Pflichtfeld|mandatory|existing values only}}} |
Klick auf „Bearbeiten“, um den Quelltext der Vorlage anzusehen.