Difference between revisions of "Template:TeluguFlyer"
Jump to navigation
Jump to search
Ma.mythreyi (talk | contribs) (Created blank page) |
|||
Line 1: | Line 1: | ||
+ | <includeonly> | ||
+ | {|class="wikitable" style="width: 25%; clear:right; float:right; background:#ffffff; margin: 0 0 0.5em 1em; font-size:110%" | ||
+ | |- | ||
+ | ! style="background:#653438;color:#ffffff;text-align:center;" colspan="2"| '''కరపత్రము వివరాలు''' | ||
+ | |- | ||
+ | | style="text-align:center;" colspan="2" | <img src="{{{flyerImageUrl}}}" width="250px"> | ||
+ | |- | ||
+ | | style="text-align:center;background:#653438;color:#ffffff;width:30%"|'''ప్రకరణం'''||style="text-align:center;background:#653438;color:#ffffff;| '''వివరాలు''' | ||
+ | |- | ||
+ | | style="text-align:center;" |కరపత్రము పేరు||{{{flyerTitle}}} | ||
+ | |- | ||
+ | | style="text-align:center;" |కార్యక్రమం పేరు||{{{programName}}} | ||
+ | |- | ||
+ | | style="text-align:center;" |కార్యక్రమం జరిగిన స్థలము||{{{programLocation}}} | ||
+ | |- | ||
+ | | style="text-align:center;" |కార్యక్రమం జరిగిన తేదీ||{{{programDate}}} | ||
+ | |- | ||
+ | | style="text-align:center;" |పేజీలు||{{{pageCount}}} | ||
+ | |- | ||
+ | | style="text-align:center;" |ముద్రణ వివరాలు||{{{printCount}}} | ||
+ | |- | ||
+ | | style="text-align:center;" |చేరుకోబడ్డ ప్రదేశములు ||{{{outreachLocation}}} | ||
+ | |- | ||
+ | | style="text-align:center;" |భాష||{{{language}}} | ||
+ | |- | ||
+ | | style="text-align:center;" |శాస్త్ర ప్రమాణ||{{{shastraPramana}}} | ||
+ | |- | ||
+ | | style="text-align:center;" |ఆప్త ప్రమాణ||{{{aptaPramana}}} | ||
+ | |- | ||
+ | | style="text-align:center;" |ఆత్మ ప్రమాణ||{{{atmaPramana}}} | ||
+ | |- | ||
+ | | style="text-align:center;" |వ్యాఖ్యానము||{{{comments}}} | ||
+ | |- | ||
+ | |} | ||
+ | </includeonly> | ||
+ | <noinclude> | ||
+ | <templatedata> | ||
+ | { | ||
+ | "description": "Details about flyers in printed/scanned form.", | ||
+ | "params": { | ||
+ | "flyerTitle": { | ||
+ | "label": "Flyer Title", | ||
+ | "type": "string", | ||
+ | "required": true, | ||
+ | "description": "What does the flyer talk about?", | ||
+ | "aliases": [ | ||
+ | "1" | ||
+ | ] | ||
+ | }, | ||
+ | "programName": { | ||
+ | "label": "Program Name", | ||
+ | "type": "string", | ||
+ | "required": false, | ||
+ | "description": "Any relevant program name", | ||
+ | "aliases": [ | ||
+ | "2" | ||
+ | ] | ||
+ | }, | ||
+ | "programLocation": { | ||
+ | "label": "Program Location", | ||
+ | "type": "string", | ||
+ | "required": false, | ||
+ | "description": "Any relevant location or venue details", | ||
+ | "aliases": [ | ||
+ | "3" | ||
+ | ] | ||
+ | }, | ||
+ | "programDate": { | ||
+ | "label": "Program Date(s)", | ||
+ | "type": "string", | ||
+ | "required": true, | ||
+ | "description": "Any relevant date or time details", | ||
+ | "aliases": [ | ||
+ | "4" | ||
+ | ] | ||
+ | }, | ||
+ | "pageCount": { | ||
+ | "label": "Page Count", | ||
+ | "type": "string", | ||
+ | "required": true, | ||
+ | "description": "How many pages did the flyer had?", | ||
+ | "aliases": [ | ||
+ | "5" | ||
+ | ] | ||
+ | }, | ||
+ | "printCount": { | ||
+ | "label": "Print Count", | ||
+ | "type": "string", | ||
+ | "required": false, | ||
+ | "description": "How many copies of the flyer were printed", | ||
+ | "aliases": [ | ||
+ | "6" | ||
+ | ] | ||
+ | }, | ||
+ | "outreachLocation": { | ||
+ | "label": "Outreach Location(s)", | ||
+ | "type": "string", | ||
+ | "required": false, | ||
+ | "description": "Any relevant location or venue where flyers were distributed", | ||
+ | "aliases": [ | ||
+ | "7" | ||
+ | ] | ||
+ | }, | ||
+ | "language": { | ||
+ | "label": "Language", | ||
+ | "type": "string", | ||
+ | "required": true, | ||
+ | "description": "Language of the Flyer or Banner.", | ||
+ | "aliases": [ | ||
+ | "8" | ||
+ | ] | ||
+ | }, | ||
+ | "shastraPramana": { | ||
+ | "label": "Shastra Pramana", | ||
+ | "type": "string", | ||
+ | "required": false, | ||
+ | "description": "Any shastra pramanas for the event.", | ||
+ | "aliases": [ | ||
+ | "9" | ||
+ | ] | ||
+ | }, | ||
+ | "aptaPramana": { | ||
+ | "label": "Apta Pramana", | ||
+ | "type": "string", | ||
+ | "required": false, | ||
+ | "description": "Any Apta pramanas for the event.", | ||
+ | "aliases": [ | ||
+ | "10" | ||
+ | ] | ||
+ | }, | ||
+ | "atmaPramana": { | ||
+ | "label": "Atma Pramanas", | ||
+ | "type": "string", | ||
+ | "required": false, | ||
+ | "description": "Any Atma pramanas for the event.", | ||
+ | "aliases": [ | ||
+ | "11" | ||
+ | ] | ||
+ | }, | ||
+ | "comments": { | ||
+ | "label": "Comments", | ||
+ | "type": "string", | ||
+ | "required": false, | ||
+ | "description": "Any additional details about the Flyer.", | ||
+ | "aliases": [ | ||
+ | "12" | ||
+ | ] | ||
+ | }, | ||
+ | "flyerImageUrl": { | ||
+ | "label": "Flyer Image url.", | ||
+ | "type": "string", | ||
+ | "required": false, | ||
+ | "description": "Thumbnail image urls.", | ||
+ | "aliases": [ | ||
+ | "13" | ||
+ | ] | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | </templatedata> | ||
+ | </noinclude> |
Revision as of 11:57, 25 January 2021
Details about flyers in printed/scanned form.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Flyer Title | flyerTitle 1 | What does the flyer talk about? | String | required |
Program Name | programName 2 | Any relevant program name | String | optional |
Program Location | programLocation 3 | Any relevant location or venue details | String | optional |
Program Date(s) | programDate 4 | Any relevant date or time details | String | required |
Page Count | pageCount 5 | How many pages did the flyer had? | String | required |
Print Count | printCount 6 | How many copies of the flyer were printed | String | optional |
Outreach Location(s) | outreachLocation 7 | Any relevant location or venue where flyers were distributed | String | optional |
Language | language 8 | Language of the Flyer or Banner. | String | required |
Shastra Pramana | shastraPramana 9 | Any shastra pramanas for the event. | String | optional |
Apta Pramana | aptaPramana 10 | Any Apta pramanas for the event. | String | optional |
Atma Pramanas | atmaPramana 11 | Any Atma pramanas for the event. | String | optional |
Comments | comments 12 | Any additional details about the Flyer. | String | optional |
Flyer Image url. | flyerImageUrl 13 | Thumbnail image urls. | String | optional |