Difference between revisions of "Template:ShastraPramana"
Jump to navigation
Jump to search
Sri.senthil (talk | contribs) |
Sri.senthil (talk | contribs) |
||
| (21 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
<includeonly> | <includeonly> | ||
| − | + | {|class="wikitable" style="width: 25%; clear:right; float:right; background:#ffffff; margin: 0 0 0.5em 1em; font-size:90%" | |
| − | {| style="clear:right; float:right; background:#ffffff; margin: 0 0 0.5em 1em; | ||
|- | |- | ||
| − | !style="background:# | + | !style="background:#653438;color:#ffffff;text-align:center;" colspan="2"| '''Shastra Pramana''' |
|- | |- | ||
| − | | style="text-align:center;" colspan="2" | A Reference pointer to the original Shastra renders validity to the | + | | style="text-align:center;" colspan="2" | {{{shastraPramanaContext|A Reference pointer to the original Shastra renders validity to the claim.}}} |
|- | |- | ||
| − | | style="text-align:center;background:# | + | | style="text-align:center;background:#653438;color:#ffffff;width:20%"|'''Topic'''||style="text-align:center;background:#653438;color:#ffffff;| '''Details''' |
|- | |- | ||
| − | | style="text-align:center;" |Author||{{{ | + | | style="text-align:center;" |Author||{{{author}}} |
|- | |- | ||
| − | | style="text-align:center;" | | + | | style="text-align:center;" |Shastra Name||{{{shastraName}}} |
|- | |- | ||
| − | | style="text-align:center;" | | + | | style="text-align:center;" |Chapter||{{#if:{{{chapter|}}} | {{{chapter}}} }} |
|- | |- | ||
| − | | style="text-align:center;" | | + | | style="text-align:center;" |Section||{{#if:{{{section|}}} | {{{section}}} }} |
|- | |- | ||
| − | | style="text-align:center;" | | + | | style="text-align:center;" |Verse||{{#if:{{{verseNumber|}}} | {{{verseNumber}}} }} |
| + | |- | ||
| + | | style="text-align:center;" |Original Verse||{{{shastraVerse}}} | ||
| + | |- | ||
| + | | style="text-align:center;" |Transliteration||{{{shastraVerseTransliteration}}} | ||
| + | |- | ||
| + | | style="text-align:center;" |Translation||{{{shastraVerseTranslation}}} | ||
|- | |- | ||
|} | |} | ||
| − | + | </includeonly> | |
| + | |||
<noinclude> | <noinclude> | ||
| − | {{ | + | <templatedata> |
| + | { | ||
| + | "description": "Shastra Pramana standard data elements", | ||
| + | "params": { | ||
| + | "author": { | ||
| + | "label": "Author", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "description": "Author who is credited with the Original Shastra." | ||
| + | },"shastraName": { | ||
| + | "label": "Shastra Name", | ||
| + | "type": "string", | ||
| + | "required": true, | ||
| + | "description": "Name of the Shastra text." | ||
| + | }, | ||
| + | "chapter": { | ||
| + | "label": "Chapter", | ||
| + | "type": "string", | ||
| + | "suggested": false, | ||
| + | "description": "Chapter from the Shastra text." | ||
| + | }, | ||
| + | "section": { | ||
| + | "label": "Section", | ||
| + | "type": "string", | ||
| + | "suggested": false, | ||
| + | "description": "Section from a specific Chapter in the Shastra." | ||
| + | }, | ||
| + | "verseNumber": { | ||
| + | "label": "Verse Number", | ||
| + | "type": "string", | ||
| + | "suggested": false, | ||
| + | "description": "Verse number in the Shastra." | ||
| + | }, | ||
| + | "shastraVerse": { | ||
| + | "label": "Original Verse", | ||
| + | "type": "string", | ||
| + | "required": true, | ||
| + | "description": "Original verse in Devanagari script." | ||
| + | }, | ||
| + | "shastraVerseTransliteration": { | ||
| + | "label": "Transliteration", | ||
| + | "type": "string", | ||
| + | "required": true, | ||
| + | "description": "Transliteration of the original verse in English." | ||
| + | }, | ||
| + | "shastraVerseTranslation": { | ||
| + | "label": "Translation", | ||
| + | "type": "string", | ||
| + | "required": true, | ||
| + | "description": "Translation of the original verse in English without losing the Hindu Dharma context." | ||
| + | }, | ||
| + | "shastraPramanaContext": { | ||
| + | "label": "Pramana Context", | ||
| + | "type": "string", | ||
| + | "suggested": false, | ||
| + | "description": "What is this Shastra Pramana for?" | ||
| + | } | ||
| + | } | ||
| + | } | ||
| + | </templatedata> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 05:18, 19 September 2020
Shastra Pramana standard data elements
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Author | author | Author who is credited with the Original Shastra. | String | optional |
| Shastra Name | shastraName | Name of the Shastra text. | String | required |
| Chapter | chapter | Chapter from the Shastra text. | String | optional |
| Section | section | Section from a specific Chapter in the Shastra. | String | optional |
| Verse Number | verseNumber | Verse number in the Shastra. | String | optional |
| Original Verse | shastraVerse | Original verse in Devanagari script. | String | required |
| Transliteration | shastraVerseTransliteration | Transliteration of the original verse in English. | String | required |
| Translation | shastraVerseTranslation | Translation of the original verse in English without losing the Hindu Dharma context. | String | required |
| Pramana Context | shastraPramanaContext | What is this Shastra Pramana for? | String | optional |