Jump to content

Bavosa verda

Checked
From Wikipedia

yy5sLxFRk6Afq3N

[edit]

Nom

[edit]

Template documentation

[edit]


Template sandbox and testcases for TEMPLATE_NAME

[edit]

Overview

[edit]

This page provides a clean workflow to safely edit and validate TEMPLATE_NAME:

  • Sandbox: Template:TEMPLATE_NAME/sandbox — a working copy where you make changes.
  • Testcases: Template:TEMPLATE_NAME/testcases — inputs that exercise typical and edge cases.
  • Live: Template:TEMPLATE_NAME — the production version. Do not edit directly without review.

Use this page to:

  • Preview sandbox output against fixed testcases without touching the live template.
  • Compare actual vs expected output for each testcase.
  • Track recent changes and invite reviewers.
[edit]

How to test

[edit]

1. Edit the sandbox at Template:TEMPLATE_NAME/sandbox. 2. Open this test page and click “Show preview” to render the sandbox with inputs below. 3. Verify each testcase: Does the “Actual output” match the “Expected output”? 4. If all pass, consider copying sandbox to live using an edit summary like:

  “Sync from /sandbox: passes all /testcases as of YYYY-MM-DD.”

Previewing tips

[edit]
  • Use “Preview page with this template” gadget or the built-in preview.
  • Check parser output in different skins and mobile view.
  • Validate accessibility: headings order, link text, ARIA where applicable.
  • Internationalization: test with non-ASCII parameters and RTL where relevant.

Test harness

[edit]

The following sections render the sandbox template against curated inputs. Each testcase shows:

  • Parameters passed to the template
  • Expected output (as plain wikitext target)
  • Actual output (rendered via sandbox transclusion)

Testcase A: Minimal invocation

[edit]

Parameters: {{TEMPLATE_NAME}}

Expected output: [Minimal successful output with defaults: e.g., a neutral message or basic box]

Actual output (sandbox):

Character and language test sandbox

This sandbox is used to test how Template:TEMPLATE NAME behaves with special characters (such as Greek letters) and language-specific spans.

Basic examples

[edit]
  • Greek letter (direct character): α
  • Greek letter (HTML entity): γ
  • German span example: A

Within the template

[edit]

Below are example calls of the template using these characters as parameters.

{{TEMPLATE NAME | title = Greek test: α γ | summary = Demonstrating Greek letters: α, β, γ, and entities like γ. | attr1 = Direct Greek: α β γ δ | attr2 = Entity Greek: α β γ δ | attr3 = German label: <span lang="de">A</span>, English label: A }}

Preview the page to check if:

  • Greek characters (α, β, γ, δ) display correctly.
  • HTML entities (α, β, γ, δ) render as the expected symbols.
  • The A is kept as a German-language span and does not break the layout.

Notes

[edit]
  • Use this sandbox to experiment with different scripts (Greek, Cyrillic, etc.).
  • Test right-to-left scripts by adding spans with lang="ar" or lang="he".
  • If the template trims or escapes some of these, adjust the template code accordingly.

Testcase B: Common parameters

[edit]

Parameters: {{TEMPLATE_NAME | param1 = Alpha | param2 = Beta | flag = yes }}

Expected output: [Example: shows "Alpha" and "Beta" in designated slots; flag toggles enhanced styling]

Actual output (sandbox):

Character and language test sandbox

This sandbox is used to test how Template:TEMPLATE NAME behaves with special characters (such as Greek letters) and language-specific spans.

Basic examples

[edit]
  • Greek letter (direct character): α
  • Greek letter (HTML entity): γ
  • German span example: A

Within the template

[edit]

Below are example calls of the template using these characters as parameters.

{{TEMPLATE NAME | title = Greek test: α γ | summary = Demonstrating Greek letters: α, β, γ, and entities like γ. | attr1 = Direct Greek: α β γ δ | attr2 = Entity Greek: α β γ δ | attr3 = German label: <span lang="de">A</span>, English label: A }}

Preview the page to check if:

  • Greek characters (α, β, γ, δ) display correctly.
  • HTML entities (α, β, γ, δ) render as the expected symbols.
  • The A is kept as a German-language span and does not break the layout.

Notes

[edit]
  • Use this sandbox to experiment with different scripts (Greek, Cyrillic, etc.).
  • Test right-to-left scripts by adding spans with lang="ar" or lang="he".
  • If the template trims or escapes some of these, adjust the template code accordingly.

Testcase C: Edge values and escaping

[edit]

Parameters: {{TEMPLATE_NAME | param1 = [[Linked target|Visible text]] | param2 = {{subst:CURRENTTIMESTAMP}} | raw = <code><span class="x">escaped</span></code> }}

Expected output: [Links render correctly; timestamp subst is literal in expected; raw shows escaped markup]

Actual output (sandbox):

Character and language test sandbox

This sandbox is used to test how Template:TEMPLATE NAME behaves with special characters (such as Greek letters) and language-specific spans.

Basic examples

[edit]
  • Greek letter (direct character): α
  • Greek letter (HTML entity): γ
  • German span example: A

