ਫਰਮਾ:ParserFunction/doc

ਵਿਕੀਪੀਡੀਆ, ਇੱਕ ਅਜ਼ਾਦ ਗਿਆਨਕੋਸ਼ ਤੋਂ

{{Pf}} is used to conveniently link to a ParserFunction, along the lines of {{tl}}. Pf stands for ParserFunction.

Usage[ਸੋਧੋ]

{{ParserFunction|parser function}}, this creates a direct link to the relevant function, omit # and colon, e.g. use {{ParserFunction|ifexpr}} to get {{#ifexpr}}.

{{ParserFunction|parser function|1st parameter|2nd parameter|3rd parameter|4th parametr}}, this creates a link with parameters include, e.g. use {{ParserFunction|ifexpr|1+1>1|true|false}} to get {{#ifexpr:1+1>1|true|false}}. For parameters with equals signs, use {{ParserFunction|1=parser function|2=1st parameter|3=2nd parameter|4=3rd parameter|5=4th parametr}}, e.g. use {{ParserFunction|1=ifexpr|2=1+1=1|3=1+1=1|4=1+1!=1}} to get {{#ifexpr:1+1=1|1+1=1|1+1!=1}}.

Use |_code=yes to wrap the output in <code>...</code> tags, e.g. {{ParserFunction|ifexpr|1+1>1|true|false|_code=yes}}produces {{#ifexpr:1+1>1|true|false}}.

Input Output
{{ParserFunction|expr}} {{#expr}}
{{ParserFunction|if}} {{#if}}
{{ParserFunction|ifeq}} {{#ifeq}}
{{ParserFunction|iferror}} {{#iferror}}
{{ParserFunction|ifexpr}} {{#ifexpr}}
{{ParserFunction|ifexist}} {{#ifexist}}
{{ParserFunction|rel2abs}} {{#rel2abs}}
{{ParserFunction|switch}} {{#switch}}
{{ParserFunction|time}} {{#time}}
{{ParserFunction|titleparts}} {{#titleparts}}
{{ParserFunction|lc}} {{lc}}
{{ParserFunction|uc}} {{uc}}
{{ParserFunction|lcfirst}} {{lcfirst}}
{{ParserFunction|ucfirst}} {{ucfirst}}
{{ParserFunction|urlencode}} {{urlencode}}
{{ParserFunction|anchorencode}} {{anchorencode}}
{{ParserFunction|ns}} {{ns}}
{{ParserFunction|localurl}} {{localurl}}
{{ParserFunction|localurle}} {{localurle}}
{{ParserFunction|fullurl}} {{fullurl}}
{{ParserFunction|fullurle}} {{fullurle}}
{{ParserFunction|language}} {{#language}}
{{ParserFunction|pagesincategory}} {{pagesincategory}}
{{ParserFunction|pagesincat}} {{pagesincat}}
{{ParserFunction|section}} {{#section}}
{{ParserFunction|section-x}} {{#section-x}}
{{ParserFunction|section-h}} {{#section-h}}
{{ParserFunction|lst}} {{#lst}}
{{ParserFunction|lstx}} {{#lstx}}
{{ParserFunction|lsth}} {{#lsth}}

See also[ਸੋਧੋ]

Other formatting templates[ਸੋਧੋ]

Code example Effect Notes
{{tl2|Hatnote|lang=fr}} {{hatnote}} Supports linking to sister projects (e.g., fr:Hatnote)
{{tlu|User:Ahunt/SSHFS}} {{User:Ahunt/SSHFS}} Supports linking to any namespace
{{xpd|Hatnote|Some hatnote text}} "{{hatnote|Some hatnote text}}" gives "" "`UNIQ--gallery-0000000F-QINU`"'__Some+hatnote+text%7D%7D%22 Shows code, example and a link to expand the template code
{{para|title|<var>book title</var>}} |title=book title Formats template parameters for display, with or without values