Formular:Profil Info: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(+Abhängigkeiten) |
(Bewegung => Gemeinschaft) |
||
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 10: | Zeile 10: | ||
* JavaScript initUiTabsInForms(); (siehe [[MediaWiki:Common.js]]) | * JavaScript initUiTabsInForms(); (siehe [[MediaWiki:Common.js]]) | ||
* CSS (siehe [[MediaWiki:Common.css]]): | * CSS (siehe [[MediaWiki:Common.css]]): | ||
− | |||
− | |||
<syntaxhighlight lang="css"> | <syntaxhighlight lang="css"> | ||
.formtable .preview-float-left .sfImagePreviewWrapper /* old Semantic Forms */, | .formtable .preview-float-left .sfImagePreviewWrapper /* old Semantic Forms */, | ||
Zeile 35: | 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 44: | 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 53: | 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 102: | 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" | |
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;
}