Template:Demo inline/doc
Appearance
File:Edit-copy green.svg | This is a documentation subpage for Template:Demo inline. It may contain usage information, categories and other content that is not part of the original template page. |
File:Lua-Logo.svg | This template uses Lua: |
Usage[change]
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[change]
The code
<syntaxhighlight lang="wikitext">{{USHRseats|California}}
→ 52</syntaxhighlight>
produces the template example:
{{USHRseats|California}}
→ 52
Related pages[change]
- {{Nowiki template demo}} which uses Module:Template test case
- {{Automarkup}} which uses Module:Automarkup