Template:Demo inline/doc: Difference between revisions
Appearance
Content deleted Content added
Anomalocaris (talk | contribs) nowiki tags can't nest, i.e. the first </nowiki> closes <nowiki>, so in order for the first </nowiki> to display as such, it must be escaped. This is a better workaround than before. |
Anomalocaris (talk | contribs) m comma before nonrestrictive clause |
||
Line 20: | Line 20: | ||
== See also == |
== See also == |
||
* {{tl|Nowiki template demo}} which uses [[Module:Template test case]] |
* {{tl|Nowiki template demo}}, which uses [[Module:Template test case]] |
||
* {{tl|Automarkup}} which uses [[Module:Automarkup]] |
* {{tl|Automarkup}}, which uses [[Module:Automarkup]] |
||
<includeonly>{{sandbox other|| |
<includeonly>{{sandbox other|| |
Revision as of 20:14, 4 October 2022
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. |
This template uses Lua: |
Usage
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
The code
{{demo-inline|<nowiki>{{USHRseats|California}}</nowiki>}}
produces the template example:
{{USHRseats|California}}
→ 52
See also
- {{Nowiki template demo}}, which uses Module:Template test case
- {{Automarkup}}, which uses Module:Automarkup