Publish script?
Appearance
Fragment of a discussion from Translating talk:MediaWiki/Credits
This does the trick:
grep -h '@author' * | sed 's/ \* @author //' | sort -b |uniq |sed 's/^.*/* [[User:&|&]]/'
2271 authors at the moment. If there are entries that are similar, they should most likely be fixed by hand.