Jump to content

Template:Demo inline/doc: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m See also: per Wikipedia:Categories for discussion/Log/2018 December 7, replaced: Template-related templates → Template namespace templates
m remove over-categorization
Line 27: Line 27:
[[Category:Documentation assistance templates]]
[[Category:Documentation assistance templates]]
[[Category:Programming typing-aid templates]]
[[Category:Programming typing-aid templates]]
[[Category:Template documentation| ]]
[[Category:Template namespace templates]]
[[Category:Template test cases| ]]
[[Category:Template test cases| ]]
[[Category:Template namespace templates]]
[[Category:Wikipedia utility templates]]
[[Category:Wikipedia utility templates]]
[[Category:Wikitext processing templates]]
[[Category:Wikitext processing templates]]

Revision as of 00:30, 25 April 2020

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