Difference between revisions of "Template:Demo-inline"

From blackwiki
Jump to navigation Jump to search
test>Swpb
test>Swpb
Line 1: Line 1:
<includeonly><tt><nowiki>{{{1|}}}</nowiki></tt> → {{{1|}}}</includeonly><noinclude>
+
{{#invoke:Sandbox/Swpb/demo-inline|main}}<noinclude>{{documentation}}</noinclude>
 
 
Creates an example of how to use a template.
 
</noinclude>
 

Revision as of 17:37, 14 May 2018

Script error: No such module "Sandbox/Swpb/demo-inline".

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:

Script error: No such module "Sandbox/Swpb/demo-inline".

See also