Difference between revisions of "Template:Demo-inline"

From blackwiki
Jump to navigation Jump to search
test>Swpb
m (108 revisions imported)
 
(9 intermediate revisions by one other user not shown)
Line 1: Line 1:
<includeonly>{{#invoke:Sandbox/Swpb/spellout|main|{{{1|}}}|{{{2|}}}}}</includeonly><noinclude>
+
<includeonly>{{#invoke:Demo|inline}}</includeonly><noinclude>{{documentation}}</noinclude>
 
 
Converts numerals to spelled-out words per [[WP:NUMERAL]].
 
 
 
If a second argument is given, all integers greater than nine will be given as a numeral.
 
 
 
==Examples==
 
 
 
</noinclude>
 

Latest revision as of 16:41, 8 September 2020

Template documentation[view] [edit] [history] [purge]

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}}Template:USHRseats

See also