User talk:John
Last 20 pages edited in UK and Admin categories
Brian Hampton - Novacon - Tolkien Centenary Conference - Persistence 2023 - Conversation - Eastercon - The Old Mill Stream - ACC - Science Fiction Book Club - Angloparlantia - Cambridge, UK - Badinage - Rob F. Johnson - Bristol and District Group - Point of View - Doug Edwards - Alan Chorley - A. Graham Boak - Allen Ashley - Fantasycon 2024 - Cyril Shute - D. Joyason - E. Hiller - Eric Cox - Eric F. Patterson - F. D. Wilson - Fred Fairless - Frederick V. Giles - H. M. Hawes - H. S. Burton - Harold Loney - Prolapse - Harry Manson - I. G. Williams - J. Gordon - J. Patterson - K. V. Hodgson - K. Wharton - Marjorie Broadbent - Meredith Chatterton - Miriam Harris - P. D. Fortey - P. W. Berry - R. Macready - R. Medcalf - R. Smith - R. Wall - Raymond A. Bowen - Richard J. Vowles - S. Johnstone
#!/bin/bash grep -v '<big>' convention_timeline.txt | grep -v 'tab>' | grep -v "' '" > convention_timeline1.txt sed -Ef convert.sed convention_timeline1.txt > convention_timeline2.txt cat convert.bsh >> convention_timeline3.txt cat convert.sed >> convention_timeline3.txt echo >> convention_timeline3.txt echo See https://meta.wikimedia.org/wiki/Help:Sorting >> convention_timeline3.txt echo >> convention_timeline3.txt echo To sort for Dates within Location, click on Location, then shift-click on Date >> convention_timeline3.txt echo >> convention_timeline3.txt echo '{| class="wikitable sortable"' >> convention_timeline3.txt echo '! Date' >> convention_timeline3.txt echo '! Name' >> convention_timeline3.txt echo '! Location' >> convention_timeline3.txt cat convention_timeline2.txt >> convention_timeline3.txt echo '|}' >> convention_timeline3.txt s` ``g s`<small>\((.*)\)</small>`||\1`g s`(.*)\|\|(.*)\|\|(.*)`|-\n|data-sort-value=\1|\1\n|\2\n|data-sort-value=\3|[[\3]]` s`(.*)\|\|(.*)`|-\n|data-sort-value=\1|\1\n|\2`
See https://meta.wikimedia.org/wiki/Help:Sorting
To sort for Dates within Location, click on Location, then shift-click on Date
Date | Name | Location |
---|---|---|
October 22, 1936 | First Convention | Philadelphia, PA |
January 3, 1937 | Other First Convention | Leeds, UK |