Jump to content

MediaWiki:Common.js: Difference between revisions

m
+footnote styles
mNo edit summary
m (+footnote styles)
Line 206: Line 206:
type: 'select',
type: 'select',
list: {
list: {
'SD-correction': {label: 'Correction in  The Secret Doctrine', action: {type: 'encapsulate',
options: {pre: '{{SD-correction|text=', post: '|edition1=|note=}}'} } },
'Style-S-Hebrew': {label: 'Text in Hebrew', action: {type: 'encapsulate',
'Style-S-Hebrew': {label: 'Text in Hebrew', action: {type: 'encapsulate',
options: {pre: '{{Style S-Hebrew|', post: '}}'} } },
options: {pre: '{{Style S-Hebrew|', post: '}}'} } },
'Style-S-Restored': {label: 'HPB SB. Restored', action: {type: 'encapsulate',
options: {pre: '{{Style S-HPB SB. Restored|', post: '}}'} } },
'Style-S-Lost': {label: 'Lost fragment', action: {type: 'encapsulate',
options: {pre: '{{Style S-Lost|', post: '}}'} } },
'Footnote-Mark': {label: 'Footnote mark', action: {type: 'encapsulate',
options: {pre: '{{Footnote mark|', post: '}}'} } },
'Footnote-Return': {label: 'Footnote return', action: {type: 'encapsulate',
options: {pre: '{{Footnote return|', post: '}}'} } },
'Footnote-Text': {label: 'Footnote text', action: {type: 'encapsulate',
options: {pre: '{{Footnotes start}}\n\n{{Footnotes end}}'} } }
}
},
templatesHPB: {
label: 'HPB',
type: 'select',
list: {
'SD-correction': {label: 'SD. Correction', action: {type: 'encapsulate',
options: {pre: '{{SD-correction|text=', post: '|edition1=|note=}}'} } },
'Style-S-HPB-SB-HPB-note': {label: 'HPB SB. HPB note', action: {type: 'encapsulate',
'Style-S-HPB-SB-HPB-note': {label: 'HPB SB. HPB note', action: {type: 'encapsulate',
options: {pre: '{{Style S-HPB SB. HPB note|', post: '|center}}'} } },
options: {pre: '{{Style S-HPB SB. HPB note|', post: '|center}}'} } },
Line 223: Line 239:
options: {pre: '{{Style S-HPB SB. Editors note|', post: '|center}}'} } },
options: {pre: '{{Style S-HPB SB. Editors note|', post: '|center}}'} } },
'Style-S-HPB-SB-Continues-on': {label: 'HPB SB. Continues on', action: {type: 'encapsulate',
'Style-S-HPB-SB-Continues-on': {label: 'HPB SB. Continues on', action: {type: 'encapsulate',
options: {pre: '{{Style S-HPB SB. Continues on|1-', post: '}}'} } },
options: {pre: '{{Style S-HPB SB. Continues on|1-', post: '}}'} } }
'Style-S-Restored': {label: 'HPB SB. Restored', action: {type: 'encapsulate',
options: {pre: '{{Style S-HPB SB. Restored|', post: '}}'} } },
'Style-S-Lost': {label: 'Lost fragment', action: {type: 'encapsulate',
options: {pre: '{{Style S-Lost|', post: '}}'} } }
}
}
}
}