Template:AutoSection
Cargo-backed section wrapper with a structured empty state.
Cargo-backed section wrapper with a MissingData empty state.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Section key | key | Stable CSS/debug key for this section. | Line | optional |
| Title | title | Optional heading rendered inside the section. | Line | optional |
| Cargo tables | tables | Cargo table list for the query. | Line | required |
| Fields | fields | Cargo fields passed to the query. | Content | required |
| Where | where | Cargo where clause. AutoSection adds the schema-placeholder filter. | Content | optional |
| Join on | join_on | Cargo join condition. | Content | optional |
| Order by | order_by | Cargo order by expression. | Line | optional |
| Limit | limit | Maximum query rows. Defaults to 50. | Number | optional |
| Format | format | Cargo query format. Defaults to template. | Line | optional |
| Row template | template | Template used by the Cargo query result. | Line | optional |
| Missing copy | missing | Specific empty-state text for MissingData. | Content | optional |
| Accepted evidence | evidence | Evidence guidance passed to MissingData. | Content | optional |
| Suggested template | suggested_template | Template contributors should use when filling this section. | Line | optional |
| Target page | page | Page where data should be added. Defaults to the current page. | Page name | optional |
| Action label | action_label | Label for the edit link in MissingData. Defaults to Add data. | Line | optional |
| Edit target | edit_target | Page title to open in edit mode. | Page name | optional |
| Bounty target | bounty_target | Page title for the open-bounties link. | Page name | optional |
| Help target | help_target | Page title for verification rules. | Page name | optional |