This is the Csp formfield/token allowtags template. It should be called in the following format:

{{Csp formfield/token allowtags
|name= (text) 
|id= (optional html id) defaults to id based on the "name" parameter
|multiple= (optional: "multiple") to allow selecting multiple values
|required= (optional: "required")
|value= (comma-separated values) selected values (can be values that are not in allowedValues), e.g. "A,C,G"
|allowedValues= (comma-separated values) value options, e.g. "A,B,C,D,E"
}}

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
Template:Csp formfield/token allowtags