Jump to content

Template:Bhashyam: Difference between revisions

From Anandamakaranda
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>{{Commentaries
<noinclude>{{#cargo_declare: _table=Commentaries
| verse_id      = String
| commentary_id  = String
| name          = String
| text          = Text
}}</noinclude>{{#cargo_store: _table=Commentaries
| verse_id      = {{{verse_id|}}}
| verse_id      = {{{verse_id|}}}
| commentary_id  = {{{id|}}}
| commentary_id  = {{{id|}}}
| name          = bhashyam
| name          = bhashyam
| text          = {{{text|}}}
| text          = {{{text|}}}
}}</includeonly>
}}<noinclude>
== Template:Bhashyam ==
== Template:Bhashyam ==
Renders a primary bhāṣya commentary block as plain running prose.
Stores bhāṣya commentary in the Commentaries Cargo table.
No box, no title, no border — flows as body text with left indent.
[[Category:Cargo store templates]]
 
=== Parameters ===
{| class="wikitable"
|-
! Parameter !! Required !! Description
|-
| <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>text</code> || Yes || The bhāṣya prose content
|}
 
=== Example ===
<pre>
{{Bhashyam
| verse_id = ISH_C01_V01
| id      = ISH_C01_V01_B01
| text    =
ईशस्यावासयोग्यमीशावास्यम् । जगत्यां प्रकृतौ ।
}}
</pre>
[[Category:Templates]]
</noinclude>
</noinclude>

Revision as of 08:46, 22 May 2026

This template defines the table "Commentaries". View table.

Template:Bhashyam

Stores bhāṣya commentary in the Commentaries Cargo table.