您似乎还未注册一个账号?我们强烈推荐您点击此处创建一个账户。|如果您在H萌娘上发现某些内容错误/空缺/不中立,请勇于按右上角编辑按钮!
Widget:Contribution:修订间差异
跳转到导航
跳转到搜索
imported>=海豚= 无编辑摘要 |
imported>=海豚= 无编辑摘要 |
||
| 第1行: | 第1行: | ||
<script> | <script> | ||
$(function() { | $(function() { | ||
$('#firstHeading').prepend( | |||
$(' | |||
$('<a>').attr({ | $('<a>').attr({ | ||
href: 'https://hmoegirl.com/Special:Viewavatar?user=' + mw.config.get("wgPageName").replace(/^user:/i, ''), | href: 'https://hmoegirl.com/Special:Viewavatar?user=' + mw.config.get("wgPageName").replace(/^user:/i, ''), | ||
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>