查看“MediaWiki:Mobile.js”的源代码
←
MediaWiki:Mobile.js
跳转到导航
跳转到搜索
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
/* 这里的任何JavaScript将为使用移动版网站的用户加载 */ // Wait for the DOM to be ready document.addEventListener("DOMContentLoaded", function() { // Check if we are in mobile view if (mw.config.get('skin') === 'minerva') { // Create a new link var newLink = document.createElement('a'); newLink.href = '/wiki/Special:MyPage'; newLink.textContent = 'My Page'; // Create a new list item var newListItem = document.createElement('li'); newListItem.appendChild(newLink); // Add the list item to the menu var menu = document.getElementById('p-navigation').getElementsByTagName('ul')[0]; menu.appendChild(newListItem); } });
返回
MediaWiki:Mobile.js
。
导航菜单
个人工具
创建账号
登录
命名空间
系统消息
讨论
English
查看
阅读
查看源代码
查看历史
更多
刷新
搜索
导航
首页
最近更改
随机页面
植物一览
指令合集
关于我们
新建页面
上传文件
工具
链入页面
相关更改
特殊页面
页面信息
页面值