MediaWiki:Common.js: Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 26: Line 26:
list: {
list: {
tools: {
tools: {
templates: {
ttemplates: {
label: 'Templates',
label: 'Time Templates',
type: 'select',
type: 'select',
list: {
list: {
Line 47: Line 47:
pre: '{{dsa|birth=',
pre: '{{dsa|birth=',
post: '|birthphrase=|death=|deathphrase=}}'
post: '|birthphrase=|death=|deathphrase=}}'
}
}
},
'aidh': {
label: '{{aidh||}}',
action: {
type: 'encapsulate',
options: {
pre: '{{aidh|',
post: '|}}'
}
}
},
'yyyymmddlink': {
label: '{{YYYYMMDDtoLinks|}}',
action: {
type: 'encapsulate',
options: {
pre: '{{YYYYMMDDtoLinks|',
post: '}}'
}
}
},
'yyyymmddfjylink': {
label: '{{YYYYMMDDtoFjYLinks|}}',
action: {
type: 'encapsulate',
options: {
pre: '{{YYYYMMDDtoFjYLinks|',
post: '}}'
}
}
}
}