Template:Param
外观
	
	
{{{foo}}}
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
 
	
