Help:Parser functions

From Linux Web Expert

Revision as of 05:30, 19 March 2015 by >Cavila (+ #concept)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A parser function (also called parser hook) is a special piece of syntax that can interact with other wiki elements in a page and can manipulate output generated content. See this page at mediawiki.org for a general description of parser functions in MediaWiki.

Parser functions specific to Semantic MediaWiki are:

parser functions for semantic annotations
parser functions for inline queries
other
  • #concept (used to story query results. See also Help:Concepts)
  • #info (used to add tooltips)
  • #smwdoc (used to generate documentation about the parameters of result formats)

Examples

Code documentation

See also