మూస:param
Appearance
{{{}}}
- The following documentation is located at Template:param/doc. [edit]
- Note: Please move the documentation subpage to Template:param/documentation.
This template simply displays a parameter surrounded by six braces, as usual in MediaWiki.
To display a parameter between a vertical line and an equal sign, use {{para}}.
Usage
[<small>మార్చు</small>]This template may be added anywhere to display the parameter.
Parameters
[<small>మార్చు</small>]This template uses one or two unnamed parameters.
- {{{1}}} (required): The parameter to be shown.
- {{{2}}} (optional): The text that appears after the first parameter and a pipe. If this parameter is "!" (an exclamation point), only the pipe will be shown after the text of the first parameter.
Examples
[<small>మార్చు</small>]- {{param|abc}} returns:
- {{{abc}}}
- {{param|abc|!}} returns:
- {{{abc|}}}
- {{param|abc|def}} returns:
- {{{abc|def}}}
- {{param|1}} returns:
- {{{1}}}
- {{param|salt|pepper}} returns:
- {{{salt|pepper}}}