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

Dynamic-discovery category display: composes `table-header`, `display-rows` (ancestor-walk + per-property `#show`), and `table-footer` into a full-width wikitable layout.

Used by callers that cannot bake the effective schema, e.g. `Category/subobject-instance` and hand-written custom-display wikitext. Auto-generated dispatcher templates do NOT call this — they emit `table-header`, explicit `property-row` calls, baked backlink wiring, and `table-footer` directly.

Parameters:

  • category - The category name (without namespace prefix). Required.
  • label - Optional display label. Forwarded to `table-header`;
              when empty, `display-header` falls back to
              `#show:Category:X|?Display label`.
  • page - Target page to read property values from. Defaults to
              Template:Category/table.
  • subobjects - "no" to suppress the nested `Category/subobjects` block.
  • backlinks - "no" to suppress the `Category/render-reverse` row.
              Defaults to `yes` for back-compat.