Within the template

[edit]

Below are example calls of the template using these characters as parameters.

{{TEMPLATE NAME | title = Greek test: α γ | summary = Demonstrating Greek letters: α, β, γ, and entities like γ. | attr1 = Direct Greek: α β γ δ | attr2 = Entity Greek: α β γ δ | attr3 = German label: <span lang="de">A</span>, English label: A }}

Preview the page to check if:

  • Greek characters (α, β, γ, δ) display correctly.
  • HTML entities (α, β, γ, δ) render as the expected symbols.
  • The A is kept as a German-language span and does not break the layout.

Notes

[edit]
  • Use this sandbox to experiment with different scripts (Greek, Cyrillic, etc.).
  • Test right-to-left scripts by adding spans with lang="ar" or lang="he".
  • If the template trims or escapes some of these, adjust the template code accordingly.

Testcase D: Internationalization (i18n)

[edit]

Parameters: {{TEMPLATE_NAME | lang = ja | text = こんにちは世界 }}

Expected output: [Text displays correctly for non-ASCII; applies lang attribute or rtl/ltr where applicable]

Actual output (sandbox):

Character and language test sandbox

This sandbox is used to test how Template:TEMPLATE NAME behaves with special characters (such as Greek letters) and language-specific spans.

Basic examples

[edit]
  • Greek letter (direct character): α
  • Greek letter (HTML entity): γ
  • German span example: A

Within the template

[edit]

Below are example calls of the template using these characters as parameters.

{{TEMPLATE NAME | title = Greek test: α γ | summary = Demonstrating Greek letters: α, β, γ, and entities like γ. | attr1 = Direct Greek: α β γ δ | attr2 = Entity Greek: α β γ δ | attr3 = German label: <span lang="de">A</span>, English label: A }}

Preview the page to check if:

  • Greek characters (α, β, γ, δ) display correctly.
  • HTML entities (α, β, γ, δ) render as the expected symbols.
  • The A is kept as a German-language span and does not break the layout.

Notes

[edit]
  • Use this sandbox to experiment with different scripts (Greek, Cyrillic, etc.).
  • Test right-to-left scripts by adding spans with lang="ar" or lang="he".
  • If the template trims or escapes some of these, adjust the template code accordingly.

Testcase E: Error handling

[edit]

Parameters: {{TEMPLATE_NAME | param1 = | required = <!-- intentionally omitted --> }}

Expected output: [Shows a gentle error or maintenance category; does not break page layout]

Actual output (sandbox):

Character and language test sandbox

This sandbox is used to test how Template:TEMPLATE NAME behaves with special characters (such as Greek letters) and language-specific spans.

Basic examples

[edit]
  • Greek letter (direct character): α
  • Greek letter (HTML entity): γ
  • German span example: A

Within the template

[edit]

Below are example calls of the template using these characters as parameters.

{{TEMPLATE NAME | title = Greek test: α γ | summary = Demonstrating Greek letters: α, β, γ, and entities like γ. | attr1 = Direct Greek: α β γ δ | attr2 = Entity Greek: α β γ δ | attr3 = German label: <span lang="de">A</span>, English label: A }}

Preview the page to check if:

  • Greek characters (α, β, γ, δ) display correctly.
  • HTML entities (α, β, γ, δ) render as the expected symbols.
  • The A is kept as a German-language span and does not break the layout.

Notes

[edit]
  • Use this sandbox to experiment with different scripts (Greek, Cyrillic, etc.).
  • Test right-to-left scripts by adding spans with lang="ar" or lang="he".
  • If the template trims or escapes some of these, adjust the template code accordingly.

Maintenance

[edit]
  • Add new testcases when introducing features or fixing bugs.
  • Keep “Expected output” updated; include rationale in edit summaries.
  • When deprecating parameters, add tests demonstrating legacy behavior and warnings.

Categories

[edit]

Copy-paste skeletons

[edit]

Below are ready-to-use skeletons for the sandbox and testcases subpages.

Skeleton: Template:TEMPLATE_NAME/sandbox

[edit]

