Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 13:59, 26 April 2026 by Maintenance script (talk | contribs) (SemanticSchemas base configuration — meta-properties, meta-categories, and display templates)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Convenience primitive: returns the value of a property on a page.

Thin wrapper around ``. Use in hand-written custom display templates (pages where `Has display template` points to user wikitext) so authors don't have to remember `#show` syntax or the `` trick for stripping `Property:` prefixes.

Auto-generated dispatcher templates do not use this — they bake values inline for the fast path — so there is no per-render overhead to keeping this around.

Parameters:

  • prop - Property page reference (namespaced `Property:Has_title` or
        bare `Has_title` both accepted).
  • page - Page (or subobject fragment, e.g. `MyPage#_abc`) to read the
        value from. Defaults to Template:Property/value.

Example — in a custom display template:

Title: 
Chapter summary: