Template:Adhyaya: Difference between revisions
Appearance
Created page with "<!-- Template:Adhyaya/doc --> == Usage == Renders a chapter heading with optional collapsible introduction. Auto-generates a stable anchor ID (<code>{document_id}_C{chapter_num}</code>) for cross-referencing. === Example === <pre> {{Adhyaya | document_id = NNS | chapter_num = 01 | title = प्रथमोऽध्यायः | title_trans = Prathamō'dhyāyaḥ | intro = This chapter discusses the luminosity of the Lord's nails. }} </pre> === Linkin..." |
No edit summary |
||
| (19 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<noinclude>{{#cargo_declare: _table=Adhyaya | |||
<noinclude> | |||
{{#cargo_declare: _table=Adhyaya | |||
| document_id = String | | document_id = String | ||
| chapter_id = String | | chapter_id = String | ||
| chapter_num = String | | chapter_num = String | ||
| section_num = String | |||
| title = String | | title = String | ||
| | }}</noinclude>{{#cargo_store: _table=Adhyaya | ||
| | | document_id = {{{document_id|}}} | ||
}} | | chapter_id = {{{document_id}}}_C{{{chapter_num|}}} | ||
| chapter_num = {{{chapter_num|}}} | |||
| section_num = {{{section_num|}}} | |||
| title = {{{title|}}} | |||
}}<noinclude> | |||
== Template:Adhyaya == | |||
Stores chapter metadata in Cargo only. The visible heading comes from | |||
== wiki markup == in the page wikitext, which MW's TOC picks up natively. | |||
[[Category:Templates]] | |||
[[Category:Cargo store templates]] | |||
</noinclude> | </noinclude> | ||
Latest revision as of 11:23, 13 April 2026
This template defines the table "Adhyaya". View table. A replacement table has been generated for this table; View replacement table.
Template:Adhyaya
Stores chapter metadata in Cargo only. The visible heading comes from == wiki markup == in the page wikitext, which MW's TOC picks up natively.