All public logs
Combined display of all available logs of YzACG百科站. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:36, 22 December 2022 LovelyA72 talk contribs created page MediaWiki:Gadget-ShowAvatar.js (Created page with ""use strict"; // <pre> $(() => { const commonsUrl = new mw.Uri(`${mw.config.get("wgServer")}${mw.config.get("wgScriptPath")}/`); commonsUrl.query.user = mw.config.get("wgPageName").replace(/^user:/i, ""); commonsUrl.path = "/extensions/Avatar/avatar.php"; const imgUrl = new mw.Uri(commonsUrl); imgUrl.query.user = mw.config.get("wgUserName"); const img = $("<img>").attr("src", imgUrl); const link = $("<a>").attr("href", `${mw.config.get("wgServ...")