User talk:John
Last 20 pages edited in Templates
Template:Efanzines - Template:Convention - Template:Bidding - Template:Bid - Template:Fancy - Template:ISFDB - Template:Store - Template:FancyFileRow - Template:File770 - Template:FilesFrameTableRow1 - Template:FancyImage - Template:FancyFile - Template:SFE - Template:InternetArchive - Template:Focal Point - Template:Pdfref - Template:TNFF - Template:WhosWho1940 - Template:ASFDAP - Template:Toolbar1
Last 50 pages edited in UK and Admin categories
Tom Shippey - John Nielsen-Hall - Ansible Editions - Cytricon IV - Bryan Welham - Barry Hall - Phil Sless - K. E. Smith - Ken Smith - Cytricon III - Cytricon II - Cytricon I - Supermancon - W. Carr - Rob Hansen - London in 1957 - Jim Ratigan - Alan Barclay - Geoff Wingrove - North East Science Fiction Society - Margaret Jones - Bruce Kidd - Ethel Lindsay - Brian Miller - New Lands SF Club - Margaret Page - David Page - Jim Marshall - Hal Kennedy - Science-Fiction Chapter - Cytricon II combozine - Peter Reaney - Curtain Call - Phantasmagoria - Keine-Wurst - Fanjan Publications - Dysteleology - Catalyst - Eye - Biped - Cytricon Combozine - Arcturus - Nevil Brock - Ewan Hedger - David Thurlby - John Greengrass - Kettering Minicon - Dave Eggleton - Pete Fox - Joe Ayres
#!/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 |
Website links and IA[edit]
I understand how the Website stub works and why it's set up the way it is. Unfortunately, it doesn't currently work well for squatted pages. But I do understand that the additional programming may not be worth it right now.
I have changed it so if capture= is quoted, then only the IA site is mentioned. John (talk) 03:47, 8 May 2020 (PDT)