跳转到内容

Wikipedia:维基百科工具/导航Popup:修订间差异

维基百科,自由的百科全书
删除的内容 添加的内容
AH829留言 | 贡献
无编辑摘要
第173行: 第173行:
|-
|-
|<tt>popupRedirAutoClick</tt>
|<tt>popupRedirAutoClick</tt>
|'''<tt>'wpSave'</tt>''', <tt>'wpPreview'</tt>, <tt>'wpDiff'</tt>
|<tt>'wpSave'</tt>, <tt>'wpPreview'</tt>, '''<tt>'wpDiff'</tt>'''
|The button which is automatically pressed when fixing redirects.
|The button which is automatically pressed when fixing redirects.
|-
|-

2011年11月25日 (五) 00:53的版本

中文维基百科的导航Popup

popups 提供一个使用很多维基百科功能的弹出标签,你只要把鼠标悬停在内部链接上就能非常方便的使用这个功能。

特性

条目中的小图片预览(经典外观的截图,但完全兼容Monobook)
点击可以放大预览
  • 只要单击就可以:
    • 编辑页面
    • 查看用户贡献
    • 使用Kate的工具查看用户编辑统计
    • 发送电子邮件給用戶
    • 查看页面编辑历史
    • 监视或停止监视页面
    • 查看或编辑讨论页
    • 查看链入页面
    • 查看链出更改
    • 保护或解除保护页面,删除页面或封禁用户(管理员使用)
    • 查看日志
    • 列出用户页面的子页
    • 搜索维基百科和进行全局各语言的维基百科搜索
  • 预览条目和其他页面的一部分 (en:User:Pilaf设计)
  • 从圖像链接预览图像
  • 预览每个页面的第一幅图像 - 这个功能用来看用户页面时更有意思
  • 可以显示该页面是重定向页面,短条目还是消歧义页面
  • 给出页面的文件大小,链接数量,图片数目,分类数目以及创建时间
  • 可以在整个维基媒体计划使用
  • 自动修复重定向和消歧义链接(可选项)
  • 快捷键 (可选项)
  • 当鼠标指向某一链接,出现Popup窗口后,按ESC键可快速使该窗口消失

安装

安装之前,您必须拥有一个中文维基百科的账号,这样您才可以使用弹出式导航菜单的功能。如果您没有账号,那么您需要申请一个然后登入。

在註冊以後,請點選右上角「參數設置」,選擇「小工具」頁籤,勾選「導航Popup」的相關項目以啟用Popup工具。

如果您曾經使用其他方法引用導航Popup,這些方法已過時,請卸載曾經加上的相關Javascript腳本,然后保存并清除浏览器缓存。
下面列出了使用不同面板下您需要修改原有編輯的页面:



過時的引用方法

您必须从您的用户页新建(编辑)一个特殊的文档,对大多数人来说,这个相关的文檔是vector.js(位於User:您的用戶名/vector.js)。點選左邊的連結就可以編輯這個檔案。

另外,如果您使用的面板不是預設的Vector,下面列出了不同情况下您需要编辑的页面:

下一步,点击"编辑本页",复制下面的文本粘贴在您的页面中(不要把下面的用戶名修改成为您的用户名),然后保存页面。

使用英文維基上的最新版本,加上中文介面檔案:

// [[User:Lupin/popups.js]] - please include this line

 importScript("https://en.wikipedia.org/wiki/User:Lupin/popups.js?action=raw&ctype=text/javascript&dontcountme=s");
 importScript("User:笨笨的小B/jstool/strings-zh.js");

User:笨笨的小B作過修改的版本:

// [[:en:User:Lupin/popups.js]] - please include this line
// [[User:笨笨的小B/jstool/popups.js]] - 請保留此行
 importScript("User:笨笨的小B/jstool/popups.js");
 importScript("User:笨笨的小B/jstool/strings-zh.js");

User:Vipuser所製作的中文界面:

// [[User:Vipuser/popups.js]] - 请保留此行
 importScript("User:vipuser/popups.js");

