Template:PageButtons: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Gilby1385 No edit summary |
imported>JrStudios No edit summary |
||
(43 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<templatestyles src=PageButtons/styles.css /> | <templatestyles src=PageButtons/styles.css /> | ||
<div class=pagebuttons> | <div class=pagebuttons>{{Clickable button 2|{{{title|{{ROOTPAGENAME}}}}}|Main|class=mw-ui-progressive}} {{#if:{{{Availability|}}}|{{Clickable button 2|{{{title|{{ROOTPAGENAME}}}}}/Availability|Availability|class=mw-ui-progressive}}}} {{#if:{{{Logo Variations|}}}|{{Clickable button 2|{{{title|{{ROOTPAGENAME}}}}}/Logo Variations|Logo Variations|class=mw-ui-progressive}}}} {{#if:{{{Trailers|}}}|{{Clickable button 2|{{{title|{{ROOTPAGENAME}}}}}/Trailer Variations|Trailer Variations|class=mw-ui-progressive}}}} {{#if:{{{Warning Screen Variations|}}}|{{Clickable button 2|{{{title|{{ROOTPAGENAME}}}}}/Warning Screen Variations|Warning Screen Variations|class=mw-ui-progressive}}}} {{#if:{{{Tag Variations|}}}|{{Clickable button 2|{{{title|{{ROOTPAGENAME}}}}}/Tag Variations|Tag Variations|class=mw-ui-progressive}}}} {{#if:{{{Sponsor Bumper Variations|}}}|{{Clickable button 2|{{{title|{{ROOTPAGENAME}}}}}/Sponsor Bumper Variations|Sponsor Bumper Variations|class=mw-ui-progressive}}}}<br></div><noinclude>[[Category:Navigation templates]] | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
" | "title": {}, | ||
"Availability": { | |||
"description": "Add \"Availability\" button." | |||
" | |||
"description": "Add \" | |||
}, | }, | ||
"Logo Variations": { | "Logo Variations": { | ||
"description": "Add \"Logo Variations\" button." | "description": "Add \"Logo Variations\" button." | ||
}, | }, | ||
" | "Trailers": { | ||
"description": "Add \" | "description": "Add \"Trailers\" button." | ||
}, | }, | ||
" | "Warning Screen Variations": { | ||
"description": "Add \" | "description": "Add \"Warning Screen Variations\" button." | ||
}, | }, | ||
" | "Tag Variations": { | ||
"description": " | "description": "Add \"Tag Variations\" button." | ||
}, | }, | ||
" | "Sponsor Bumper Variations": { | ||
"description": " | "description": "Add \"Sponsor Bumper Variations\" button." | ||
}, | }, | ||
" | "Home Video Bumpers": {}, | ||
" | "Availability Screens": {}, | ||
"Certificate of Approval Screens": {}, | |||
"Commentary Track Screens": {}, | |||
"Warning Screens": {} | |||
"Certificate of Approval | |||
" | |||
" | |||
}, | }, | ||
"description": "Add navigation links for pages pertaining to the same company to the top of a page.", | "description": "Add navigation links for pages pertaining to the same company to the top of a page.", | ||
"paramOrder": [ | "paramOrder": [ | ||
" | "title", | ||
" | "Availability", | ||
"Logo Variations", | |||
"Trailers", | "Trailers", | ||
" | "Warning Screen Variations", | ||
" | "Tag Variations", | ||
"Sponsor Bumper Variations", | |||
"Home Video Bumpers", | |||
"Availability Screens", | |||
"Certificate of Approval Screens", | |||
"Commentary Track Screens", | "Commentary Track Screens", | ||
"Warning Screens" | |||
"Warning | |||
] | ] | ||
} | } | ||
</templatedata></noinclude> | </templatedata></noinclude> |