模板:Param
跳转到导航
跳转到搜索
{{{foo}}}
File:Test Template Info-Icon - Version (2).svg 模板文档[查看] [编辑] [历史] [清除缓存]
This template is for giving examples of template parameter source code which is useful in template documentation and talk page discussions of template code.
使用方法[编辑]
{{param|foo}}→ {{{foo}}}
{{param|foo|bar}}→ {{{foo|bar}}}
{{para|foo|{{param|bar}}}}→|foo={{{bar}}}
{{para|foo}}{{param|bar}}→|foo={{{bar}}}
{{para|foo|<var>bar</var>}}→|foo=bar