Jump to content

Template:Demo inline/doc

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Zyxw (talk | contribs) at 02:18, 19 August 2018 (add see also, remove category now added by {{Lua}} template). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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