Template:Demo inline
Purpose
editThis template shows the result of applying a given wikitext. It is useful for testing and demonstrating wikitext codes, templates and parser functions.
Usage
editFill in the wikitext at the dots:[1]
{{demo inline|<nowiki>...</nowiki>}}
Examples
edit''abc''
→ abc{{#expr:2*3}}
→ 6{{#statements:p36|from=q183}}
→ Berlin{{!}}
→ |
See also
editNotes
edit- ↑ For technical reasons the template could not be made such that the
<nowiki>
and</nowiki>
would not be needed.