Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Field

Template page

One model-field row: stores into the ModelField Cargo table and renders a wikitable row. Wrap calls in a literal table:

{| class="wikitable"
! Field !! Type !! Notes
{{Field|model=Patient|section=Demographics|name=name|type=CharField(200)|notes=Display name}}
|}

Parameters: model, section, name, type, notes.

This template defines the table "ModelField". View table.