Plantilla:Pf/doc
| This is a documentation subpage for Plantilla:Pf. It contains usage information, categories and other content that is not part of the original plantilla page. |
{{Pf}} is used to conveniently link to a ParserFunction, along the lines of {{tl}}. Pf stands for ParserFunction.
Usage
[hace edit con el source]{{pf|parser function}}, this creates a direct link to the relevant function, omit # and colon, e.g. use {{pf|ifexpr}} to get {{#ifexpr}}.
{{pf|parser function|1st parameter|2nd parameter|3rd parameter|...}}, this creates a link with parameters include, e.g. use {{pf|ifexpr|1+1>1|true|false}} to get {{#ifexpr:1+1>1|true|false}}. For parameters with equals signs, use {{pf|1=parser function|2=1st parameter|3=2nd parameter|4=3rd parameter|...}}, e.g. use {{pf|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. {{pf|ifexpr|1+1>1|true|false|...}}produces {{#ifexpr:1+1>1|true|false}}.
| Input | Output |
|---|---|
| {{pf|expr}} | {{#expr}} |
| {{pf|if}} | {{#if}} |
| {{pf|ifeq}} | {{#ifeq}} |
| {{pf|iferror}} | {{#iferror}} |
| {{pf|ifexpr}} | {{#ifexpr}} |
| {{pf|ifexist}} | {{#ifexist}} |
| {{pf|rel2abs}} | {{#rel2abs}} |
| {{pf|switch}} | {{#switch}} |
| {{pf|time}} | {{#time}} |
| {{pf|titleparts}} | {{#titleparts}} |
| {{pf|lc}} | {{lc}} |
| {{pf|uc}} | {{uc}} |
| {{pf|lcfirst}} | {{lcfirst}} |
| {{pf|ucfirst}} | {{ucfirst}} |
| {{pf|urlencode}} | {{urlencode}} |
| {{pf|anchorencode}} | {{anchorencode}} |
| {{pf|ns}} | {{ns}} |
| {{pf|localurl}} | {{localurl}} |
| {{pf|localurle}} | {{localurle}} |
| {{pf|fullurl}} | {{fullurl}} |
| {{pf|fullurle}} | {{fullurle}} |
| {{pf|language}} | {{#language}} |
| {{pf|pagesincategory}} | {{pagesincategory}} |
| {{pf|pagesincat}} | {{pagesincat}} |
| {{pf|section}} | {{#section}} |
| {{pf|section-x}} | {{#section-x}} |
| {{pf|section-h}} | {{#section-h}} |
| {{pf|lst}} | {{#lst}} |
| {{pf|lstx}} | {{#lstx}} |
| {{pf|lsth}} | {{#lsth}} |
See also
[hace edit con el source]Other formatting templates
[hace edit con el source]| Code example | Effect | Notes |
|---|---|---|
| {{tj|Hatnote|Some text|selfref: yes|category: no|...}} | Supports colors, placeholder texts, named and unnamed parameters | |
<syntaxhighlight lang="wikitext">
{{Hatnote
| Some text
| selfref = yes
| category = no
| lang = fr
}}
</syntaxhighlight>
|
{{Hatnote
| Some text
| selfref = yes
| category = no
| lang = fr
}}
|
Same as above |
| {{tji|Hatnote|Some text|selfref: yes|category: no|...}} | {{Hatnote |
Supports colors, placeholder texts, named and unnamed parameters |
|
{{Hatnote|Some text|selfref=yes|category=no|lang=fr}}
|
Same as above |
| {{tl2|Hatnote|lang=fr}} | {{hatnote}} |
Supports linking to sister projects (e.g., fr:Hatnote) |
| {{demo|<nowiki>{{Hatnote|lang=fr|Some text}}</nowiki>}} | {{hatnote|lang=fr|Some text}} |
Shows code and example |
| {{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}} | {{#invoke:Example|hello}} | Counterpart to {{tl}} for linking to Lua modules |
| {{mfl|Example|hello}} | Plantilla:Mfl | Similar to {{ml}}, but expects the function to be documented and creates a link to the corresponding section |
| {{mlx|Example|hello}} | {{#invoke:Example|hello}} |
Counterpart to {{tlx}} for linking to Lua modules |
| {{ml-lua|Module:Example}} | Plantilla:Ml-lua | Link to Lua modules and built-in libraries, showing Lua code. |
| {{para|title|<var>book title</var>}} | |title=book title |
Formats template parameters for display, with or without values |
| {{sclx|LASTING}} | [[WP: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|false}} |
{{#if}} {{#if:{{{1}}}|true|false}} |
Parser function equivalent to {{tl}} |
| {{magic word|uc:}} | Plantilla:Magic word | Magic word links |