Template:PageButtons: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Gilby1385 No edit summary |
imported>Gilby1385 No edit summary |
||
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:{{{other|}}}|{{Clickable button 2|{{{title|{{ROOTPAGENAME}}}}}/{{{other}}}|{{{other}}}|class=mw-ui-progressive}}}} {{#if:{{{other2|}}}|{{Clickable button 2|{{{title|{{ROOTPAGENAME}}}}}/{{{other2}}}|{{{other2}}}|class=mw-ui-progressive}}}} {{#if:{{{other3|}}}|{{Clickable button 2|{{{title|{{ROOTPAGENAME}}}}}/{{{other3}}}|{{{other3}}}|class=mw-ui-progressive}}}} {{#if:{{{other4|}}}|{{Clickable button 2|{{{title|{{ROOTPAGENAME}}}}}/{{{other4}}}|{{{other4}}}|class=mw-ui-progressive}}}} {{#if:{{{other5|}}}|{{Clickable button 2|{{{title|{{ROOTPAGENAME}}}}}/{{{other5}}}|{{{other5}}}|class=mw-ui-progressive}}}} {{#if:{{{other6|}}}|{{Clickable button 2|{{{title|{{ROOTPAGENAME}}}}}/{{{other6}}}|{{{other6}}}|class=mw-ui-progressive}}}} {{#if:{{{other7|}}}|{{Clickable button 2|{{{title|{{ROOTPAGENAME}}}}}/{{{other7}}}|{{{other7}}}|class=mw-ui-progressive}}}} {{#if:{{{other8|}}}|{{Clickable button 2|{{{title|{{ROOTPAGENAME}}}}}/{{{other8}}}|{{{other8}}}|class=mw-ui-progressive}}}} {{#if:{{{other9|}}}|{{Clickable button 2|{{{title|{{ROOTPAGENAME}}}}}/{{{other9}}}|{{{other9}}}|class=mw-ui-progressive}}}} {{#if:{{{other10|}}}|{{Clickable button 2|{{{title|{{ROOTPAGENAME}}}}}/{{{other10}}}|{{{other10}}}|class=mw-ui-progressive}}}} {{#if:{{{other11|}}}|{{Clickable button 2|{{{title|{{ROOTPAGENAME}}}}}/{{{other11}}}|{{{other11}}}|class=mw-ui-progressive}}}} {{#if:{{{other12|}}}|{{Clickable button 2|{{{title|{{ROOTPAGENAME}}}}}/{{{other12}}}|{{{other12}}}|class=mw-ui-progressive}}}} {{#if:{{{other13|}}}|{{Clickable button 2|{{{title|{{ROOTPAGENAME}}}}}/{{{other13}}}|{{{other13}}}|class=mw-ui-progressive}}}} {{#if:{{{other14|}}}|{{Clickable button 2|{{{title|{{ROOTPAGENAME}}}}}/{{{other14}}}|{{{other14}}}|class=mw-ui-progressive}}}} {{#if:{{{other15|}}}|{{Clickable button 2|{{{title|{{ROOTPAGENAME}}}}}/{{{other15}}}|{{{other15}}}|class=mw-ui-progressive}}}} {{#if:{{{other16|}}}|{{Clickable button 2|{{{title|{{ROOTPAGENAME}}}}}/{{{other16}}}|{{{other16}}}|class=mw-ui-progressive}}}} {{#if:{{{other17|}}}|{{Clickable button 2|{{{title|{{ROOTPAGENAME}}}}}/{{{other17}}}|{{{other17}}}|class=mw-ui-progressive}}}} {{#if:{{{other18|}}}|{{Clickable button 2|{{{title|{{ROOTPAGENAME}}}}}/{{{other18}}}|{{{other18}}}|class=mw-ui-progressive}}}} {{#if:{{{other19|}}}|{{Clickable button 2|{{{title|{{ROOTPAGENAME}}}}}/{{{other19}}}|{{{other19}}}|class=mw-ui-progressive}}}} {{#if:{{{other20|}}}|{{Clickable button 2|{{{title|{{ROOTPAGENAME}}}}}/{{{other20}}}|{{{other20}}}|class=mw-ui-progressive}}}}<br></div><noinclude>[[Category:Navigation templates]] | ||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 6: | Line 6: | ||
"title": {}, | "title": {}, | ||
"Main": { | "Main": { | ||
"description": "Manually define a link for the \"Main\" button - if not set template defaults to the name of the root page | "description": "Manually define a link for the \"Main\" button - if not set template defaults to the name of the root page." | ||
}, | }, | ||
" | "Availability": { | ||
"description": " | "description": "Add \"Availability\" button." | ||
}, | }, | ||
"Logo Variations": { | "Logo Variations": { | ||
"description": "Add \"Logo Variations\" button." | "description": "Add \"Logo Variations\" button." | ||
Line 19: | Line 16: | ||
"Trailers": { | "Trailers": { | ||
"description": "Add \"Trailers\" link next to \"Logo Variations\". May only use if the \"Logo Variations\" parameter is also enabled." | "description": "Add \"Trailers\" link next to \"Logo Variations\". May only use if the \"Logo Variations\" parameter is also enabled." | ||
}, | }, | ||
"other, other2, other3... other20": { | "other, other2, other3... other20": { | ||
Line 98: | Line 25: | ||
"title", | "title", | ||
"Main", | "Main", | ||
" | "Availability", | ||
"Logo Variations", | "Logo Variations", | ||
"Trailers", | "Trailers", | ||
"other, other2, other3... other20" | "other, other2, other3... other20" | ||
] | ] | ||
} | } | ||
</templatedata></noinclude> | </templatedata></noinclude> |