Jump to content

Template:Commentary

From Grantha
Revision as of 08:30, 10 April 2026 by Chandrashekars (talk | contribs)

Template:Commentary

Renders a commentary block (bhāṣya or ṭīkā) attached to a verse.

Parameters

Parameter Required Description
verse_id Yes ID of the parent verse, e.g. BS_C01_S01_V01
id No ID of this commentary block
name No Type name. Empty or "Bhashyam" = running prose. Any other value = teeka bubble.
label No Display label shown as bubble title (defaults to name)
text Yes The commentary text content

Rendering behaviour

  • Bhashyam (name= empty, "bhashyam", or "bhashya") — renders as plain flowing prose, same size and font as the rest of the document. No background, no title, no border.
  • Teeka / sub-commentary (any other name=) — renders with a mild grey background, the name/label in bold as a title, then the prose below. Same font and size as body text. Always visible — no expand/collapse.

Example: Bhashyam (running text)

{{Commentary
| verse_id = BS_C01_S01_V01
| id       = BS_C01_S01_V01_B1
| name     = Bhashyam
| text     = 'अथ' शब्दो मङ्गलार्थोऽधिकारानन्तर्यार्थश्च ।
}}

Example: Teeka (bubble)

{{Commentary
| verse_id = BS_C01_S01_V01
| id       = BS_C01_S01_V01_T1
| name     = NyayaDeepika
| label    = न्यायदीपिका
| text     = धर्मक्षेत्रे इति — धर्मस्य क्षेत्रं धर्मक्षेत्रम् ।
}}