微件:Contribution
<script> $(function() {
$('#firstHeading').prepend(
$('<a>').attr({
href: 'https://hmoegirl.com/Special:Viewavatar?user=' + mw.config.get("wgPageName").replace(/^user:/i, ),
title: '查看頭像'
}).prepend(
$('<img>')
.attr('src', 'https://www.hmoegirl.com/images/thumb/7/7b/90278578_p0_master1200.jpg/180px-90278578_p0_master1200.jpg'))
.css({
width: '1.2em',
height: '1.2em',
'border-radius': '10px',
padding: '4px'
})
)
);
}); </script> <style> .mw-body-content p { padding: 3px; text-align: center; } .mw-widget-dateInputWidget.oo-ui-widget-enabled .mw-widget-dateInputWidget-handle {
font-size: 94%;
} </style>