قالب:ParserFunction/doc
This is a documentation subpage for قالب:ParserFunction (see that page for the قالب itself). It contains usage information, categories and other content that is not part of the original قالب page. |
{{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...}}, this creates a link with parameters include, e.g. use {{ParserFunction|ifexpr|1+1>1|true...}} to get {{#ifexpr:1+1>1|true|false}}. For parameters with equals signs, use {{ParserFunction|1=parser function|2=1st parameter|3=2nd parameter...}}, e.g. use {{ParserFunction|1=ifexpr|2=1+1=1|3=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...}}produces {{#ifexpr:1+1>1|true|false}}
.
See also
- Template:ParserFunction/doc(edit talk links history)
- Template:Tl(edit talk links history)
- m:ParserFunctions
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 |
{{demo|<nowiki>{{Hatnote|lang=fr|Some text}}</nowiki>}} | خطأ: لا توجد وحدة بهذا الاسم "Demo". | Shows code and example |
{{xpd|Hatnote|Some hatnote text}} | "{{hatnote|Some hatnote text}}" gives "خطأ: لا توجد وحدة بهذا الاسم "Hatnote"." [١] |
Shows code, example and a link to expand the template code |
{{tln|Hatnote}} | Template:Hatnote | Produces a normal link to the template |
{{elc|Template:Hatnote}} {{elc|Template:Hatnote|Hatnote}} |
[[Template:Hatnote]] [[Template:Hatnote|Hatnote]] |
Formats wikilink, with optional piped link text and blended suffix |
{{ml|Example|hello}} | {{خطأ: لا توجد وحدة بهذا الاسم "Separated entries".}} | Counterpart to {{tl}} for linking to Lua modules |
{{mlx|Example|hello}} | {{خطأ: لا توجد وحدة بهذا الاسم "Separated entries".}} |
Counterpart to {{tlx}} for linking to Lua modules |
{{para|title|<var>book title</var>}} | |title=book title |
Formats template parameters for display, with or without values |
{{sclx|LASTING}} | [[[[خطأ في التعبير: عامل < غير متوقع.LASTING]]]] |
Takes a shortcut suffix in project namespace and displays it with brackets and the WP: alias in a <code>...</code> tag.
|
{{tag|ref}} {{xtag|templatedata}} |
<ref>...</ref> <templatedata> |
Formats [X]HTML tags; can add content, choose opening, closing, or self-closing |
{{dtl|Ping project}} | {{d:Ping project}} | Wikidata counterpart to {{tl}} |
{{pf|if}} {{pf|if|{{{1}}}|true...}} |
{{#if}} {{#if:{{{1}}}|true|false}} |
Parser function equivalent to {{tl}} |
{{magic word|uc:}} | {{[[MW:Help:Magic words#خطأ: لا توجد وحدة بهذا الاسم "string".|uc:]]}} | Magic word links |