LLWiki正在建设中,欢迎加入我们

“Widget:Abbr”的版本间差异

来自LLWiki
跳转到导航 跳转到搜索
(使用页面/文本对比查看器快速编辑)
(使用GitHub上的稳定版本)
标签移动版网页编辑 移动版编辑
第1行: 第1行:
<noinclude>{{doc|content=用于{{tl|abbr}}。}}[[category:混合小部件]]</noinclude><includeonly><!--{if !isset($wgWidgetAbbr) || !$wgWidgetAbbr}--><!--{assign var="wgWidgetAbbr" value=true scope="global"}--><script defer src='/zh?title=</includeonly><noinclude><p>JavaScript脚本:[[</noinclude>User:Bhsd/widget/abbr.js<noinclude>]]</p></noinclude><includeonly>&action=raw&ctype=text/javascript'></script><style>
<noinclude>{{doc|content=用于{{tl|abbr}}。}}[[category:混合小部件]] <p>JavaScript脚本:[[User:Bhsd/widget/abbr.js]]</p></noinclude><includeonly><!--{if !isset($wgWidgetAbbr) || !$wgWidgetAbbr}--><!--{assign var="wgWidgetAbbr" value=true scope="global"}--><script defer src='//cdn.jsdelivr.net/gh/bhsd-harry/LLWiki@1.2/widget/abbr.min.js'></script><style>
/* </includeonly>CSS样式表:<pre lang="css"> */
/* </includeonly>CSS样式表:<pre lang="css"> */
.abbr {
.abbr {

2021年2月13日 (六) 21:45的版本

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不可合并简写 */
}
/*