Template:LayoutTemplateArgs/doc
外观

![]() | 此頁面是Template:LayoutTemplateArgs的Template文档。 此頁面可能包含了模板的使用說明、分類和其他内容。 |
概要
[编辑]參數及使用方法
[编辑]{{LayoutTemplateArgs |args= |template= }}
(本说明文件的该部分只有有限数量的语言版本。)
English: The value of the "args" parameter should be a list of template parameters separated by whitespace (not by "|"), with each parameter URL-encoded.
Example:
{{LayoutTemplateArgs|template=<Template name>|args=
{{urlencode: 1={{{1|}}} }}
{{urlencode: 2={{{2|}}} }}
{{urlencode: foo={{{foo|}}} }}
{{urlencode: bar={{{bar|}}} }}
}}
模板参数
[编辑]Parameter text is empty
Helper template for passing parameters to templates using the Ajax in-line template translation feature
参数 | 描述 | 类型 | 状态 | |
---|---|---|---|---|
parameters | args
|
List of template parameters, URL-encoded and separated by whitespace (see above)
|
内容 | 必填 |
template name | template
|
The name of the template for which these parameters are meant for, without the "Template:" prefix
|
模板 | 必填 |