Formular:Profil Info: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Skala: Basiswissen, Lernend, Fortgeschritten, Fachkraft, Vollprofi (fast ähnlich Dreyfus Modell)) |
(Bewegung => Gemeinschaft) |
||
(9 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 8: | Zeile 8: | ||
* [[Vorlage: {{PAGENAME}}]] | * [[Vorlage: {{PAGENAME}}]] | ||
* [[Vorlage: Profil Info erstellen oder bearbeiten]] | * [[Vorlage: Profil Info erstellen oder bearbeiten]] | ||
+ | * JavaScript initUiTabsInForms(); (siehe [[MediaWiki:Common.js]]) | ||
+ | * CSS (siehe [[MediaWiki:Common.css]]): | ||
+ | <syntaxhighlight lang="css"> | ||
+ | .formtable .preview-float-left .sfImagePreviewWrapper /* old Semantic Forms */, | ||
+ | .formtable .preview-float-left .pfImagePreviewWrapper /* new Page Forms */ { | ||
+ | float:left; | ||
+ | } | ||
+ | </syntaxhighlight> | ||
</noinclude><includeonly> | </noinclude><includeonly> | ||
+ | {{{info|add title=Erstelle Informationen zu|edit title=Bearbeite Infos zu}}} | ||
{{{for template|Profil Info}}} | {{{for template|Profil Info}}} | ||
+ | <div class="use-jquery-ui-tabs"> | ||
+ | <ul class="jquery-ui-tabs-minimized-padding"> | ||
+ | <li> [[#section-tab1|Öffentliche Daten]]</li> | ||
+ | <li> [[#section-tab2|Motivation]]</li> | ||
+ | <li> [[#section-tab3|Fähigkeiten]]</li> | ||
+ | </ul> | ||
+ | <div id="section-tab1"><!-- Öffentliche Daten --> | ||
{{#ifexist: File:Foto_{{PAGENAMEE}}.jpg<!-- | {{#ifexist: File:Foto_{{PAGENAMEE}}.jpg<!-- | ||
then-->|[[Datei:Foto_{{PAGENAMEE}}.jpg|200px|thumb|{{PAGENAME}}]]<!-- | then-->|[[Datei:Foto_{{PAGENAMEE}}.jpg|200px|thumb|{{PAGENAME}}]]<!-- | ||
Zeile 17: | Zeile 33: | ||
{| class="formtable vertical-align-top" | {| class="formtable vertical-align-top" | ||
! style="font-weight:normal;" |Dein Name: | ! style="font-weight:normal;" |Dein Name: | ||
− | | {{{field|Name|mandatory}}} | + | | {{{field|Name|mandatory|input type=text|size=90}}} |
|- | |- | ||
! style="font-weight:normal;" |Ort (Stadt, Land): | ! style="font-weight:normal;" |Ort (Stadt, Land): | ||
− | | {{{field|Ort|input type=text|placeholder=Stadt, Land}}} | + | | {{{field|Ort|input type=text|size=90|placeholder=Stadt, Land}}} |
|- | |- | ||
! style="font-weight:normal;" |Webseite: | ! style="font-weight:normal;" |Webseite: | ||
Zeile 26: | Zeile 42: | ||
|- | |- | ||
! style="font-weight:normal;" |Telefon: | ! style="font-weight:normal;" |Telefon: | ||
− | | {{{field|Telefon}}} | + | | {{{field|Telefon|input type=text|size=90}}} |
|- | |- | ||
! style="font-weight:normal;" |E-Mail: | ! style="font-weight:normal;" |E-Mail: | ||
− | | {{{field|E-Mail Adresse}}} | + | | {{{field|E-Mail Adresse|input type=text|size=90}}} |
|- | |- | ||
! colspan="2" | Soziale Netzwerke | ! colspan="2" | Soziale Netzwerke | ||
Zeile 35: | Zeile 51: | ||
! style="font-weight:normal;" | | ! style="font-weight:normal;" | | ||
: Facebook: | : Facebook: | ||
− | | {{{field|Facebook Name|size=90}}} | + | | {{{field|Facebook Name|input type=text|size=90}}} |
|- | |- | ||
! style="font-weight:normal;" | | ! style="font-weight:normal;" | | ||
: RetroShare: | : RetroShare: | ||
− | | {{{field|RetroShare Name|size=90}}} | + | | {{{field|RetroShare Name|input type=text|size=90}}} |
|- | |- | ||
! style="font-weight:normal;" | | ! style="font-weight:normal;" | | ||
: Skype: | : Skype: | ||
− | | {{{field|Skype Name|size=90}}} | + | | {{{field|Skype Name|input type=text|size=90}}} |
|- | |- | ||
! style="font-weight:normal;" | | ! style="font-weight:normal;" | | ||
: Trello: | : Trello: | ||
− | | {{{field|Trello Name|size=90}}} | + | | {{{field|Trello Name|input type=text|size=90}}} |
|- | |- | ||
! style="font-weight:normal;" | | ! style="font-weight:normal;" | | ||
: Twitter: | : Twitter: | ||
− | | {{{field|Twitter Name|size=90}}} | + | | {{{field|Twitter Name|input type=text|size=90}}} |
|- | |- | ||
! style="font-weight:normal;" | | ! style="font-weight:normal;" | | ||
: Xing: | : Xing: | ||
− | | {{{field|Xing Name|size=90}}} | + | | {{{field|Xing Name|input type=text|size=90}}} |
|- | |- | ||
! style="font-weight:normal;" colspan="2" | | ! style="font-weight:normal;" colspan="2" | | ||
Zeile 67: | Zeile 83: | ||
! colspan="2" style="font-weight:normal;" | | ! colspan="2" style="font-weight:normal;" | | ||
: Lebenslauf: <br/> {{{field|Lebenslauf|input type=textarea|autogrow}}} | : Lebenslauf: <br/> {{{field|Lebenslauf|input type=textarea|autogrow}}} | ||
+ | |} | ||
+ | </div> | ||
+ | <div id="section-tab2"><!-- Motivation --> | ||
+ | {| | ||
|- | |- | ||
! colspan="2" | Motivation | ! colspan="2" | Motivation | ||
+ | |- | ||
+ | | colspan="2" style="font-weight:normal;" | | ||
+ | : Mein Motto (allgemein {{#info:message=Vielleicht ein kurzer Spruch, Lebensmotto und dgl. oder längerer Text (falls bis 300 Zeichen, dann unterm Portraitbild, sonst im Abschnitt Motivation erscheinend)}}) <br/> {{{field|Mein Motto|input type=textarea|rows=2|autogrow}}} | ||
|- | |- | ||
| colspan="2" style="font-weight:normal;" | | | colspan="2" style="font-weight:normal;" | | ||
Zeile 77: | Zeile 100: | ||
|- | |- | ||
| colspan="2" style="font-weight:normal;" | | | colspan="2" style="font-weight:normal;" | | ||
− | : Hast Du einen Wunsch/Wünsche an die | + | : Hast Du einen Wunsch/Wünsche an die Gemeinschaft? <br/>{{{field|Frage Wünsche an die Bewegung|input type=textarea|rows=2|autogrow}}} |
|- | |- | ||
! style="font-weight:normal;" colspan="2" | | ! style="font-weight:normal;" colspan="2" | | ||
Zeile 85: | Zeile 108: | ||
: Sonstige Motivationen: <br/>{{{field|sonstige Motivationen|input type=textarea|placeholder=Freier Text|autogrow}}} | : Sonstige Motivationen: <br/>{{{field|sonstige Motivationen|input type=textarea|placeholder=Freier Text|autogrow}}} | ||
|} | |} | ||
− | + | </div> | |
+ | <div id="section-tab3"><!-- Fähigkeiten --> | ||
{| class="formtable vertical-align-top" | {| class="formtable vertical-align-top" | ||
|- | |- | ||
Zeile 311: | Zeile 335: | ||
| {{{field|Spanische Sprachkenntnisse|input type=radiobutton|values=1,2,3,4,5}}} | | {{{field|Spanische Sprachkenntnisse|input type=radiobutton|values=1,2,3,4,5}}} | ||
|} | |} | ||
+ | </div> | ||
+ | </div> | ||
{{{end template}}} | {{{end template}}} | ||
Aktuelle Version vom 15. Mai 2020, 10:37 Uhr
Dies ist das Formular „Profil Info“, dass die gleichnamige Vorlage: Profil Info verwendet und verwaltet. Um eine Seite mit diesem Formular zu erstellen, gib den Seitennamen in das Eingabefeld unten ein:
Technische Abhängigkeiten
- Vorlage: Profil Info
- Vorlage: Profil Info erstellen oder bearbeiten
- JavaScript initUiTabsInForms(); (siehe MediaWiki:Common.js)
- CSS (siehe MediaWiki:Common.css):
.formtable .preview-float-left .sfImagePreviewWrapper /* old Semantic Forms */,
.formtable .preview-float-left .pfImagePreviewWrapper /* new Page Forms */ {
float:left;
}