Template:Article: Difference between revisions

From AbhiprayaVedi
No edit summary
Tag: Manual revert
No edit summary
Line 76: Line 76:


</div>
</div>
<noinclude>
<templatedata>
{
  "description": "Structured article layout template",
  "params": {
    "Display_Name": {
      "label": "Display Name",
      "description": "Title shown on the page",
      "type": "string",
      "required": true
    },
    "Author": { "label": "Author", "type": "string" },
    "Date": { "label": "Date", "type": "date" },
    "Intro": { "label": "Introduction", "type": "string", "multiline": true },
    "Thumbnail": { "label": "Thumbnail Image", "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,
      "required": true
    },
    "Author_Bio": { "label": "About the Author", "type": "string", "multiline": true },
    "Category": { "label": "Category", "type": "string" }
  }
}
</templatedata>
</noinclude>

Revision as of 11:45, 3 February 2026





 {{{Content}}}



<templatedata> {

 "description": "Structured article layout template",
 "params": {
   "Display_Name": {
     "label": "Display Name",
     "description": "Title shown on the page",
     "type": "string",
     "required": true
   },
   "Author": { "label": "Author", "type": "string" },
   "Date": { "label": "Date", "type": "date" },
   "Intro": { "label": "Introduction", "type": "string", "multiline": true },
   "Thumbnail": { "label": "Thumbnail Image", "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,
     "required": true
   },
   "Author_Bio": { "label": "About the Author", "type": "string", "multiline": true },
   "Category": { "label": "Category", "type": "string" }
 }

} </templatedata>