|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
{{ #if: ... }}
and {{ #ifeq: ... }}
.
See:
Description
Interface Summary | |
---|---|
ITemplateFunction | Interface for a template parser function (i.e. |
Class Summary | |||
---|---|---|---|
AbstractTemplateFunction | A template parser function for {{ #if: ... }} syntax |
||
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 {{localurl: ... }} 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 |
||
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. |
||
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 |
Template parser functions like {{ #if: ... }}
and {{ #ifeq: ... }}
.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |