Template:MyInfobox

From Kshatriya Wiki
Revision as of 05:02, 14 June 2025 by Admin (talk | contribs) (Created page with "<templatedata> { "description": "A simple person infobox", "params": { "name": { "label": "Name", "type": "string" }, "birth": { "label": "Birth Date", "type": "string" }, "occupation": { "label": "Occupation", "type": "string" } } } </templatedata> <table style="border:1px solid #aaa; background:#f9f9f9; padding:4px;"> <tr><th colspan="2" style="background:#ccc;">{{{name}}}</th></tr> <tr><td><b>Born</b><...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<templatedata> {

 "description": "A simple person infobox",
 "params": {
   "name": {
     "label": "Name",
     "type": "string"
   },
   "birth": {
     "label": "Birth Date",
     "type": "string"
   },
   "occupation": {
     "label": "Occupation",
     "type": "string"
   }
 }

} </templatedata>

{{{name}}}
Born{{{birth}}}
Occupation{{{occupation}}}