Template:Demo inline/doc: Difference between revisions
Appearance
Content deleted Content added
add {{Lua|Module:Demo}} |
m Moving Category:Wikipedia utility templates to Category:Wikipedia formatting templates per Wikipedia:Categories for discussion/Log/2024 August 19#Category:Wikipedia utility templates |
||
(8 intermediate revisions by 6 users not shown) | |||
Line 13: | Line 13: | ||
The code |
The code |
||
<code><nowiki>{{demo-inline| |
<code><nowiki>{{demo-inline|<nowiki>{{USHRseats|California}}</nowiki>}}</nowiki></code> |
||
produces the template example: |
produces the template example: |
||
Line 19: | Line 19: | ||
{{demo-inline|<nowiki>{{USHRseats|California}}</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:Documentation assistance templates]] |
||
⚫ | |||
[[Category:Programming typing-aid templates]] |
[[Category:Programming typing-aid templates]] |
||
[[Category:Template test cases| ]] |
|||
⚫ | |||
⚫ | |||
}}</includeonly> |
}}</includeonly> |
Latest revision as of 18:21, 15 October 2024
This is a documentation subpage for Template:Demo inline. It may contain usage information, categories and other content that is not part of the original template page. |
This template uses Lua: |
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]- {{Nowiki template demo}}, which uses Module:Template test case
- {{Automarkup}}, which uses Module:Automarkup