Formular:Webmo staff: Unterschied zwischen den Versionen

Aus ZUM-Unterrichten
(Die Seite wurde neu angelegt: „<noinclude> This is the <em>form:webmo staff</em>. Users can edit basic information which is needed for display. The form does not create pages itself and ser…“)
Markierung: 2017-Quelltext-Bearbeitung
 
KKeine Bearbeitungszusammenfassung
Markierung: 2017-Quelltext-Bearbeitung
Zeile 6: Zeile 6:
{{{field|wiki_db_id|input type=integer|hidden}}}<!-- this field's content is fed by the CargoUserManagement extension and should not be edited to remain in sync with the wikiDB-->
{{{field|wiki_db_id|input type=integer|hidden}}}<!-- this field's content is fed by the CargoUserManagement extension and should not be edited to remain in sync with the wikiDB-->
<div class="grid">
<div class="grid">
<div class="width-1-4">
;{{int:webmo-staff-first-name}}:{{{field|first name|input type=text|size=10|mandatory}}}
</div>
<div class="width-1-4">
;{{int:webmo-staff-last-name}}:{{{field|last name|input type=text|size=10|mandatory}}}
</div>
<div class="width-1-4">
;{{int:webmo-phone}}:{{{field|phone|input type=text|size=10}}}
</div>
<div class="width-1-4">
;{{int:webmo-staff-position}}:{{{field|position|input type=text|size=10}}}
</div>
<div class="width-1-1">
<div class="width-1-1">
{{int:webmo-staff-location}}
;Über mich:{{{field|ueber_mich|input type=textarea|}}}
{{{field|location|holds template}}}
{{{for template|webmo location|embed in field=webmo staff[location]}}}
;{{int:webmo-country}}:{{#switch:{{CONTENTLANG}}
|en = {{{field|country|input type=dropdown|values={{country iso codes}}|mapping template=country iso codes to names en}}}
|fr = {{{field|country|input type=dropdown|values={{country iso codes}}|mapping template=country iso codes to names fr}}}
|es = {{{field|country|input type=dropdown|values={{country iso codes}}|mapping template=country iso codes to names es}}}
|de = {{{field|country|input type=dropdown|values={{country iso codes}}|mapping template=country iso codes to names de}}}
}}
<p><small>{{int:webmo-add-address-details}}</small></p>
 
;{{int:webmo-street}}:{{{field|street|input type=text}}}
;{{int:webmo-locality}}:{{{field|locality|input type=text|size=20}}}
;{{int:webmo-postal-code}}:{{{field|postal code|input type=text|size=5}}}
{{{end template}}}
</div>
</div>
</div>
</div>

Version vom 4. September 2018, 12:46 Uhr

This is the form:webmo staff. Users can edit basic information which is needed for display. The form does not create pages itself and serves only to edit pages in the user namespace. Pages in the user namespace get created by the CargoUserManagement extension automatically upon wiki user registration.