Template:Demo inline: Difference between revisions
Appearance
Created page with "<includeonly>{{#invoke:Demo|inline}}</includeonly><noinclude>{{documentation}}</noinclude>" |
m 1 revision imported: Initial |
||
(No difference)
|
Latest revision as of 15:20, 29 December 2024
Purpose
This template shows the result of applying a given wikitext. It is useful for testing and demonstrating wikitext codes, templates and parser functions.
Usage
Fill in the wikitext at the dots:[1]
{{demo inline|<nowiki>...</nowiki>}}
Examples
''abc''
→ abc{{#expr:2*3}}
→ 6{{#statements:p36|from=q183}}
→{{!}}
→ |
See also
Notes
- ↑ For technical reasons the template could not be made such that the
<nowiki>
and</nowiki>
would not be needed.