Toggle menu
15
236
70
27.6K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 18:55, 14 February 2025 by Prd (talk | contribs) (Created page with "== 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:<ref>For technical reasons the template could not be made such that the <code><nowiki></code> and <code></nowiki></code> would not be needed.</ref> <pre>{{demo inline|<nowiki>...</nowiki>}}</pre> == Examples == * {{demo inline|<nowiki>''abc''</no...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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}} → {{#statements:p36|from=q183}}
  • {{!}} → |

See also

Notes

  1. For technical reasons the template could not be made such that the <nowiki> and </nowiki> would not be needed.