Template:GlossaryLemma
Jump to navigation
Jump to search
{{{1}}}
Usage
Creates an anchor and optionally a link
Notes
Parameters
1(required): the text to showanchor(optional): the text to use as anchor (which can be put in URLs to link to the specific part of the page)link(optional): set to turn into a wikilink. The special valueyeswill take the value of the first parameter as link target.
Examples
{{GlossaryLemma|data consumers}}gives: data consumers (can be linked to as[[#data consumers]]){{GlossaryLemma|1=key=value|anchor=keyvalue}}gives: key=value (can be linked to as[[#keyvalue]]){{GlossaryLemma|data item|link=Data items}}gives: data item (can be linked to as[[#data item]])