模板:ParserFunction
{{#if}}
此模板的文檔不存在、不全面或不能詳細描述其功能及/或其代碼中的參數。請幫助擴充並改進其文檔。 |
{{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}}
.