<!-- Sandbox for TEMPLATE_NAME --> <!-- Copy the entire template source here; edit safely. --> {{#if:{{{required|}}} | <!-- normal output --> <div class="tmpl"> <b>{{{param1|}}}</b> · <i>{{{param2|}}}</i> {{#if:{{{flag|}}}|<span class="flag">✓</span>|}} {{#if:{{{raw|}}}|<span class="raw">{{{raw}}}</span>|}} </div> | <!-- error / missing required --> <span class="error">TEMPLATE_NAME: missing required parameter</span> [[Category:Pages with TEMPLATE_NAME errors]] }}

Skeleton: Template:TEMPLATE_NAME/testcases

[edit]

<!-- Testcases for TEMPLATE_NAME; render against /sandbox --> ; Minimal : {{TEMPLATE_NAME/sandbox}} ; Common params : {{TEMPLATE_NAME/sandbox | param1 = Alpha | param2 = Beta | flag = yes }} ; Edge and escaping : {{TEMPLATE_NAME/sandbox | param1 = [[Linked target|Visible text]] | param2 = 20250101T000000Z | raw = <code><span class="x">escaped</span></code> }} ; I18n : {{TEMPLATE_NAME/sandbox | lang = ja | text = こんにちは世界 }} ; Error handling : {{TEMPLATE_NAME/sandbox | required = }}

Review checklist

[edit]
  • Output is stable across re-parses; no expensive parser functions without need.
  • No unexpected categorization in mainspace; errors go to maintenance cats.
  • Template is documented at Template:TEMPLATE_NAME/doc with parameters, examples, and tracking.
  • Style is minimal; avoid inline CSS unless necessary; consider using existing module or template styles.
This box: view  talk  edit

Template:Ca-nom renders a compact or full name information card for people, characters, or entities. It supports native-script names, transliteration, pronunciation, aliases, honorifics, and signature display while hiding empty fields automatically.

Purpose

[edit]
  • Provide a consistent, concise presentation of name-related data in infoboxes or lead sections.
  • Distinguish native names, transliterations, and pronunciation from aliases and variants.
  • Offer optional categorization for maintenance.

Usage

[edit]

Basic:

{{Ca-nom
 |name=Jane Doe
 |honorific=Dr.
}}

With native name and transliteration:

{{Ca-nom
 |name=Zhang Wei
 |native=张伟
 |lang=zh
 |translit=Zhāng Wěi
 |ipa=ʈʂáŋ wěɪ
}}

Aliases, abbreviations, signature:

{{Ca-nom
 |name=John Fitzgerald Kennedy
 |abbrev=JFK
 |alias=Jack Kennedy;Senator Kennedy
 |signature=File:John_F._Kennedy_Signature.svg
 |signing=J. F. Kennedy
}}

Compact boxed display:

{{Ca-nom
 |name=Mary Shelley
 |penname=Mary W. Shelley
 |box=yes
 |compact=yes
}}

Parameters

[edit]
name
Primary display name (recommended).
native
Native-script name.
lang
Language code or label for the native name.
alias
Other names/aliases (comma or semicolon-separated; auto-linked).
aka
Free-form "also known as" text line.
birthname
Name at birth.
honorific
Titles/honorifics (Sir, Dr., etc.).
penname
Pen/stage name.
abbrev
Abbreviations or initials.
variants
Orthographic or letter variants.
translit
Transliteration of the native name.
ipa
Pronunciation (IPA).
audio
Audio file for pronunciation.
signature
Signature image file.
signing
Usual signing style string.
source
Citation/source of the name data.
compact
yes/true/1 for slightly smaller layout.
box
yes/true/1 to add a soft box style.
nocat
Suppress maintenance category emission.
catprefix
Override category prefix (default Category:Name cards ).

Categories

[edit]
  • By default:
    [[Category:Name cards]]
  • Missing primary name:
    [[Category:Name cards missing primary name]]

Adjust with catprefix to fit local conventions.

Best practices

[edit]
  • Keep the header concise; move extended biographical details to infobox or prose.
  • Use ISO language codes for lang where feasible.
  • Prefer IPA for pronunciation; include audio when available.
  • Use alias for alternate names that have standalone pages to link.

See also

[edit]
  1. Template:Sense accepcions (Template:E)

Template:-sin-

Template:-hiper-

Template:-trad- Template:Inici

Template:Mig

Template:Final

Referències

[edit]

Template documentation

[edit]


Template sandbox and testcases for TEMPLATE_NAME

[edit]

Overview

[edit]

This page provides a clean workflow to safely edit and validate TEMPLATE_NAME:

  • Sandbox: Template:TEMPLATE_NAME/sandbox — a working copy where you make changes.
  • Testcases: Template:TEMPLATE_NAME/testcases — inputs that exercise typical and edge cases.
  • Live: Template:TEMPLATE_NAME — the production version. Do not edit directly without review.

Use this page to:

  • Preview sandbox output against fixed testcases without touching the live template.
  • Compare actual vs expected output for each testcase.
  • Track recent changes and invite reviewers.
[edit]

How to test

[edit]

1. Edit the sandbox at Template:TEMPLATE_NAME/sandbox. 2. Open this test page and click “Show preview” to render the sandbox with inputs below. 3. Verify each testcase: Does the “Actual output” match the “Expected output”? 4. If all pass, consider copying sandbox to live using an edit summary like:

  “Sync from /sandbox: passes all /testcases as of YYYY-MM-DD.”

Previewing tips

[edit]
  • Use “Preview page with this template” gadget or the built-in preview.
  • Check parser output in different skins and mobile view.
  • Validate accessibility: headings order, link text, ARIA where applicable.
  • Internationalization: test with non-ASCII parameters and RTL where relevant.

Test harness

[edit]

The following sections render the sandbox template against curated inputs. Each testcase shows:

  • Parameters passed to the template
  • Expected output (as plain wikitext target)
  • Actual output (rendered via sandbox transclusion)

Testcase A: Minimal invocation

[edit]

Parameters: {{TEMPLATE_NAME}}

Expected output: [Minimal successful output with defaults: e.g., a neutral message or basic box]

Actual output (sandbox):

Character and language test sandbox

This sandbox is used to test how Template:TEMPLATE NAME behaves with special characters (such as Greek letters) and language-specific spans.

Basic examples

[edit]
  • Greek letter (direct character): α
  • Greek letter (HTML entity): γ
  • German span example: A

Within the template

[edit]

Below are example calls of the template using these characters as parameters.

{{TEMPLATE NAME | title = Greek test: α γ | summary = Demonstrating Greek letters: α, β, γ, and entities like γ. | attr1 = Direct Greek: α β γ δ | attr2 = Entity Greek: α β γ δ | attr3 = German label: <span lang="de">A</span>, English label: A }}

Preview the page to check if:

  • Greek characters (α, β, γ, δ) display correctly.
  • HTML entities (α, β, γ, δ) render as the expected symbols.
  • The A is kept as a German-language span and does not break the layout.

Notes

[edit]
  • Use this sandbox to experiment with different scripts (Greek, Cyrillic, etc.).
  • Test right-to-left scripts by adding spans with lang="ar" or lang="he".
  • If the template trims or escapes some of these, adjust the template code accordingly.

Testcase B: Common parameters

[edit]

Parameters: {{TEMPLATE_NAME | param1 = Alpha | param2 = Beta | flag = yes }}

Expected output: [Example: shows "Alpha" and "Beta" in designated slots; flag toggles enhanced styling]

Actual output (sandbox):

Character and language test sandbox

This sandbox is used to test how Template:TEMPLATE NAME behaves with special characters (such as Greek letters) and language-specific spans.

Basic examples

[edit]
  • Greek letter (direct character): α
  • Greek letter (HTML entity): γ
  • German span example: A

Within the template

[edit]

Below are example calls of the template using these characters as parameters.

{{TEMPLATE NAME | title = Greek test: α γ | summary = Demonstrating Greek letters: α, β, γ, and entities like γ. | attr1 = Direct Greek: α β γ δ | attr2 = Entity Greek: α β γ δ | attr3 = German label: <span lang="de">A</span>, English label: A }}

Preview the page to check if:

  • Greek characters (α, β, γ, δ) display correctly.
  • HTML entities (α, β, γ, δ) render as the expected symbols.
  • The A is kept as a German-language span and does not break the layout.

Notes

[edit]
  • Use this sandbox to experiment with different scripts (Greek, Cyrillic, etc.).
  • Test right-to-left scripts by adding spans with lang="ar" or lang="he".
  • If the template trims or escapes some of these, adjust the template code accordingly.

Testcase C: Edge values and escaping

[edit]

Parameters: {{TEMPLATE_NAME | param1 = [[Linked target|Visible text]] | param2 = {{subst:CURRENTTIMESTAMP}} | raw = <code><span class="x">escaped</span></code> }}

Expected output: [Links render correctly; timestamp subst is literal in expected; raw shows escaped markup]

Actual output (sandbox):

Character and language test sandbox

This sandbox is used to test how Template:TEMPLATE NAME behaves with special characters (such as Greek letters) and language-specific spans.

Basic examples

[edit]
  • Greek letter (direct character): α
  • Greek letter (HTML entity): γ
  • German span example: A

Within the template

[edit]

Below are example calls of the template using these characters as parameters.

{{TEMPLATE NAME | title = Greek test: α γ | summary = Demonstrating Greek letters: α, β, γ, and entities like γ. | attr1 = Direct Greek: α β γ δ | attr2 = Entity Greek: α β γ δ | attr3 = German label: <span lang="de">A</span>, English label: A }}

Preview the page to check if:

  • Greek characters (α, β, γ, δ) display correctly.
  • HTML entities (α, β, γ, δ) render as the expected symbols.
  • The A is kept as a German-language span and does not break the layout.

Notes

[edit]
  • Use this sandbox to experiment with different scripts (Greek, Cyrillic, etc.).
  • Test right-to-left scripts by adding spans with lang="ar" or lang="he".
  • If the template trims or escapes some of these, adjust the template code accordingly.

Testcase D: Internationalization (i18n)

[edit]

Parameters: {{TEMPLATE_NAME | lang = ja | text = こんにちは世界 }}

Expected output: [Text displays correctly for non-ASCII; applies lang attribute or rtl/ltr where applicable]

Actual output (sandbox):

Character and language test sandbox

This sandbox is used to test how Template:TEMPLATE NAME behaves with special characters (such as Greek letters) and language-specific spans.

Basic examples

[edit]
  • Greek letter (direct character): α
  • Greek letter (HTML entity): γ
  • German span example: A

Within the template

[edit]

Below are example calls of the template using these characters as parameters.

{{TEMPLATE NAME | title = Greek test: α γ | summary = Demonstrating Greek letters: α, β, γ, and entities like γ. | attr1 = Direct Greek: α β γ δ | attr2 = Entity Greek: α β γ δ | attr3 = German label: <span lang="de">A</span>, English label: A }}

Preview the page to check if:

  • Greek characters (α, β, γ, δ) display correctly.
  • HTML entities (α, β, γ, δ) render as the expected symbols.
  • The A is kept as a German-language span and does not break the layout.

Notes

[edit]
  • Use this sandbox to experiment with different scripts (Greek, Cyrillic, etc.).
  • Test right-to-left scripts by adding spans with lang="ar" or lang="he".
  • If the template trims or escapes some of these, adjust the template code accordingly.

Testcase E: Error handling

[edit]

Parameters: {{TEMPLATE_NAME | param1 = | required = <!-- intentionally omitted --> }}

Expected output: [Shows a gentle error or maintenance category; does not break page layout]

Actual output (sandbox):

Character and language test sandbox

This sandbox is used to test how Template:TEMPLATE NAME behaves with special characters (such as Greek letters) and language-specific spans.

Basic examples

[edit]
  • Greek letter (direct character): α
  • Greek letter (HTML entity): γ
  • German span example: A

Within the template

[edit]

Below are example calls of the template using these characters as parameters.

{{TEMPLATE NAME | title = Greek test: α γ | summary = Demonstrating Greek letters: α, β, γ, and entities like γ. | attr1 = Direct Greek: α β γ δ | attr2 = Entity Greek: α β γ δ | attr3 = German label: <span lang="de">A</span>, English label: A }}

Preview the page to check if:

  • Greek characters (α, β, γ, δ) display correctly.
  • HTML entities (α, β, γ, δ) render as the expected symbols.
  • The A is kept as a German-language span and does not break the layout.

Notes

[edit]
  • Use this sandbox to experiment with different scripts (Greek, Cyrillic, etc.).
  • Test right-to-left scripts by adding spans with lang="ar" or lang="he".
  • If the template trims or escapes some of these, adjust the template code accordingly.

Maintenance

[edit]
  • Add new testcases when introducing features or fixing bugs.
  • Keep “Expected output” updated; include rationale in edit summaries.
  • When deprecating parameters, add tests demonstrating legacy behavior and warnings.

Categories

[edit]

Copy-paste skeletons

[edit]

Below are ready-to-use skeletons for the sandbox and testcases subpages.

Skeleton: Template:TEMPLATE_NAME/sandbox

[edit]

<!-- Sandbox for TEMPLATE_NAME --> <!-- Copy the entire template source here; edit safely. --> {{#if:{{{required|}}} | <!-- normal output --> <div class="tmpl"> <b>{{{param1|}}}</b> · <i>{{{param2|}}}</i> {{#if:{{{flag|}}}|<span class="flag">✓</span>|}} {{#if:{{{raw|}}}|<span class="raw">{{{raw}}}</span>|}} </div> | <!-- error / missing required --> <span class="error">TEMPLATE_NAME: missing required parameter</span> [[Category:Pages with TEMPLATE_NAME errors]] }}

Skeleton: Template:TEMPLATE_NAME/testcases

[edit]

<!-- Testcases for TEMPLATE_NAME; render against /sandbox --> ; Minimal : {{TEMPLATE_NAME/sandbox}} ; Common params : {{TEMPLATE_NAME/sandbox | param1 = Alpha | param2 = Beta | flag = yes }} ; Edge and escaping : {{TEMPLATE_NAME/sandbox | param1 = [[Linked target|Visible text]] | param2 = 20250101T000000Z | raw = <code><span class="x">escaped</span></code> }} ; I18n : {{TEMPLATE_NAME/sandbox | lang = ja | text = こんにちは世界 }} ; Error handling : {{TEMPLATE_NAME/sandbox | required = }}

Review checklist

[edit]
  • Output is stable across re-parses; no expensive parser functions without need.
  • No unexpected categorization in mainspace; errors go to maintenance cats.
  • Template is documented at Template:TEMPLATE_NAME/doc with parameters, examples, and tracking.
  • Style is minimal; avoid inline CSS unless necessary; consider using existing module or template styles.
This box: view  talk  edit

Template:Ca-dicc renders a compact or full dictionary entry card for a word/term, including headword, part of speech, pronunciation, etymology, definitions, examples, and related lists. Empty fields are omitted automatically.

Purpose

[edit]
  • Provide consistent presentation of dictionary-like information within articles or glossary pages.
  • Encourage concise etymology and definition entries while supporting examples and usage notes.
  • Offer optional categorization for maintenance.

Usage

[edit]

Basic:

{{Ca-dicc
 |head=example
 |pos=noun
 |ipa=ɪɡˈzɑːmpəl
 |def=a thing characteristic of its kind
}}

With audio and etymology:

{{Ca-dicc
 |head=example
 |pos=noun
 |ipa=ɪɡˈzɑːmpəl
 |audio=File:En-us-example.ogg
 |etym=From Latin ''exemplum''
 |def=a thing characteristic of its kind
 |examples=This is an example.;An instructive example appears in the text.
}}

Multiple definitions and lists:

{{Ca-dicc
 |head=run
 |pos=verb
 |defs=to move swiftly on foot;to execute a program;to function or operate
 |usage=colloquial;computing
 |region=US
 |synonyms=sprint, operate
 |antonyms=walk, stop
 |derived=runner, runtime
 |see=movement, execution
}}

Compact and boxed display:

{{Ca-dicc
 |head=lexicon
 |pos=noun
 |def=a vocabulary of a person, language, or field
 |compact=yes
 |box=yes
}}

Parameters

[edit]
head
Headword or lemma (required for proper categorization).
pos
Part of speech.
ipa
Pronunciation (IPA).
audio
Audio file link (File:...), optional.
etym
Brief etymology.
def
Single-line short definition.
defs
Multiple definitions; separate items by commas or semicolons.
usage
Usage labels (formal, colloquial, archaic, computing, etc.).
region
Regional label (US, UK, etc.).
inflect
Inflectional information (plural forms, conjugation pattern).
examples
Example sentences; separate by commas or semicolons.
synonyms
Comma/semicolon-separated synonyms.
antonyms
Comma/semicolon-separated antonyms.
derived
Related or derived terms (can be wiki-linked via see).
see
See also targets (comma-separated; auto-linked).
notes
Additional notes.
lang
Language badge text.
compact
yes/true/1 for slightly smaller header text.
box
yes/true/1 to add a soft box style around the card.
nocat
Suppress maintenance category emission.
catprefix
Override category prefix, default Category:Dictionary entries .

Categories

[edit]
  • By default:
    [[Category:Dictionary entries]]
  • Missing headword:
    [[Category:Dictionary entries missing headword]]

Adjust with catprefix if your site uses a different tree.

Best practices

[edit]
  • Keep def concise; use defs for elaboration.
  • Prefer IPA for pronunciation consistency.
  • Cite etymology in article prose where needed; this template focuses on presentation.
  • Use compact for lists or sidebars where vertical space is limited.

See also

[edit]

Template documentation

[edit]


Template sandbox and testcases for TEMPLATE_NAME

[edit]

Overview

[edit]

This page provides a clean workflow to safely edit and validate TEMPLATE_NAME:

  • Sandbox: Template:TEMPLATE_NAME/sandbox — a working copy where you make changes.
  • Testcases: Template:TEMPLATE_NAME/testcases — inputs that exercise typical and edge cases.
  • Live: Template:TEMPLATE_NAME — the production version. Do not edit directly without review.

Use this page to:

  • Preview sandbox output against fixed testcases without touching the live template.
  • Compare actual vs expected output for each testcase.
  • Track recent changes and invite reviewers.
[edit]

How to test

[edit]

1. Edit the sandbox at Template:TEMPLATE_NAME/sandbox. 2. Open this test page and click “Show preview” to render the sandbox with inputs below. 3. Verify each testcase: Does the “Actual output” match the “Expected output”? 4. If all pass, consider copying sandbox to live using an edit summary like:

  “Sync from /sandbox: passes all /testcases as of YYYY-MM-DD.”

Previewing tips

[edit]
  • Use “Preview page with this template” gadget or the built-in preview.
  • Check parser output in different skins and mobile view.
  • Validate accessibility: headings order, link text, ARIA where applicable.
  • Internationalization: test with non-ASCII parameters and RTL where relevant.

Test harness

[edit]

The following sections render the sandbox template against curated inputs. Each testcase shows:

  • Parameters passed to the template
  • Expected output (as plain wikitext target)
  • Actual output (rendered via sandbox transclusion)

Testcase A: Minimal invocation

[edit]

Parameters: {{TEMPLATE_NAME}}

Expected output: [Minimal successful output with defaults: e.g., a neutral message or basic box]

Actual output (sandbox):

Character and language test sandbox

This sandbox is used to test how Template:TEMPLATE NAME behaves with special characters (such as Greek letters) and language-specific spans.

Basic examples

[edit]
  • Greek letter (direct character): α
  • Greek letter (HTML entity): γ
  • German span example: A

Within the template

[edit]

Below are example calls of the template using these characters as parameters.

{{TEMPLATE NAME | title = Greek test: α γ | summary = Demonstrating Greek letters: α, β, γ, and entities like γ. | attr1 = Direct Greek: α β γ δ | attr2 = Entity Greek: α β γ δ | attr3 = German label: <span lang="de">A</span>, English label: A }}

Preview the page to check if:

  • Greek characters (α, β, γ, δ) display correctly.
  • HTML entities (α, β, γ, δ) render as the expected symbols.
  • The A is kept as a German-language span and does not break the layout.

Notes

[edit]
  • Use this sandbox to experiment with different scripts (Greek, Cyrillic, etc.).
  • Test right-to-left scripts by adding spans with lang="ar" or lang="he".
  • If the template trims or escapes some of these, adjust the template code accordingly.

Testcase B: Common parameters

[edit]

Parameters: {{TEMPLATE_NAME | param1 = Alpha | param2 = Beta | flag = yes }}

Expected output: [Example: shows "Alpha" and "Beta" in designated slots; flag toggles enhanced styling]

Actual output (sandbox):

Character and language test sandbox

This sandbox is used to test how Template:TEMPLATE NAME behaves with special characters (such as Greek letters) and language-specific spans.

Basic examples

[edit]
  • Greek letter (direct character): α
  • Greek letter (HTML entity): γ
  • German span example: A

Within the template

[edit]

Below are example calls of the template using these characters as parameters.

{{TEMPLATE NAME | title = Greek test: α γ | summary = Demonstrating Greek letters: α, β, γ, and entities like γ. | attr1 = Direct Greek: α β γ δ | attr2 = Entity Greek: α β γ δ | attr3 = German label: <span lang="de">A</span>, English label: A }}

Preview the page to check if:

  • Greek characters (α, β, γ, δ) display correctly.
  • HTML entities (α, β, γ, δ) render as the expected symbols.
  • The A is kept as a German-language span and does not break the layout.

Notes

[edit]
  • Use this sandbox to experiment with different scripts (Greek, Cyrillic, etc.).
  • Test right-to-left scripts by adding spans with lang="ar" or lang="he".
  • If the template trims or escapes some of these, adjust the template code accordingly.

Testcase C: Edge values and escaping

[edit]

Parameters: {{TEMPLATE_NAME | param1 = [[Linked target|Visible text]] | param2 = {{subst:CURRENTTIMESTAMP}} | raw = <code><span class="x">escaped</span></code> }}

Expected output: [Links render correctly; timestamp subst is literal in expected; raw shows escaped markup]

Actual output (sandbox):

Character and language test sandbox

This sandbox is used to test how Template:TEMPLATE NAME behaves with special characters (such as Greek letters) and language-specific spans.

Basic examples

[edit]
  • Greek letter (direct character): α
  • Greek letter (HTML entity): γ
  • German span example: A

Within the template

[edit]

Below are example calls of the template using these characters as parameters.

{{TEMPLATE NAME | title = Greek test: α γ | summary = Demonstrating Greek letters: α, β, γ, and entities like γ. | attr1 = Direct Greek: α β γ δ | attr2 = Entity Greek: α β γ δ | attr3 = German label: <span lang="de">A</span>, English label: A }}

Preview the page to check if:

  • Greek characters (α, β, γ, δ) display correctly.
  • HTML entities (α, β, γ, δ) render as the expected symbols.
  • The A is kept as a German-language span and does not break the layout.

Notes

[edit]
  • Use this sandbox to experiment with different scripts (Greek, Cyrillic, etc.).
  • Test right-to-left scripts by adding spans with lang="ar" or lang="he".
  • If the template trims or escapes some of these, adjust the template code accordingly.

Testcase D: Internationalization (i18n)

[edit]

Parameters: {{TEMPLATE_NAME | lang = ja | text = こんにちは世界 }}

Expected output: [Text displays correctly for non-ASCII; applies lang attribute or rtl/ltr where applicable]

Actual output (sandbox):

Character and language test sandbox

This sandbox is used to test how Template:TEMPLATE NAME behaves with special characters (such as Greek letters) and language-specific spans.

Basic examples

[edit]
  • Greek letter (direct character): α
  • Greek letter (HTML entity): γ
  • German span example: A

Within the template

[edit]

Below are example calls of the template using these characters as parameters.

{{TEMPLATE NAME | title = Greek test: α γ | summary = Demonstrating Greek letters: α, β, γ, and entities like γ. | attr1 = Direct Greek: α β γ δ | attr2 = Entity Greek: α β γ δ | attr3 = German label: <span lang="de">A</span>, English label: A }}

Preview the page to check if:

  • Greek characters (α, β, γ, δ) display correctly.
  • HTML entities (α, β, γ, δ) render as the expected symbols.
  • The A is kept as a German-language span and does not break the layout.

Notes

[edit]
  • Use this sandbox to experiment with different scripts (Greek, Cyrillic, etc.).
  • Test right-to-left scripts by adding spans with lang="ar" or lang="he".
  • If the template trims or escapes some of these, adjust the template code accordingly.

Testcase E: Error handling

[edit]

Parameters: {{TEMPLATE_NAME | param1 = | required = <!-- intentionally omitted --> }}

Expected output: [Shows a gentle error or maintenance category; does not break page layout]

Actual output (sandbox):

Character and language test sandbox

This sandbox is used to test how Template:TEMPLATE NAME behaves with special characters (such as Greek letters) and language-specific spans.

Basic examples

[edit]
  • Greek letter (direct character): α
  • Greek letter (HTML entity): γ
  • German span example: A

Within the template

[edit]

Below are example calls of the template using these characters as parameters.

{{TEMPLATE NAME | title = Greek test: α γ | summary = Demonstrating Greek letters: α, β, γ, and entities like γ. | attr1 = Direct Greek: α β γ δ | attr2 = Entity Greek: α β γ δ | attr3 = German label: <span lang="de">A</span>, English label: A }}

Preview the page to check if:

  • Greek characters (α, β, γ, δ) display correctly.
  • HTML entities (α, β, γ, δ) render as the expected symbols.
  • The A is kept as a German-language span and does not break the layout.

Notes

[edit]
  • Use this sandbox to experiment with different scripts (Greek, Cyrillic, etc.).
  • Test right-to-left scripts by adding spans with lang="ar" or lang="he".
  • If the template trims or escapes some of these, adjust the template code accordingly.

Maintenance

[edit]
  • Add new testcases when introducing features or fixing bugs.
  • Keep “Expected output” updated; include rationale in edit summaries.
  • When deprecating parameters, add tests demonstrating legacy behavior and warnings.

Categories

[edit]

Copy-paste skeletons

[edit]

Below are ready-to-use skeletons for the sandbox and testcases subpages.

Skeleton: Template:TEMPLATE_NAME/sandbox

[edit]

<!-- Sandbox for TEMPLATE_NAME --> <!-- Copy the entire template source here; edit safely. --> {{#if:{{{required|}}} | <!-- normal output --> <div class="tmpl"> <b>{{{param1|}}}</b> · <i>{{{param2|}}}</i> {{#if:{{{flag|}}}|<span class="flag">✓</span>|}} {{#if:{{{raw|}}}|<span class="raw">{{{raw}}}</span>|}} </div> | <!-- error / missing required --> <span class="error">TEMPLATE_NAME: missing required parameter</span> [[Category:Pages with TEMPLATE_NAME errors]] }}

Skeleton: Template:TEMPLATE_NAME/testcases

[edit]

<!-- Testcases for TEMPLATE_NAME; render against /sandbox --> ; Minimal : {{TEMPLATE_NAME/sandbox}} ; Common params : {{TEMPLATE_NAME/sandbox | param1 = Alpha | param2 = Beta | flag = yes }} ; Edge and escaping : {{TEMPLATE_NAME/sandbox | param1 = [[Linked target|Visible text]] | param2 = 20250101T000000Z | raw = <code><span class="x">escaped</span></code> }} ; I18n : {{TEMPLATE_NAME/sandbox | lang = ja | text = こんにちは世界 }} ; Error handling : {{TEMPLATE_NAME/sandbox | required = }}

Review checklist

[edit]
  • Output is stable across re-parses; no expensive parser functions without need.
  • No unexpected categorization in mainspace; errors go to maintenance cats.
  • Template is documented at Template:TEMPLATE_NAME/doc with parameters, examples, and tracking.
  • Style is minimal; avoid inline CSS unless necessary; consider using existing module or template styles.
This box: view  talk  edit

Template:Catllengua helps categorize pages by language. Provide one or more language codes/names; the template emits appropriate Language-related categories and optionally displays an inline badge summarizing the languages involved.

Purpose

[edit]
  • Group pages by language context (e.g., articles discussing Spanish phonology or French literature).
  • Support maintenance and WikiProject workflows by consistent categorization naming.
  • Offer a compact badge for readers indicating language scope.

Usage

[edit]

Basic (single language):

{{Catllengua|lang=Spanish}}

Multiple languages:

{{Catllengua|langs=en, fr, de}}

Inline badge:

{{Catllengua|langs=zh, ja|show=yes}}

Custom badge text:

{{Catllengua|langs=pt, es|show=yes|badge=Iberian languages}}

Suppress categorization (preview/debug):

{{Catllengua|lang=English|nocat=yes|show=yes}}

Scope variants:

{{Catllengua|lang=Italian|scope=Templates}}
{{Catllengua|lang=German|scope=Project pages}}

Category prefix override:

{{Catllengua|lang=Korean|catprefix=Category:Topic by language }}

Parameters

[edit]
lang
Single language code or name (e.g., en, English, español).
langs
Comma-separated list of languages (overrides lang).
show
yes/true/1 to display a small inline badge.
badge
Custom badge text; defaults to resolved language names.
hidden
Reserved flag to indicate hidden maintenance categories (actual hiding depends on site config).
scope
A suffix shown in parentheses to distinguish organizational scope, default Articles.
catprefix
Category namespace/prefix; default Category:Language-related .
nocat
Suppress category emission; useful in documentation or tests.

Category naming

[edit]

By default, this template outputs per-language categories named:

Category:Language-related English (Articles)
Category:Language-related French (Articles)
...

Adjust with scope or catprefix to match local conventions.

Aliases supported

[edit]

The Lua module maps common codes and endonyms to canonical names:

en → English; es → Spanish; fr → French; de → German; zh → Chinese; ja → Japanese; ko → Korean; it → Italian; pt → Portuguese; ru → Russian

Extend the table in Module:Catllengua for more languages and variants.

Best practices

[edit]
  • Use IETF language codes (en, es, fr) or well-known names.
  • Keep catprefix aligned with existing category trees.
  • Provide scope to separate article vs template/project categories.
  • For large multi-language pages, include only languages central to the topic, not incidental mentions.

Examples

[edit]
  • Single language with badge:
{{Catllengua|lang=English|show=yes}}
  • Multi-language categorization only:
{{Catllengua|langs=Arabic, Hebrew}}
  • Custom tree:
{{Catllengua|langs=Hindi|catprefix=Category:Topics by language }}

See also

[edit]