Log in

View Full Version : Acronym tag



Mouzafphaerre
02-09-2006, 19:21
.
If it's feasible to add with no big effort, an acronym tag would be useful. I've seen it on an SMF forum (http://my.noteworthysoftware.com/) (which has been transferred from a native script, which also included that tag). It would save from bracketed explanations disrupting the flow especially at the Monastry.

The SMF one works like this:


short expression

The short expression prints underlined with dashes. The long expression appears on hover.

There's also an abbreviation tag with identical syntax function:


short expression

The former native script would handle it this way:


!acronym(short expression=long expression)
.