您似乎还未注册一个账号?我们强烈推荐您点击此处创建一个账户。|如果您在H萌娘上发现某些内容错误/空缺/不中立,请勇于按右上角编辑按钮!

微件:Contribution

来自H萌娘
imported>=海豚=2021年8月11日 (三) 21:12的版本
跳转到导航 跳转到搜索

<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', '//hmoegirl.com/extensions/Avatar/avatar.php?user=' + mw.config.get("wgPageName").replace(/^user:/i, ))
               .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>