{{ #if: ... }} and {{ #ifeq: ... }}.See: Description
| Interface | Description |
|---|---|
| ITemplateFunction |
Interface for a template parser function (i.e.
|
| Class | Description | ||
|---|---|---|---|
| AbstractTemplateFunction |
An abstract template parser function.
|
||
| Anchorencode |
A template parser function for
{{urlencode: ... }} syntax |
||
| Expr |
A template parser function for
{{ #expr: ... }} syntax. |
||
| Formatnum |
A template parser function for
{{formatnum: ... }} lower
case syntax. |
||
| Fullurl |
A template parser function for
{{fullurl: ... }} syntax |
||
| If |
A template parser function for
{{ #if: ... }} syntax. |
||
| Ifeq |
A template parser function for
{{ #ifeq: ... }} syntax. |
||
| Iferror |
A template parser function for
{{ #iferror: ... }} syntax. |
||
| Ifexist |
A template parser function for
{{ #ifexist: ... }} syntax. |
||
| Ifexpr |
A template parser function for {{ #ifexpr: ... }} syntax
See
Mediwiki's Help:Extension:ParserFunctions See:
LC |
|
A template parser function for
{{lc: ... }} lower case
syntax. |
| LCFirst |
A template parser function for
{{lcfirst: ... }} first
character to lower case syntax. |
||
| Localurl |
A template parser function for
{{localurl: ... }} syntax |
||
| NS |
A template parser function for
{{ns: ... }} namespace/i>
syntax
From
MediaWiki:
{{ns:}} returns the current localized name for the namespace with that index,
canonical name, or local alias. |
||
| NSE |
A template parser function for
{{nse: ... }} namespace/i>
syntax
From
MediaWiki:
{{ns:}} returns the current localized name for the namespace with that index,
canonical name, or local alias. |
||
| Padleft |
A template parser function for
{{padleft: ... }}, which pads
a string with a character to the specified width. |
||
| Padright |
A template parser function for
{{padright: ... }}, which pads
a string with a character to the specified width. |
||
| Plural |
A template parser function for
{{plural: ... }} lower
case syntax. |
||
| Safesubst |
A template parser function for
{{safesubst: ... }}. |
||
| Subst |
A template parser function for
{{subst: ... }}. |
||
| Switch |
A template parser function for
{{ #switch: ... }} syntax. |
||
| Tag |
A template parser function for
{{ #tag: ... }} syntax. |
||
| Time |
A template parser function for
{{ #time: ... }} syntax. |
||
| Titleparts |
A template parser function for
{{titleparts: ... }}. |
||
| UC |
A template parser function for
{{uc: ... }} upper case
syntax. |
||
| UCFirst |
A template parser function for
{{ucfirst: ... }} first
character to upper case syntax. |
||
| URLEncode |
A template parser function for
{{urlencode: ... }} syntax |
{{ #if: ... }} and {{ #ifeq: ... }}.Copyright © 2016 Java Wikipedia API (Bliki engine). All rights reserved.