Bureaucrats, Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Suppressors, Administrators, trusted
11,022
edits
mNo edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
group: 'format', | group: 'format', | ||
tools: { | tools: { | ||
"underline": { | |||
label: 'Underline', | |||
type: 'button', | |||
icon: '//upload.wikimedia.org/wikipedia/commons/f/fd/Button_underline.png', | |||
action: { | |||
type: 'encapsulate', | |||
options: { | |||
pre: "<u>", | |||
post: "</u>" | |||
} | |||
} | |||
}, | |||
"justify-center": { | |||
label: 'Centered', | |||
type: 'button', | |||
icon: '//upload.wikimedia.org/wikipedia/commons/5/5f/Button_center.png', | |||
action: { | |||
type: 'encapsulate', | |||
options: { | |||
pre: "<center>", | |||
post: "</center>" | |||
} | |||
} | |||
}, | |||
"category": { | "category": { | ||
label: 'Category', | label: 'Category', |