Template:Template usage example/doc: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
Line 27: Line 27:
| 1 = column</pre>
| 1 = column</pre>
| style="background-color:#262626; vertical-align:top" | {{Template usage example|column}}
| style="background-color:#262626; vertical-align:top" | {{Template usage example|column}}
|-
| style="background-color:#1f1f1f" | <pre style="margin:0">| inline_nospaces
| 1 = inline_nospaces</pre>
| style="background-color:#262626; vertical-align:top" | {{Template usage example|inline_nospaces}}
|}
|}



Revision as of 00:37, 27 September 2025

Edit-copy.png
This is a documentation subpage for Template:Template usage example.
Don't forget to purge the contents of the base page upon creating or editing this subpage.

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
{{{1}}} Specifying the writing format:
  • inline
  • column
  • inline_nospaces
| 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 }}