Formular:Profil Info: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
(Bewegung => Gemeinschaft)
 
(4 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>
Zeile 25: 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 34: 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 43: 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 92: Zeile 100:
 
|-
 
|-
 
| colspan="2" style="font-weight:normal;" |
 
| colspan="2" style="font-weight:normal;" |
: Hast Du einen Wunsch/Wünsche an die Bewegung? <br/>{{{field|Frage Wünsche an die Bewegung|input type=textarea|rows=2|autogrow}}}
+
: 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

.formtable .preview-float-left .sfImagePreviewWrapper /* old Semantic Forms */,
.formtable .preview-float-left .pfImagePreviewWrapper /* new Page Forms */ {
  float:left;
}