Template:For-multi
Appearance
Unchecked
Template:For-multi is a small test template used to demonstrate how non‑Latin characters and inline HTML can be handled in wikitext.
Minimal example:
α γ A
In raw wikitext, this is simply:
α γ <span lang="de">A</span>
αis the Greek small letter alpha, written directly as a Unicode character.γis an HTML character entity for the Greek small letter gamma.<span lang="de">A</span>wraps the characterAin a<span>with a language attribute (lang="de"for German).
Usage
[edit]A typical usage on a test page might be:
{{For-multi}}
which could expand, for testing purposes, to something like:
α γ A
This is useful to verify that:
- Greek characters display correctly;
- HTML entities like
γrender as expected; - language‑tagged spans are preserved and interpreted correctly by the software and by assistive technologies.