模组:沙盒/Liu116/GetN

来自Local Chinese Wikipedia
跳转到导航 跳转到搜索

此模块的文档可以在Module:沙盒/Liu116/GetN/doc创建

local function a(frame)
	return mw.html:getAttr("#pt-userpage a");
end

return {
	a = a,
}