Template:Demo inline/doc

From Bharatpedia, an open encyclopedia
< Template:Demo inline
Revision as of 09:26, 30 October 2024 by Muskit Gergous (talk | contribs) (Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Bharatdata (see Bharatpedia:Bharatdata) --> {{Lua|Module:Demo}} == Usage == Used to include examples of template use in documentation pages. Like {{tl|demo}}, this template takes an unnamed argument in <nowiki><nowiki></nowiki> tags, and displays it unprocessed (as code), then as processed wikitext. Unlike {{tl|demo}}, this template presents the proc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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}}Error: state not recognized

See also