Difference between revisions of "Template:Demo inline/doc"

(Creation (as this is needed))
 
 
Line 28: Line 28:
 
[[Category:Programming typing-aid templates]]
 
[[Category:Programming typing-aid templates]]
 
[[Category:Template test cases| ]]
 
[[Category:Template test cases| ]]
[[Category:Wikipedia utility templates]]
+
[[Category:Utility templates]]
 
[[Category:Wikitext processing templates]]
 
[[Category:Wikitext processing templates]]
 
}}</includeonly>
 
}}</includeonly>

Latest revision as of 17:11, 14 May 2023

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-00000003-QINU`"'

See also[edit]