跳转到内容

MediaWiki:Common.js:修订间差异

来自石头百科-维基百科
Admin留言 | 贡献
无编辑摘要
Admin留言 | 贡献
清空全部内容
标签清空
 
(未显示同一用户的2个中间版本)
第1行: 第1行:
/* 这里的任何JavaScript将为所有用户在每次页面加载时加载。 */
 
$('body').append(
    '<link href="https://cdnjs.cloudflare.com/ajax/libs/artalk/2.8.7/Artalk.css" rel="stylesheet" />'
);
$(".mw-parser-output").append('<div id="Comments"></div>');
function getComments() {
    Artalk.init({
        el:        '#Comments',
        pageKey:  'https://shitoubaike.org/wiki/' +encodeURI(RLCONF.wgPageName) ,
        pageTitle: RLCONF.wgTitle,
        server:    'https://comments.shitoubaike.org',
        site:      '石头百科',
    })
}
var script = document.createElement('script');script.type = "text/javascript";script.src = "https://cdnjs.cloudflare.com/ajax/libs/artalk/2.8.7/Artalk.js";script.onload =getComments;document.body.appendChild(script);

2026年8月12日 (三) 16:28的最新版本