Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Current events
Recent changes
Random page
Help
Categories
LemonWiki共筆
Search
Search
Appearance
Log in
Personal tools
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Alternative Stylesheet for Acronym
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
縮寫的 CSS 樣式 '''Problem''': <nowiki><abbr>(abbreviation, 縮寫)</abbr> and <acronym>(首字母縮略字) </acronym></nowiki> tags/markup was not work at old version of Mediawiki (v.1.6.9 [http://osdir.com/ml/org.wikimedia.mediawiki.bugs/2004-03/msg00124.html bug]) but abbr tag works in version 1.16.0) * <ACRONYM title="High Technology">Hi-Tech</ACRONYM> * <ABBR title="World Wide Web">WWW</ABBR> {{Software version| software=MediaWiki | url=http://www.mediawiki.org/wiki/MediaWiki | version=1.6.9 }} == Solution == === Alternative Stylesheet === * {{Acronym| acronym=Hi-Tech| def=High Technology}} <pre> <span title="High Technology" class="acronym">Hi-Tech</span> abbr, acronym, span.abbr, span.acronym { cursor: help; border-bottom: 1px dashed #000; } </pre> === Other approach: add link to the wiki node/page === <span title="Personal Knowledge Management" class="acronym" style="cursor: help;border-bottom: 1px dashed #000;">[[Personal Knowledge Management|PKM|]] (?)</span> <pre> <span title="Personal Knowledge Management" class="acronym" style="cursor: help;border-bottom: 1px dashed #000;">[[PKM]] (?)</span> </pre> === add link to the wikipedia page === <span title="Internet Control Message Protocol" class="acronym" style="cursor: help;border-bottom: 1px dashed #000;">[http://zh.wikipedia.org/wiki/ICMP ICMP](?)</span> further reading * [http://enable.nat.gov.tw/document/4_2.jsp 使用abbr及acronym標籤表示網頁中呈現的文字縮寫與簡稱不良設計] * Prokop, Marek (2002). [http://www.sovavsiti.cz/css/abbr.html Styling <abbr> in IE] ''July 8, 2006 access'' * W3C (1999). [http://www.w3.org/TR/REC-html40/ HTML 4.01 Specification] - [http://www.w3.org/TR/html401/struct/text.html#edef-ABBR 9.2.1 Phrase elements] [[Category:Design]] [[Category:MediaWiki]]
Summary:
Please note that all contributions to LemonWiki共筆 are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
LemonWiki共筆:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Acronym
(
edit
)
Template:Software version
(
edit
)