Sjabloon:Param/doc
Naar navigatie springen
Naar zoeken springen
| Bestand:Edit-copy green.svg | This is a documentation subpage for Sjabloon:Param. It contains usage information, categories, interlanguage links and other content that is not part of the original sjabloon page. |
This template is for giving examples of template parameter source code which is useful in template documentation and talk page discussions of template code.
Usage
{{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
See also
- {{para}}