Difference between revisions of "Template:ShastraPramana"
Jump to navigation
Jump to search
Sri.senthil (talk | contribs) |
Sri.senthil (talk | contribs) (removed aliases) |
||
Line 36: | Line 36: | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
− | "description": "Author who is credited with the Original Shastra." | + | "description": "Author who is credited with the Original Shastra." |
− | |||
− | |||
− | |||
},"shastraName": { | },"shastraName": { | ||
"label": "Shastra Name", | "label": "Shastra Name", | ||
"type": "string", | "type": "string", | ||
"required": true, | "required": true, | ||
− | "description": "Name of the Shastra text." | + | "description": "Name of the Shastra text." |
− | |||
− | |||
− | |||
}, | }, | ||
"chapter": { | "chapter": { | ||
Line 53: | Line 47: | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
− | "description": "Chapter from the Shastra text." | + | "description": "Chapter from the Shastra text." |
− | |||
− | |||
− | |||
}, | }, | ||
"section": { | "section": { | ||
Line 62: | Line 53: | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
− | "description": "Section from a specific Chapter in the Shastra." | + | "description": "Section from a specific Chapter in the Shastra." |
− | |||
− | |||
− | |||
}, | }, | ||
"verseNumber": { | "verseNumber": { | ||
Line 71: | Line 59: | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
− | "description": "Verse number in the Shastra." | + | "description": "Verse number in the Shastra." |
− | |||
− | |||
− | |||
}, | }, | ||
"shastraVerse": { | "shastraVerse": { | ||
Line 80: | Line 65: | ||
"type": "string", | "type": "string", | ||
"required": true, | "required": true, | ||
− | "description": "Original verse in Devanagari script." | + | "description": "Original verse in Devanagari script." |
− | |||
− | |||
− | |||
}, | }, | ||
"shastraVerseTransliteration": { | "shastraVerseTransliteration": { | ||
Line 89: | Line 71: | ||
"type": "string", | "type": "string", | ||
"required": true, | "required": true, | ||
− | "description": "Transliteration of the original verse in English." | + | "description": "Transliteration of the original verse in English." |
− | |||
− | |||
− | |||
}, | }, | ||
"shastraVerseTranslation": { | "shastraVerseTranslation": { | ||
Line 98: | Line 77: | ||
"type": "string", | "type": "string", | ||
"required": true, | "required": true, | ||
− | "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." |
− | |||
− | |||
− | |||
} | } | ||
} | } |
Revision as of 18:19, 8 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 |