Template:Demo inline
| This template, module and/or subpages are based on or ported over completely to BattleTechWiki, using the Creative Commons Licensed content from this page on Wikipedia (The original authors of this page are shown on here). |
| This template uses Lua: |
Usage[edit]
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[edit]
The code
{{demo_inline|<nowiki>{{nowiki2 | {{infobox}} }}
produces the template example:
{{nowiki2 | {{infobox}} }} → '"`UNIQ--templatestyles-00000006-QINU`"'
See also[edit]
- {{Nowiki template demo}}, which uses Module:Template test case
- {{Automarkup}}, which uses Module:Automarkup

