Difference between revisions of "Template:User form"

From cm2.liecourt.com
Line 43: Line 43:
  
 
Candidate:
 
Candidate:
<wsfield type="radio" name="Be candidate[]" value="Yes" checked="{{#ifeq:{{{Be candidate|{{#ifexist:User:{{CURRENTLOGGEDUSER}}|Yes|No}} }}}|Yes|checked}}" data-wssos-show="candidateoptions" /> Yes
+
|{{#vardefine:@becandidatedefault|{{#if:{{{Be candidate|}}}|{{{Be candidate|}}}|{{#ifexist:User:{{CURRENTLOGGEDUSER}}|Yes|No}} }} }}
<wsfield type="radio" name="Be candidate[]" value="No" checked="{{#ifeq:{{{Be candidate|{{#ifexist:User:{{CURRENTLOGGEDUSER}}|Yes|No}} }}}|No|checked}}"/> No
+
<wsfield type="radio" name="Be candidate[]" value="Yes" checked="{{#ifeq:{{#var:@becandidatedefault}}|Yes|checked}}" data-wssos-show="candidateoptions" /> Yes
 +
<wsfield type="radio" name="Be candidate[]" value="No" checked="{{#ifeq:{{#var:@becandidatedefault}}|No|checked}}"/> No
 
<div class="hidden" data-wssos-value="candidateoptions">
 
<div class="hidden" data-wssos-value="candidateoptions">
 
<wslabel>Juror<wsfield type="checkbox" name="Roles[]" value="Juror" checked="{{#if:{{#arraysearch:@roles|Juror}}|checked}}" /></wslabel><br>
 
<wslabel>Juror<wsfield type="checkbox" name="Roles[]" value="Juror" checked="{{#if:{{#arraysearch:@roles|Juror}}|checked}}" /></wslabel><br>

Revision as of 12:40, 22 May 2020


This is the User form template. It should be called in the following format:

{{User form
|Name=
|Email=
|Volunteer=
|Roles=
|Be candidate=overruls role
}}