Template:Form/doc
Basic usage
The box below shows the most common parameters that are accepted by {{Form}}. The purpose of each is described below.
{{Form|type|number}}
Common parameters
Form type
The Form type parameter specifies the type of the form (e.g., CAPF, FAA, ICS).
Form number
The Form number parameter specifies the number of the form.
TemplateData
See a monthly parameter usage report for Template:Form in articles based on its TemplateData.
TemplateData for Form
<templatedata> { "params": { "1": { "label": "Form type", "description": "The type of form.", "type": "string", "suggestedvalues": [ "CAPF", "FAA", "ICS" ] }, "2": { "label": "Form number", "description": "The number of the form.", "type": "string" } }, "paramOrder": [ "type", "number" ] } </templatedata>