Difference between revisions of "Template:Demo-inline/doc"

From blackwiki
Jump to navigation Jump to search
imported>Zyxw
(add {{Lua|Module:Demo}})
imported>Zyxw
m (add see also, remove category now added by {{Lua}} template)
Line 19: Line 19:
 
{{demo-inline|<nowiki>{{USHRseats|California}}</nowiki>}}
 
{{demo-inline|<nowiki>{{USHRseats|California}}</nowiki>}}
  
 +
== See also ==
 +
* {{tl|Nowiki template demo}}
  
 
<includeonly>{{sandbox other||
 
<includeonly>{{sandbox other||
 
<!-- Categories below this line, please; interwikis at Wikidata -->
 
<!-- Categories below this line, please; interwikis at Wikidata -->
[[Category:Lua-based templates]]
 
 
[[Category:Documentation assistance templates]]
 
[[Category:Documentation assistance templates]]
 
[[Category:Template-related templates]]
 
[[Category:Template-related templates]]
 
[[Category:Programming typing-aid templates]]
 
[[Category:Programming typing-aid templates]]
 
}}</includeonly>
 
}}</includeonly>

Revision as of 02:18, 19 August 2018

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