Difference between revisions of "Template:ShastraPramana"

From Nithyanandapedia
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<includeonly>
 
<includeonly>
{|class="wikitable" style="width: 33%; clear:right; float:right; background:#ffffff; margin: 0 0 0.5em 1em; font-size:110%"
+
{|class="wikitable" style="width: 25%; clear:right; float:right; background:#ffffff; margin: 0 0 0.5em 1em; font-size:90%"
 
|-
 
|-
!style="background:#A8BDEC;text-align:center;" colspan="2"|  '''[[Shastra Pramana]]'''  
+
!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 claim.
+
| style="text-align:center;" colspan="2" | {{{shastraPramanaContext|A Reference pointer to the original Shastra renders validity to the claim.}}}
 
|-
 
|-
| style="text-align:center;background:#A8BDEC;width:20%"|'''Topic'''||style="text-align:center;background:#A8BDEC"| '''Details'''
+
| 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||{{{author}}}
 
| style="text-align:center;" |Author||{{{author}}}
Line 12: Line 12:
 
| style="text-align:center;" |Shastra Name||{{{shastraName}}}
 
| style="text-align:center;" |Shastra Name||{{{shastraName}}}
 
|-
 
|-
| style="text-align:center;" |Chapter||{{{chapter}}}
+
| style="text-align:center;" |Chapter||{{#if:{{{chapter|}}} | {{{chapter}}} }}
 
|-
 
|-
| style="text-align:center;" |Section||{{{section}}}
+
| style="text-align:center;" |Section||{{#if:{{{section|}}} | {{{section}}} }}
 
|-
 
|-
| style="text-align:center;" |Verse||{{{verseNumber}}}
+
| style="text-align:center;" |Verse||{{#if:{{{verseNumber|}}} | {{{verseNumber}}} }}
 
|-
 
|-
 
| style="text-align:center;" |Original Verse||{{{shastraVerse}}}
 
| style="text-align:center;" |Original Verse||{{{shastraVerse}}}
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."
"aliases": [
 
"1"
 
]
 
 
},"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."
"aliases": [
 
"2"
 
]
 
 
},
 
},
 
                 "chapter": {
 
                 "chapter": {
 
"label": "Chapter",
 
"label": "Chapter",
 
"type": "string",
 
"type": "string",
"required": false,
+
"suggested": false,
"description": "Chapter from the Shastra text.",
+
"description": "Chapter from the Shastra text."
"aliases": [
 
"3"
 
]
 
 
},
 
},
 
                 "section": {
 
                 "section": {
 
"label": "Section",
 
"label": "Section",
 
"type": "string",
 
"type": "string",
"required": false,
+
"suggested": false,
"description": "Section from a specific Chapter in the Shastra.",
+
"description": "Section from a specific Chapter in the Shastra."
"aliases": [
 
"4"
 
]
 
 
},
 
},
 
                 "verseNumber": {
 
                 "verseNumber": {
 
"label": "Verse Number",
 
"label": "Verse Number",
 
"type": "string",
 
"type": "string",
"required": false,
+
"suggested": false,
"description": "Verse number in the Shastra.",
+
"description": "Verse number in the Shastra."
"aliases": [
 
"5"
 
]
 
 
},
 
},
 
"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."
"aliases": [
 
"6"
 
]
 
 
},
 
},
 
"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."
"aliases": [
 
"7"
 
]
 
 
},
 
},
 
"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."
"aliases": [
+
},
"8"
+
                "shastraPramanaContext": {
]
+
"label": "Pramana Context",
 +
"type": "string",
 +
"suggested": false,
 +
"description": "What is this Shastra Pramana for?"
 
}
 
}
 
}
 
}

Latest revision as of 05:18, 19 September 2020


Shastra Pramana standard data elements

Template parameters

ParameterDescriptionTypeStatus
Authorauthor

Author who is credited with the Original Shastra.

Stringoptional
Shastra NameshastraName

Name of the Shastra text.

Stringrequired
Chapterchapter

Chapter from the Shastra text.

Stringoptional
Sectionsection

Section from a specific Chapter in the Shastra.

Stringoptional
Verse NumberverseNumber

Verse number in the Shastra.

Stringoptional
Original VerseshastraVerse

Original verse in Devanagari script.

Stringrequired
TransliterationshastraVerseTransliteration

Transliteration of the original verse in English.

Stringrequired
TranslationshastraVerseTranslation

Translation of the original verse in English without losing the Hindu Dharma context.

Stringrequired
Pramana ContextshastraPramanaContext

What is this Shastra Pramana for?

Stringoptional