Template:Template usage example
出自Valve Developer Community
跳至導覽
跳至搜尋

The Template:Template usage example/doc/zh-tw documentation page does not exist.
English documentation will be displayed instead, which you can translate using Google Translate (or similar software). If there is nothing after this message, most likely the documentation does not exist even in English.
English documentation will be displayed instead, which you can translate using Google Translate (or similar software). If there is nothing after this message, most likely the documentation does not exist even in English.
Inserts text about how to write a template.
Usage
This template is usually written in a single line. To use it, insert {{Template usage example}}
into the desired page and specify the parameters to the right of the template name in the following format: {{Template usage example|parameter 1 = value|parameter 2 = value}}
.
Parameters and Examples
Parameter | Description | Examples | Preview |
---|---|---|---|
No Parameters | Displays an error. | {{Template usage example}} |
Not specified how to write the template. See the documentation. |
{{{1}}}
|
Specifying the writing format:
|
| inline | 1 = inline |
This template is usually written in a single line. To use it, insert {{Template usage example}} into the desired page and specify the parameters to the right of the template name in the following format: {{Template usage example|parameter 1 = value|parameter 2 = value}} .
|
| column | 1 = column |
This template is usually written in a column. To use it, insert {{Template usage example}} on the desired page and specify the parameters under the template name in the following format:
{{Template usage example
| parameter 1 = value
| parameter 2 = value
}} |