在保存页面之后,请刷新您的浏览器缓存(对于Internet ExplorerFirefox可以使用快捷键Ctrl+F5),然后确定您的浏览器没有禁用javascript脚本。这样,在您把鼠标悬停在一个维基百科的内部链接上片刻之后,就可以看到一个弹出式菜单了。

需要安装脚本在commons或者wiktionary上的时候,重复上面的步骤在其他wiki上就可以了。

需要卸载脚本时,只需在同一页面删除您添加的上面几行文本然后保存并清除浏览器缓存就可以了。

可选配置

改变你的 popups 的外观

只要修改個人的CSS檔,您就可以變更popups的外觀,您個人的CSS檔如下: User:您的用戶名/vector.css.

此為其中一個範例,background-color為背景顏色、font-family為字型種類、color為文字顏色、font-size為文字大小。

.navpopup { 
  background-color: #BFFF00  !important;
  font-family:      arial    !important;
  color:            #008000  !important;
  font-size:        small    !important;
}

选项

您可以自行設定一些選項。從下面的表格中選擇option以及value,每項屬性單獨一行添加到您的用戶javascript檔案(如user:USERNAME/vector.js

選項 = 值;

舉例來說,要打開管理員功能的屬性,您需要修改您的javascript檔案如下:

// [[User:Lupin/popups.js]] - please include this line
importScript("MediaWiki:Gadget-popups.js");
simplePopups=true;
popupAdminLinks=true;
配置选项
選項 (Option) 值* (Value) 描述
popupDelay 十进制小数,0.5 停留幾秒後導航Popup才顯示。
simplePopups true, false If you just want the links or find the amount of bandwidth consumed too great, then set this to true. No data will be downloaded and the popups will just consist of a list of links.
popupStructure 'original', 'fancy', 'fancy2', 'menus' Select the structure of the popups. The 'original' setting, which is the default if simplePopups is true, has all the navigation links in the popup itself; 'fancy' and fancy2 are variants of this. The 'menus' setting, which is the default if simplePopups is not true, puts the navigation links in popup menus which appear when you mouseover the popup title. Note that to set this variable, you need to include the single quotes, e.g. popupStructure='fancy';. In Opera, this defaults to 'original' as the user menu doesn't work for some reason (probably a bug in the script).
popupActionsMenu true, false When using menus, you can either have the title link in the popup generating a menu (if this is set to false) or a separate "actions" menu (if this is set to true, the default).
popupImages true, false 值設為 false ,則不顯示圖像。
popupAdminLinks true, false 值設為 true ,則管理員可使用Popup執行封禁,刪除頁面,保護或解除保護頁面。
popupShortcutKeys true, false If this variable is set to true then you can focus some of the links in the popups quickly by pressing keys. When you hover the mouse over a link with a shortcut, the shortcut key appears at the end of the popup hint. For example, in Firefox or Opera, to quickly edit an article in a new tab you can type 'e Control-Enter'. Internet Explorer users beware: shortcut keys don't work and turning this option on will reveal various bugs, so it's not recommended.
popupDragging true, false 值設為true ,則能夠按住shift鍵不放,用滑鼠拖曳popups視窗。
popupFixRedirs true, false 值設為true ,則能夠以點選"Redirects"連結而自動低修正重定向頁面。
popupRedirAutoClick 'wpSave', 'wpPreview', 'wpDiff' The button which is automatically pressed when fixing redirects.
popupFixDabs true, false 值設為true ,則能夠以點選Popup上的一個連結自動低"修正"連向消崎義頁的錯誤。
popupNavLinks true, false 值設為true ,則顯示導航連結,false則關閉此功能。
popupLastEditLink true, false Whether the popup should contain a "lastEdit" link.
popupHistoricalLinks true, false When hovering over links to old revisions and diff links, extra links such as "editOld" are generated if this is true. Otherwise, you get the same links as when hovering over an ordinary link.
popupPreviews true, false If this is true and you haven't set simplePopups, then a preview of the first part of the article will appear. (Reports of pages for which this is done badly are most welcome). If false, then this is switched off.
popupSummaryData true, false If this is true 顯示目標頁的摘要,false則關閉此功能。
popupLastModified true, false 值設為true,則popups會顯示該頁面最後一次編輯距今的時間。
popupOnlyArticleLinks true, false 值設為true, 則popups只在連往頁面的連結才會啟動。否則,許多連結(例如編輯,帮助)均會啟動popups。
imagePopupsForImages true, false By default, preview images are loaded even when hoving over visible images. Setting this to false turns that off.
popupMaxWidth 300,整数或者false Popup視窗的最大寬度的像素。若設為false 則Popup視窗將擴展至容納它所含有的內容。
popupInitialWidth 整数或者false The initial width of the popup in pixels. Setting this to false means the popup will initially be the size needed to accommodate its initial contents.
popupRevertSummary 字符串 回復時的編輯摘要。 %s 為回復的版本ID。
popupFixRedirsSummary 字符串 修正重定向時的編輯摘要。 第一個 %s 為置換的重向定頁名稱,第二個 %s 為置換的目標頁面名稱。
popupFixDabsSummary 字符串 The edit summary used when disambiguating links. The first %s appearing in this string is replaced with the disambiguation page, and the second %s is replaced with the target page.
技术选项
popupMaxPreviewSentences 整数,4 The maximum number of sentences to extract from something approximating the first meaningful paragraph of an article for the preview.
popupMaxPreviewCharacters 整数,600 預覽文章的第一段的摘錄的長度。
popupNavLinkSeparator 字符串,
' &sdot; '
HTML inserted between the navigation links. This defaults to ' &bull; ' in Konqueror and to ' &#183; ' in Microsoft browsers, as they don't appear to like the &sdot; character.
popupAppendRedirNavLinks true, false If true, then a new set of navigation links is generated for the target of redirects; if false, then you're warned about the redirect but no navigation links are generated. This does nothing if popupNavLinks is false.
removeTitles true, false 此標題 (popup的預設提示) of links are moved to the main link of the popup if this is true. If this is false then they're not.
实验选项
下列选项还未经过充分测试,并且未归档:popupLiveOptions, popupCookies, popupUnsimplifyLink, popupPreviewKillTemplates, popupPreviewFirstParOnly。想要测试它们(以及其它未归档选项)的最简单互动办法就是做如下设置:popupLiveOptions=true.

*粗體為預設值

更多选项将会被添加,同时欢迎提出对于更多设置的需求。

進階設定

您能夠為文章定義客製化的過濾。這些是javascript在頁面統計產生後執行的功能,它們的輸出將附加(as HTML)為popup視窗的一部份。 (Note that if simplePopups is true or popupSummaryData is false, then nothing will be displayed).

The way to set this up is to write a filter function which accepts a string (the wikitext of the article) as input, and returns a fragment of HTML. Repeat for as many filters as you want, and then create an array extraPopupFilters which contains all of the functions, in the order in which you want them to be run.

For example, let's say you want to be told whenever the wikitext of an article contains a table written using HTML tags rather than wiki markup. One way to do this is to add the following to your user javascript file:

// initialize the array - only do this once
extraPopupFilters=new Array();

// define the function
function popupFilterHtmlTable (wikiText) {
  if (/<table/i.test(wikiText)) return '&lt;table&gt;';
  else return '';
};

// add the function to the array (you can repeat this for lots of functions)
extraPopupFilters.push(popupFilterHtmlTable);

Then when a popup is generated for a page containing an HTML table, you should see <table> in the popup. (It may also appear for other pages, such as this page. Correcting this defect is left as an exercise for the reader).

浏览器问题

如果哪位能找出這些問題的原因,煩請告訴我。中文版可以和維遊聯繫。

  • 某些人發現使用此腳本時,會使Safari的許多功能出現故障。
  • 在某些版本的Internet Explorer,當 popupFixDabs 的選項為“true”時,消歧義頁如mummification無法顯示所有的它應有的連結。
  • 在Internet Explorer裏,鍵盤快捷鍵失效,彈出窗口也無法拖曳。

反馈

发现任何漏洞、问题,或者有任何建议或改进,请联系Lupin

您也可以访问以下页面列出你的问题:pages with incorrect previews

中文版因为由维游汉化,所以请直接和维游联系。

参看

制作人员名单和外部链接

此工具有賴於許多其他的付出者:

可对此提供帮助的人