Template:StripAccents: Difference between revisions

From ChoralWiki
Jump to navigation Jump to search
(more concise syntax using RegExp)
m (Text replacement - "Category\:(.*) templates\]\]" to "Category:DPL templates]] Category:$1 templates")
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>{{#multireplace:{{{1}}} |/[àáäãâåāăą]/=a|/[èéêëēěĕėę]/=e|/[ìíîïĩīĭį]/=i|/[òóôõöōŏőø]/=o|/[ùúûüūŭů]/=u|/[ýÿ]/=y| /[çćč]/=c|/[đď]/=d|/[ğģ]/=g|ķ=k|/[łĺľļ]/=l|/[ńñňņ]/=n|/[ŕřŗ]/=r|/[śšş]/=s|ß=ss|ť=t|/[źżž]/=z}}</includeonly><noinclude><!--
<includeonly>{{#replaceset:{{{1}}}|/[àáäãâåāăą]/i=a|/[èéêëēěĕėę]/i=e|/[ìíîïĩīĭį]/i=i|/[òóôõöōŏőø]/i=o|/[ùúûüūŭů]/i=u| /[ýÿ]/i=y|/[çćč]/i=c|/[đď]/i=d|/[ğģ]/i=g|ķ=k|/[łĺľļ]/i=l|/[ńñňņ]/i=n|/[ŕřŗ]/i=r|/[śšş]/i=s|ß=ss|ť=t|/[źżž]/i=z}} </includeonly><noinclude><!--
-->{{DisplayBox|bgcolor=g|text=
-->{{DisplayBox|bgcolor=g|text=
Removes all diacritics from a text or name
Removes all diacritics from a text or name


'''Usage:'''
'''Usage:'''
* <tt><nowiki>{{StripAccents|Antonín Dvořák}}</nowiki></tt> returns "{{StripAccents|Antonín Dvořák}}"
* {{tl|StripAccents|Antonín Dvořák}} returns "{{StripAccents|Antonín Dvořák}}"
* <tt><nowiki>{{StripAccents|Gegrüßet, Maria}}</nowiki></tt> returns "{{StripAccents|Gegrüßet, Maria}}" (not "Gegru'''e'''sset", for proper sorting)
* {{tl|StripAccents|Gegrüßet, Maria}} returns "{{StripAccents|Gegrüßet, Maria}}" (not "Gegru'''e'''sset", for proper sorting)


It is meant to be used in conjuction with template [[template:LastName|LastName]] in order to generate appropriate sort keys.
It is meant to be used in conjunction with template [[template:NameSorter|NameSorter]] in order to generate appropriate sort keys.
}}
}}
[[Category:Templates|{{PAGENAME}}]]
[[Category:DPL templates]]
[[Category:Text formatting templates]]
</noinclude>
</noinclude>

Latest revision as of 04:20, 5 January 2020

Removes all diacritics from a text or name

Usage:

  • {{StripAccents|Antonín Dvořák}} returns "Antonin Dvorak "
  • {{StripAccents|Gegrüßet, Maria}} returns "Gegrusset, Maria " (not "Gegruesset", for proper sorting)

It is meant to be used in conjunction with template NameSorter in order to generate appropriate sort keys.