Template:Template link code with whitespace/doc
Appearance
This is a documentation subpage for Template:Template link code with whitespace. It may contain usage information, categories and other content that is not part of the original template page. |
This template creates a template link with additional whitespace between the parameters.
Usage
[edit]{{tlcw|template link|val}}
becomes{{template link | val }}
{{tlcw|template link|val|val2}}
becomes{{template link | val | val2 }}
* {{tlcw|template link|val}}
becomes* {{template link | val }}
{{tlcw|template link|val}}
becomes{{template link | val }}
(the output is wrapped in<span style="white-space: nowrap;">...</span>
)
TemplateData
[edit]This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Template link code with whitespace in articles based on its TemplateData.
TemplateData for Template link code with whitespace
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Template name | 1 | Name of the template | Line | required |
First parameter | 2 | First parameter of the template | Line | optional |
Second parameter | 3 | Second parameter of the template | Line | optional |
Third parameter | 4 | Third parameter of the template | Line | optional |
Fourth parameter | 5 | Fourth parameter of the template | Line | optional |
Fifth parameter | 6 | Fifth parameter of the template | Line | optional |
Sixth parameter | 7 | Sixth parameter of the template | Line | optional |
Seventh parameter | 8 | Seventh parameter of the template | Line | optional |
Eighth parameter | 9 | Eighth parameter of the template | Line | optional |
Disallow wrapping | wrap | If true, prevent wrapping | Boolean | optional |
Prepend with asterisk | a | If true, prepends the output with asterisk | Boolean | optional |