Template:MyInfobox: Difference between revisions

From Kshatriya Wiki
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><..."
 
No edit summary
Line 1: Line 1:
<templatedata>
<noinclude><templatedata>
{
{
   "description": "A simple person infobox",
   "description": "A simple person infobox",
Line 18: Line 18:
}
}
</templatedata>
</templatedata>
</noinclude>


<table style="border:1px solid #aaa; background:#f9f9f9; padding:4px;">
<table style="border:1px solid #aaa; background:#f9f9f9; padding:4px;">

Revision as of 05:06, 14 June 2025

<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}}}