User:Daniel Mietchen/Most edited pages

About edit

This page collects items referenced in the Zeitgeist section of http://stats.wikimedia.org/wikispecial/EN/TablesWikipediaWIKIDATA.htm.

Lists edit

To avoid Lua memory errors, this list has been split into sublists:

Scripts edit

The original list has been generated by pasting the Zeitgeist section's text into a file help.txt, which was then processed using the following commands:

perl -pe 's/\s+/\n/g' help.txt | awk '/^Q/' | sort -r | awk '!x[$0]++' > help1.txt
cat help1.txt | awk '{ print length, $0 }' | sort -n | cut -d " " -f 2 > help.txt

That was then followed by some "find and replace" to add curly brackets and asterisks for formatting. Those scripts worked for me, but I am sure they can be simplified and made more efficient.