PC Gaming Shelter
An archive dedicated to preserving PC Gaming history and more

Template:Form row/doc

From PC Gaming Shelter

A helper template for rendering a PageForms row.

Template parameters

ParameterDescriptionTypeStatus
Field markup1

The first unnamed parameter expects a PageForms field definition.

Unbalanced wikitextoptional
CSS classclass

no description

Stringoptional
Field label textlabel

no description

Stringoptional
Name of semantic propertyproperty

Used to deliver the property description, if any, the the form field definition.

Stringoptional

Example

{{form row
|{{{field
  |Field name
  |input type=text
  |class=form-control
 }}}
|label=Field label
|property=Has property
|class=class-name
}}