Jump to content

Template:For-multi

Unchecked
From Wikipedia

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:

α
&gamma; <span lang="de">A</span>
  • α is the Greek small letter alpha, written directly as a Unicode character.
  • &gamma; is an HTML character entity for the Greek small letter gamma.
  • <span lang="de">A</span> wraps the character A in 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 &gamma; render as expected;
  • language‑tagged spans are preserved and interpreted correctly by the software and by assistive technologies.

See also

[edit]