模板:LayoutTemplateArgs
外觀

概要
[編輯]參數及使用方法
[編輯]{{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
|
模板 | 必填 |