Template:Demo inline
Endabika
| This template uses Lua: |
An inline version of {{demo}}.
Usage
[kolera mu edit source]Used to include examples of template use in documentation pages.
Like {{demo}}, this template takes an unnamed argument in <nowiki> tags, and displays it unprocessed (as code), then as processed wikitext.
Unlike {{demo}}, this template presents the processed output on the same line as the unprocessed input, separated by an arrow. This is useful for compactly demonstrating a series of different behaviors of the same template.
Example
[kolera mu edit source]The code
Reverse order
[kolera mu edit source]TemplateData
[kolera mu edit source]This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. Click here to see a monthly parameter usage report for this template based on this TemplateData.
TemplateData for Demo inline
An inline version of {{demo}}.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Content | 1 | must be wrapped in <nowiki> | Content | required |
| Reverse order | reverse | Show the code snippet and the result in reverse order.
| Boolean | optional |
| Separator | sep | Text between the code and output. Defaults to "→", or "←" in reverse order.
| String | optional |
See also
[kolera mu edit source]- {{Nowiki template demo}}, which uses Module:Template test case
- {{Automarkup}}, which uses Module:Automarkup