Template:Unping/doc

来自Local Chinese Wikipedia
imported>YFdyh0002024年12月29日 (日) 22:26的版本 (本地化)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转到导航 跳转到搜索

用途[编辑]

链接一个或多个用户页的同时,避免触发被链接用户的通知系统。仅在新增链接并签名时有意义,未留下签名的编辑不会触发通知。

用法[编辑]

基础用法:

{{Unping|username 1|username 2|...}}

默认显示用户名,显示内容可通过|labeln=参数覆盖:

{{Unping|username 1|label1=label 1|username 2|label2=label 2|...}}

例子[编辑]

原理[编辑]

The template avoids notifications by making external links with code like <span class="plainlinks">[//en.wikipedia.org/wiki/User:Username username]</span> instead of wikilinks like [[User:Username|Username]]. An external link icon is avoided with plainlinks but there are other consequences of not using a wikilink. The link will not be red for non-existing user pages, the blue link will have a lighter color than usual for most readers, and the page the template is used on will not appear at Special:WhatLinksHere for the user page. The link is recognized by Navigational Popups, which handles it the way it would handle other links.

参见[编辑]