MediaWiki:Common.js: Difference between revisions

m
no edit summary
(+UI-page)
mNo edit summary
 
(5 intermediate revisions by the same user not shown)
Line 213: Line 213:
options: {pre: '{{Style S-Lost|', post: '}}'} } },
options: {pre: '{{Style S-Lost|', post: '}}'} } },
'Footnote-Mark': {label: 'Footnote mark', action: {type: 'encapsulate',
'Footnote-Mark': {label: 'Footnote mark', action: {type: 'encapsulate',
options: {pre: '{{Footnote mark|', post: '}}'} } },
options: {pre: '{{Footnote mark|', post: '|}}'} } },
'Footnote-Return': {label: 'Footnote return', action: {type: 'encapsulate',
'Footnote-Return': {label: 'Footnote return', action: {type: 'encapsulate',
options: {pre: '{{Footnote return|', post: '}}'} } },
options: {pre: '{{Footnote return|', post: '}}'} } },
'Footnote-Text': {label: 'Footnote text', action: {type: 'encapsulate',
'Footnote-Text': {label: 'Footnote text', action: {type: 'encapsulate',
options: {pre: '{{Footnotes start}}\n\n{{Footnotes end}}'} } }
options: {pre: '{{Footnotes start}}\n{{Footnote return|}}', post: '\n{{Footnotes end}}'} } }
}
}
},
},