Template:Form/doc

From CAPipedia
Revision as of 15:52, 23 January 2024 by Mclarty (talk | contribs) (Created page with "==Basic usage== The box below shows the most common parameters that are accepted by {{Tl|Form}}. The purpose of each is described below. <syntaxhighlight lang="wikitext" style="overflow:auto;"> {{Form|type|number}} </syntaxhighlight> ==Common parameters== === ''Form type'' === The ''Form type'' parameter specifies the type of the form (e.g., CAPF, ICS). === ''Form number'' === The ''Form number'' parameter specifies the number of the form. == TemplateData == {{Templat...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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, 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", "ICS" ] }, "2": { "label": "Form number", "description": "The number of the form.", "type": "string" } }, "paramOrder": [ "type", "number" ] } </templatedata>