Jump to content

Template:Demo inline/doc: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
 
(13 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Documentation subpage}}
{{Documentation subpage}}
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
{{Lua|Module:Demo}}

== Usage ==
== Usage ==
Used to include examples of template use in documentation pages.
Used to include examples of template use in documentation pages.
Line 6: Line 8:
Like {{tl|demo}}, this template takes an unnamed argument in <nowiki><nowiki></nowiki> tags, and displays it unprocessed (as code), then as processed wikitext.
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 processed output starting on the same line as the unprocessed input, separated by an arrow.
Unlike {{tl|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==
==Example==
The code
The code


<code><nowiki>{{demo-inline|<nowiki>{{fti|Glory (1989 film)}}</nowiki></nowiki>{{))}}</code>
<code><nowiki>{{demo-inline|&lt;nowiki>{{USHRseats|California}}&lt;/nowiki>}}</nowiki></code>


produces the template example:
produces the template example:


{{demo-inline|<nowiki>{{fti|Glory (1989 film)}}</nowiki>}}
{{demo-inline|<nowiki>{{USHRseats|California}}</nowiki>}}


== See also ==
* {{tl|Nowiki template demo}}, which uses [[Module:Template test case]]
* {{tl|Automarkup}}, which uses [[Module:Automarkup]]


<includeonly>{{sandbox other||
<includeonly>{{sandbox other||
<!-- Categories below this line, please; interwikis at Wikidata -->
<!-- Categories below this line, please; interwikis at Wikidata -->
[[Category:Documentation assistance templates]]

[[Category:Programming typing-aid templates]]
[[Category:Template test cases| ]]
[[Category:Wikipedia formatting templates]]
[[Category:Wikitext processing templates]]
}}</includeonly>
}}</includeonly>

Latest revision as of 18:21, 15 October 2024

Usage

[edit]

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

[edit]

The code

{{demo-inline|<nowiki>{{USHRseats|California}}</nowiki>}}

produces the template example:

{{USHRseats|California}} → 52

See also

[edit]