Template:Info: Difference between revisions
From koreapedia
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 22: | Line 22: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Custom Infobox by Fahad", | |||
"params": { | |||
"name": { | |||
"label": "Name", | |||
"type": "string" | |||
}, | |||
"image": { | |||
"label": "Image filename", | |||
"type": "string" | |||
}, | |||
"image_size": { | |||
"label": "Image size", | |||
"type": "string", | |||
"default": "280px" | |||
}, | |||
"caption": { | |||
"label": "Image caption", | |||
"type": "string" | |||
}, | |||
"birth place": { | |||
"label": "Birth place", | |||
"type": "string" | |||
}, | |||
"directed by": { | |||
"label": "Directed by", | |||
"type": "string" | |||
}, | |||
"screenplay by": { | |||
"label": "Screenplay by", | |||
"type": "string" | |||
}, | |||
"story by": { | |||
"label": "Story by", | |||
"type": "string" | |||
}, | |||
"produced by": { | |||
"label": "Produced by", | |||
"type": "string" | |||
}, | |||
"starring": { | |||
"label": "Starring", | |||
"type": "string" | |||
}, | |||
"edited by": { | |||
"label": "Edited by", | |||
"type": "string" | |||
}, | |||
"Music by": { | |||
"label": "Music by", | |||
"type": "string" | |||
}, | |||
"Production company": { | |||
"label": "Production company", | |||
"type": "string" | |||
}, | |||
"Distributed by": { | |||
"label": "Distributed by", | |||
"type": "string" | |||
}, | |||
"Release date": { | |||
"label": "Release date", | |||
"type": "string" | |||
}, | |||
"Running time": { | |||
"label": "Running time", | |||
"type": "string" | |||
}, | |||
"Country": { | |||
"label": "Country", | |||
"type": "string" | |||
}, | |||
"Language": { | |||
"label": "Language", | |||
"type": "string" | |||
}, | |||
"Budget": { | |||
"label": "Budget", | |||
"type": "string" | |||
}, | |||
"Box office": { | |||
"label": "Box office", | |||
"type": "string" | |||
}, | |||
"heading": { | |||
"label": "Heading", | |||
"type": "string" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"name", | |||
"image", | |||
"image_size", | |||
"caption", | |||
"heading", | |||
"birth place", | |||
"directed by", | |||
"screenplay by", | |||
"story by", | |||
"produced by", | |||
"starring", | |||
"edited by", | |||
"Music by", | |||
"Production company", | |||
"Distributed by", | |||
"Release date", | |||
"Running time", | |||
"Country", | |||
"Language", | |||
"Budget", | |||
"Box office" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Revision as of 04:53, 16 October 2025
| Info |
|---|
TemplateData
Custom Infobox by Fahad
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | no description | String | optional |
| Image filename | image | no description | String | optional |
| Image size | image_size | no description
| String | optional |
| Image caption | caption | no description | String | optional |
| Heading | heading | no description | String | optional |
| Birth place | birth place | no description | String | optional |
| Directed by | directed by | no description | String | optional |
| Screenplay by | screenplay by | no description | String | optional |
| Story by | story by | no description | String | optional |
| Produced by | produced by | no description | String | optional |
| Starring | starring | no description | String | optional |
| Edited by | edited by | no description | String | optional |
| Music by | Music by | no description | String | optional |
| Production company | Production company | no description | String | optional |
| Distributed by | Distributed by | no description | String | optional |
| Release date | Release date | no description | String | optional |
| Running time | Running time | no description | String | optional |
| Country | Country | no description | String | optional |
| Language | Language | no description | String | optional |
| Budget | Budget | no description | String | optional |
| Box office | Box office | no description | String | optional |
