Article

From AbhiprayaVedi
Revision as of 22:26, 2 February 2026 by VijayanPN (talk | contribs)





 {{{Content}}}


<templatedata> {

 "description": "Structured article layout",
 "params": {
   "Display_Name": {"label":"Display Name","type":"string","required":true},
   "Author": {"label":"Author","type":"string"},
   "Date": {"label":"Date","type":"date"},
   "Intro": {"label":"Introduction","type":"string","multiline":true},
   "Thumbnail": {"label":"Thumbnail","type":"wiki-file-name"},
   "Thumbnail_Caption": {"label":"Thumbnail Caption","type":"string"},
   "Image1": {"label":"Main Image","type":"wiki-file-name"},
   "Image1_Caption": {"label":"Image Caption","type":"string"},
   "Highlight1": {"label":"Highlight 1","type":"string"},
   "Highlight2": {"label":"Highlight 2","type":"string"},
   "Content": {"label":"Article Content","type":"string","multiline":true},
   "Author_Bio": {"label":"Author Bio","type":"string","multiline":true},
   "Category": {"label":"Category","type":"string"}
 }

} </templatedata>