Widget:Abbr

於 2021年2月13日 (六) 21:45 由 Bhsd對話 | 貢獻 所做的修訂 (使用GitHub上的稳定版本)
Template-info.png 小部件文檔
這個文檔是內聯文檔。

用於{{abbr}}。

JavaScript腳本:User:Bhsd/widget/abbr.js

CSS樣式表:

 */
.abbr {
	cursor: help;
}
abbr.abbr {
	border-bottom: 0;
	text-decoration-line: underline;
	text-decoration-style: dotted; /* Safari不可合并简写 */
}
/*