Widget:Contribution:修订间差异

imported>=海豚=
无编辑摘要
imported>=海豚=
无编辑摘要
第1行: 第1行:
<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>
<style>
.mw-body-content p {
.mw-body-content p {