Difference between revisions of "Template:ShastraPramana"
Jump to navigation
Jump to search
Sri.senthil (talk | contribs) |
Sri.senthil (talk | contribs) (Added template data) |
||
| Line 20: | Line 20: | ||
|} | |} | ||
</includeonly> | </includeonly> | ||
| + | |||
| + | <noinclude> | ||
| + | <templatedata> | ||
| + | { | ||
| + | "description": "Shastra Pramana standard data elements", | ||
| + | "params": { | ||
| + | "shastraName": { | ||
| + | "label": "Shastra Name", | ||
| + | "type": "string", | ||
| + | "required": true, | ||
| + | "description": "Name of the Shastra text.", | ||
| + | "aliases": [ | ||
| + | "1" | ||
| + | ] | ||
| + | }, | ||
| + | "author": { | ||
| + | "label": "Author", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "description": "Author who is credited with the Original Shastra.", | ||
| + | "aliases": [ | ||
| + | "2" | ||
| + | ] | ||
| + | }, | ||
| + | "shastraVerse": { | ||
| + | "label": "Original Verse", | ||
| + | "type": "string", | ||
| + | "required": true, | ||
| + | "description": "Original verse in Devanagari script.", | ||
| + | "aliases": [ | ||
| + | "3" | ||
| + | ] | ||
| + | }, | ||
| + | "shastraVerseTransliteration": { | ||
| + | "label": "Transliteration", | ||
| + | "type": "string", | ||
| + | "required": true, | ||
| + | "description": "Transliteration of the original verse in English.", | ||
| + | "aliases": [ | ||
| + | "4" | ||
| + | ] | ||
| + | }, | ||
| + | "shastraVerseTranslation": { | ||
| + | "label": "Translation", | ||
| + | "type": "string", | ||
| + | "required": true, | ||
| + | "description": "Translation of the original verse in English without losing the Hindu Dharma context.", | ||
| + | "aliases": [ | ||
| + | "5" | ||
| + | ] | ||
| + | } | ||
| + | } | ||
| + | } | ||
| + | </templatedata> | ||
| + | </noinclude> | ||
Revision as of 01:04, 1 September 2020
Shastra Pramana standard data elements
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Shastra Name | shastraName 1 | Name of the Shastra text. | String | required |
| Author | author 2 | Author who is credited with the Original Shastra. | String | optional |
| Original Verse | shastraVerse 3 | Original verse in Devanagari script. | String | required |
| Transliteration | shastraVerseTransliteration 4 | Transliteration of the original verse in English. | String | required |
| Translation | shastraVerseTranslation 5 | Translation of the original verse in English without losing the Hindu Dharma context. | String | required |