Diferencia entre revisiones de «Usuario:King of Herdaz/common.js»

Ir a la navegación Ir a la búsqueda
m
sin resumen de edición
m
m
pre: '{' + '{url ref|url=',
post: '|text=|date=|site=}}'
}
}
}
}
}
}
}
}
} );
};
 
//Add new dropdown for common infobox endings and navbars etc
$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
section: 'advanced',
groups: 'dropdowns'
list: {
tools: {
common: {
label: 'common-stuff',
type: 'select',
list: {
'stormlight-ib': {
label: 'Stormlight infobox',
action: {
type: 'encapsulate',
options: {
pre: '|world=Roshar|universe=[[Cosmere]]|books=[[The Stormlight Archive]]}}',
post: ''
}
}
},
'mistborn-e1-ib': {
label: 'Mistborn E1 infobox',
action: {
type: 'encapsulate',
options: {
pre: '|world=Scadrial|universe=[[Cosmere]]|books=[[Mistborn Era 1]]}}',
post: ''
}
}
},
'mistborn-e2-ib': {
label: 'Mistborn E2 infobox',
action: {
type: 'encapsulate',
options: {
pre: '|world=Scadrial|universe=[[Cosmere]]|books=[[Mistborn Era 2]]}}',
post: ''
}
}
},
'stormlight-nb': {
label: 'Stormlight navbar',
action: {
type: 'encapsulate',
options: {
pre: '== Notes == <references/> {{stub}} {{stormlight}}',
post: ''
}
}
},
'mistborn-e1-nb': {
label: 'Mistborn E1 navbar',
action: {
type: 'encapsulate',
options: {
pre: '== Notes == <references/> {{stub}} {{mistborn|Era 1}}',
post: ''
}
}
},
'mistborn-e2-nb': {
label: 'Mistborn E2 navbar',
action: {
type: 'encapsulate',
options: {
pre: '== Notes == <references/> {{stub}} {{mistborn|Era 2}}',
post: ''
}
}
8718

ediciones

Menú de navegación