Template:Infobox: Difference between revisions
Add generic infobox template Tag: 2017 source edit |
reorder items in templatedata Tag: 2017 source edit |
||
Line 22: | Line 22: | ||
"required": false, | "required": false, | ||
"description": "Title shown at the top of the template. Defaults to page title" | "description": "Title shown at the top of the template. Defaults to page title" | ||
}, | |||
"subtitle": { | |||
"description": "Text shown below title and above image" | |||
}, | }, | ||
"image": { | "image": { | ||
Line 39: | Line 42: | ||
"type": "boolean", | "type": "boolean", | ||
"default": "true" | "default": "true" | ||
}, | }, | ||
"infobox_image_size": { | "infobox_image_size": { | ||
Line 56: | Line 56: | ||
"type": "string" | "type": "string" | ||
} | } | ||
} | }, | ||
"paramOrder": [ | |||
"title", | |||
"subtitle", | |||
"image", | |||
"infobox_image_size", | |||
"add_preview", | |||
"infobox_items", | |||
"add_category", | |||
"category_name" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 22:20, 22 December 2024
Infobox for telegram channel
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title | title | Title shown at the top of the template. Defaults to page title | Line | optional |
subtitle | subtitle | Text shown below title and above image | Unknown | optional |
Image | image | Image to be used in infobox. Will also be used in page preview. | File | suggested |
infobox_image_size | infobox_image_size | Size of image in infobox
| Unknown | optional |
add_preview | add_preview | Whether to set infobox image as OpenGraph preview
| Boolean | optional |
infobox_items | infobox_items | Content shown inside infobox. Each entry should be enclosed in <tr> | String | optional |
add_category | add_category | Whether to add category tag with this template
| Boolean | optional |
category_name | category_name | Name of the category to put the page into. Provide if your infobox allows specifying category. | Page name | suggested |