Template:ArchiveVideo: Difference between revisions
Jump to navigation
Jump to search
(Makes these collapsible, will add an automatic titling later if I figure it out) |
m (Option for auto-collapsed templates) |
||
Line 3: | Line 3: | ||
<div style="width: {{{width|640}}}px; margin: 20px auto; padding: 10px; border: 1px solid #ccc;"> | <div style="width: {{{width|640}}}px; margin: 20px auto; padding: 10px; border: 1px solid #ccc;"> | ||
<div class="mw-collapsible mw-collapsed"> | <div class="{{{collapsible?|mw-collapsible mw-collapsed}}}"> | ||
<div class="mw-collapsible-title" style="display: block;"><b>{{{title|No title provided}}}</b></div> | <div class="mw-collapsible-title" style="display: block;"><b>{{{title|No title provided}}}</b></div> | ||
Line 63: | Line 63: | ||
"required": true, | "required": true, | ||
"suggested": true | "suggested": true | ||
}, | |||
"collapsible?": { | |||
"description": "Remove \"mw-collpased\" if you do not want it automatically collapsed", | |||
"suggestedvalues": [ | |||
"mw-collapsible mw-collapsed", | |||
"mw-collapsible" | |||
], | |||
"autovalue": "mw-collapsible mw-collapsed" | |||
} | } | ||
}, | }, | ||
Line 72: | Line 80: | ||
"alignment", | "alignment", | ||
"width", | "width", | ||
"height" | "height", | ||
"collapsible?" | |||
] | ] | ||
} | } |
Revision as of 04:22, 16 January 2024
No title provided
Easily embed tony archive videos!
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title | title | This is heavily suggested, there will be automatic titles later on when I get around to it | Unknown | required |
videoURL | videoURL | no description | URL | required |
caption | caption | This is heavily suggested | Unknown | suggested |
alignment | alignment | center is heavily suggested, as aligning it left/right can mess with the formatting of the article
| Unknown | required |
Video Width | width | no description
| Number | suggested |
Video Height | height | no description
| Number | suggested |
collapsible? | collapsible? | Remove "mw-collpased" if you do not want it automatically collapsed
| Unknown | optional |