Variables
(Redirected from $)
Variables return information that can be used directly in MediaWiki syntax like e.g. {{CURRENTYEAR}}
or {{CURRENTUSER}}
.
User documentation and helpEdit
- See Help:Magic words#Variables for the basic set of variables included with MediaWiki core.
- See Extension:MyVariables for an additional set of variables it provides.
- See Extension:Variables for ways to self-define variables.
Developer documentationEdit
- See Manual:Variable for instructions on writing your own variables extensions.
See alsoEdit
- Category:Variable extensions for extensions which provide variables.