Alternative Stylesheet for Acronym: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 4: Line 4:
* <ABBR title="World Wide Web">WWW</ABBR>
* <ABBR title="World Wide Web">WWW</ABBR>


'''Solution''':  
'''Solution 1''':  
Alternative Stylesheet: {{Acronym| acronym=Hi-Tech| def=High Technology}}
Alternative Stylesheet: {{Acronym| acronym=Hi-Tech| def=High Technology}}


Line 15: Line 15:
}
}
</pre>
</pre>
'''Solution 2''':
<span title="Personal Knowledge Management" class="acronym">[[PKM]]</span>





Revision as of 21:09, 10 October 2007

Problem: Common markup seems not work at Mediawiki

  • <ACRONYM title="High Technology">Hi-Tech</ACRONYM>
  • WWW

Solution 1: Alternative Stylesheet: Hi-Tech

 <span title="High Technology" class="acronym">Hi-Tech</span>

 abbr, acronym, span.abbr, span.acronym {
  cursor: help;
  border-bottom: 1px dashed #000;
}


Solution 2: PKM


Reference