(Imported by PageSync)
 
k (1 revision imported)
 
Regel 1: Regel 1:
 
<noinclude>
 
<noinclude>
  
This is the '''Csp class properties''' template. It should be called in the following format:
+
This is the '''Csp formfield/datetime-local''' template. It should be called in the following format:
  
 
<pre>
 
<pre>
{{Csp class properties }}
+
{{Csp formfield/datetime-local
 +
|name= (text)
 +
|required= (optional: "required")
 +
|value= (date-time with format yyyy-mm-ddThh:mm) e.g. "2022-03-01T10:00"
 +
}}
 
</pre>
 
</pre>
  
</noinclude><includeonly>{{#invoke:ClassDefinitionData|set}}</includeonly>
+
== Example ==
 +
{{Csp formfield/datetime-local
 +
|name=Meeting time
 +
|value=2022-03-01T10:00
 +
}}
 +
 
 +
Related templates:
 +
{{#ask:[[~*Csp formfield/*]]
 +
|mainlabel=Page
 +
|format=table
 +
|sort=Title
 +
}}
 +
 
 +
</noinclude><includeonly><input type="datetime-local"
 +
name="{{{name|}}}"
 +
class="form-control"
 +
required="{{{required|}}}"
 +
value="{{{value|}}}" /></includeonly>
ws-base-props
Regel 1: Regel 1:
 
{{Base properties
 
{{Base properties
 
|Class=Application page
 
|Class=Application page
|Title=Template:Csp class properties
+
|Title=Template:Csp formfield/datetime-local
 
}}
 
}}

Huidige versie van 14 mrt 2024 om 14:59


This is the Csp formfield/datetime-local template. It should be called in the following format:

{{Csp formfield/datetime-local
|name= (text) 
|required= (optional: "required")
|value= (date-time with format yyyy-mm-ddThh:mm) e.g. "2022-03-01T10:00"
}}

Example

Related templates:

Page
Template:Csp formfield/ask token
Template:Csp formfield/checkbox
Template:Csp formfield/date
Template:Csp formfield/datetime-local
Template:Csp formfield/number
Template:Csp formfield/select
Template:Csp formfield/text
Template:Csp formfield/textarea
Template:Csp formfield/token