Template:Commentary: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly><div | |||
class="bhashyam-block" | |||
class=" | |||
data-verse="{{{verse_id|}}}" | data-verse="{{{verse_id|}}}" | ||
data-commentary-id="{{{id| | data-commentary-id="{{{id|}}}">{{{text|}}}</div></includeonly><noinclude> | ||
== Template:Bhashyam == | |||
== Template: | Renders a primary bhāṣya commentary block as plain running prose. | ||
Renders a commentary block | No box, no title, no border — flows as body text with left indent. | ||
=== Parameters === | === Parameters === | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 13: | Line 12: | ||
! Parameter !! Required !! Description | ! Parameter !! Required !! Description | ||
|- | |- | ||
| <code>verse_id</code> || Yes || ID of the parent verse, e.g. <code> | | <code>verse_id</code> || Yes || ID of the parent verse, e.g. <code>ISH_C01_V01</code> | ||
|- | |- | ||
| <code>id</code> || No || ID of this commentary block | | <code>id</code> || No || ID of this commentary block | ||
|- | |- | ||
| <code>text</code> || Yes || The bhāṣya prose content | |||
| <code>text</code> || Yes || The | |||
|} | |} | ||
=== Example === | |||
=== Example | |||
<pre> | <pre> | ||
{{ | {{Bhashyam | ||
| verse_id = | | verse_id = ISH_C01_V01 | ||
| id = | | id = ISH_C01_V01_B01 | ||
| | | text = | ||
ईशस्यावासयोग्यमीशावास्यम् । जगत्यां प्रकृतौ । | |||
}} | }} | ||
</pre> | </pre> | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> | ||
Latest revision as of 08:53, 10 April 2026
Template:Bhashyam
Renders a primary bhāṣya commentary block as plain running prose. No box, no title, no border — flows as body text with left indent.
Parameters
| Parameter | Required | Description |
|---|---|---|
verse_id |
Yes | ID of the parent verse, e.g. ISH_C01_V01
|
id |
No | ID of this commentary block |
text |
Yes | The bhāṣya prose content |
Example
{{Bhashyam
| verse_id = ISH_C01_V01
| id = ISH_C01_V01_B01
| text =
ईशस्यावासयोग्यमीशावास्यम् । जगत्यां प्रकृतौ ।
}}