Template:Test template call/doc
Template:Documentation subpage
This template serves as a test template when you want to know which parameters a template is provided with and what parameters the template is not provided with. It takes ten unlabeled parameters (1–10) and ten labeled parameters, a–j.
Usage
Template:(Template:(Test template call|unlabeled 1|unlabeled 2|...|a=labeled a|b=labeled b|...Template:)Template:)
Ten unlabeled parameters and labeled parameters with the labels a, b, c, d, e, f, g, h, i and j are supported.
Examples
{{Test template call}}produces:
{{Test template call|1|2||4|2=Second unlabeled argumet, this will override 2 which was the earlier value for this parameter|a=a|b="B"|g=<math>\Gamma</math>|d=[[w:D|D]]}}produces:
{{Test template call|{{{ownargument1|}}}|{{{ownargument2|}}} }}produces:
{{Test template call|a={{{ownargument1}}}|{{{ownargument2}}}}}produces:
Note that the examples using {{{ownargument1}}} and {{{ownargument2}}} may differ if these parameters in fact are provided.