Difference between revisions of "Template:ShastraPramana"
Jump to navigation
Jump to search
Sri.senthil (talk | contribs) (Added template data) |
Sri.senthil (talk | contribs) |
||
Line 10: | Line 10: | ||
| style="text-align:center;" |Author||{{{author}}} | | style="text-align:center;" |Author||{{{author}}} | ||
|- | |- | ||
− | | style="text-align:center;" | | + | | style="text-align:center;" |Shastra Name||{{{shastraName}}} |
+ | |- | ||
+ | | style="text-align:center;" |Chapter||{{{chapter}}} | ||
+ | |- | ||
+ | | style="text-align:center;" |Section||{{{section}}} | ||
+ | |- | ||
+ | | style="text-align:center;" |Verse||{{{verse}}} | ||
|- | |- | ||
| style="text-align:center;" |Original Verse||{{{shastraVerse}}} | | style="text-align:center;" |Original Verse||{{{shastraVerse}}} | ||
Line 26: | Line 32: | ||
"description": "Shastra Pramana standard data elements", | "description": "Shastra Pramana standard data elements", | ||
"params": { | "params": { | ||
− | "shastraName": { | + | "author": { |
+ | "label": "Author", | ||
+ | "type": "string", | ||
+ | "required": false, | ||
+ | "description": "Author who is credited with the Original Shastra.", | ||
+ | "aliases": [ | ||
+ | "1" | ||
+ | ] | ||
+ | },"shastraName": { | ||
"label": "Shastra Name", | "label": "Shastra Name", | ||
"type": "string", | "type": "string", | ||
Line 32: | Line 46: | ||
"description": "Name of the Shastra text.", | "description": "Name of the Shastra text.", | ||
"aliases": [ | "aliases": [ | ||
− | " | + | "2" |
+ | ] | ||
+ | }, | ||
+ | "chapter": { | ||
+ | "label": "Chapter", | ||
+ | "type": "string", | ||
+ | "required": false, | ||
+ | "description": "Chapter from the Shastra text.", | ||
+ | "aliases": [ | ||
+ | "3" | ||
+ | ] | ||
+ | }, | ||
+ | "section": { | ||
+ | "label": "Section", | ||
+ | "type": "string", | ||
+ | "required": false, | ||
+ | "description": "Section from a specific Chapter in the Shastra.", | ||
+ | "aliases": [ | ||
+ | "4" | ||
] | ] | ||
}, | }, | ||
− | + | "verseNumber": { | |
− | "label": " | + | "label": "Verse Number", |
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
− | "description": " | + | "description": "Verse number in the Shastra.", |
"aliases": [ | "aliases": [ | ||
− | " | + | "5" |
] | ] | ||
}, | }, | ||
Line 50: | Line 82: | ||
"description": "Original verse in Devanagari script.", | "description": "Original verse in Devanagari script.", | ||
"aliases": [ | "aliases": [ | ||
− | " | + | "6" |
] | ] | ||
}, | }, | ||
Line 59: | Line 91: | ||
"description": "Transliteration of the original verse in English.", | "description": "Transliteration of the original verse in English.", | ||
"aliases": [ | "aliases": [ | ||
− | " | + | "7" |
] | ] | ||
}, | }, | ||
Line 68: | Line 100: | ||
"description": "Translation of the original verse in English without losing the Hindu Dharma context.", | "description": "Translation of the original verse in English without losing the Hindu Dharma context.", | ||
"aliases": [ | "aliases": [ | ||
− | " | + | "8" |
] | ] | ||
} | } |
Revision as of 01:22, 1 September 2020
Shastra Pramana standard data elements
Parameter | Description | Type | Status | |
---|---|---|---|---|
Author | author 1 | Author who is credited with the Original Shastra. | String | optional |
Shastra Name | shastraName 2 | Name of the Shastra text. | String | required |
Chapter | chapter 3 | Chapter from the Shastra text. | String | optional |
Section | section 4 | Section from a specific Chapter in the Shastra. | String | optional |
Verse Number | verseNumber 5 | Verse number in the Shastra. | String | optional |
Original Verse | shastraVerse 6 | Original verse in Devanagari script. | String | required |
Transliteration | shastraVerseTransliteration 7 | Transliteration of the original verse in English. | String | required |
Translation | shastraVerseTranslation 8 | Translation of the original verse in English without losing the Hindu Dharma context. | String | required |