Difference between revisions of "User talk:John"

From Fancyclopedia 3
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Retro Hugos ==
+
Ported Fancyclopedia to mediawiki and radically changed the design. Abandoned the project in August 2020 over disputes about rudeness, site quality and direction. Much of his design has now been deleted or compromised.
Entering Retro Hugo data as if it were awarded in the year of publication instead of in the year it was actually awarded really seems like putting out deliberate misinformation. One can’t expect all users of this site to understand what the Retro Hugos are about. It makes more sense for the 1945 Retros to be “2020 — 1945 Whatever Retro Hugo” and not as if awarded in 1945, and for links to lead to an explanation of the Retros rather than the regular Hugos. Otherwise, it’s seriously confusing. [[User:Leah Zeldes Smith|Leah Zeldes Smith]] ([[User talk:Leah Zeldes Smith|talk]]) 14:15, 30 July 2020 (PDT)
 
 
 
The Retro Hugos are a really confusing thing to document, as they use modern terminology to document old things. But the convention we have adopted on the site is that if they are called the XXXX Retro Hugos by WSFS, we put the year as XXXX. That allows them to be found easily in
 
all the timelines that the year= field generates, and all the automatic sequencing code inside the templates. There is a lot behind the scenes for this. Its always best to ask before changing something, as the consequences are not obvious.
 
 
 
I'm happy for you to go ahead and add the award date and location to every entry, but please leave the year= entry alone. [[User:John|John]] ([[User talk:John|talk]]) 14:26, 30 July 2020 (PDT)
 
 
 
PS I can see the sense in using the award date for the author, as you have done for Leigh Brackett, but you have a lot of work making that change across the whole site, to keep it consistent. Best again to get agreement with Mark and myself before embarking on than making the change piecemeal. [[User:John|John]] ([[User talk:John|talk]]) 14:29, 30 July 2020 (PDT)
 
 
 
Fix [[Slan Shack]] [[Clubhouse]]
 
 
 
Redo Ituition 'i' newsletters
 
 
<div class="mw-collapsible {{#ifeq:{{{collapse}}}|true|mw-collapsed}}" data-collapsetext="-" data-expandtext="+">
 
Last 20 pages edited in Templates
 
<div class="mw-collapsible-content">
 
{{#dpl:
 
| debug=1
 
| namespace=Template
 
| mode=inline
 
| ordermethod=lastedit
 
| order=descending
 
| suppresserrors=true
 
| count=20
 
}}
 
</div>
 
</div>
 
 
 
<div class="mw-collapsible {{#ifeq:{{{collapse}}}|true|mw-collapsed}}" data-collapsetext="-" data-expandtext="+">
 
Last 50 pages edited in UK and Admin categories
 
<div class="mw-collapsible-content">
 
{{#dpl:
 
| debug=1
 
| namespace=
 
| category=UK¦Admin
 
| mode=inline
 
| ordermethod=lastedit
 
| order=descending
 
| suppresserrors=true
 
| count=50
 
}}
 
</div>
 
</div>
 
 
 
<pre>
 
<nowiki>
 
#!/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`&nbsp;``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`
 
</nowiki>
 
</pre>
 
 
 
See https://meta.wikimedia.org/wiki/Help:Sorting
 
 
 
To sort for Dates within Location, click on Location, then shift-click on Date
 
 
 
{| class="wikitable sortable"
 
! Date
 
! Name
 
! Location
 
|-
 
|data-sort-value=October 22, 1936|October 22, 1936
 
|[[First Convention]]
 
|data-sort-value=Philadelphia, PA|[[Philadelphia, PA]]
 
|-
 
|data-sort-value=January 3, 1937|January 3, 1937
 
|[[Other First Convention]]
 
|data-sort-value=Leeds, UK|[[Leeds, UK]]
 
|}
 
 
 
Nolink, not person and since 2001
 
{{CountryList | notcategory1=haslink | collapse=true | category1=IA | notcategory=person}}
 
{{ItemList | notcategory1=haslink | collapse=true | category1=IA | notcategory=person}}
 
 
 
haslink, nowebsite, IA
 
{{CountryList | category=haslink | collapse=true | category1=nowebsite | category2=IA}}
 

Latest revision as of 02:57, 19 October 2020

Ported Fancyclopedia to mediawiki and radically changed the design. Abandoned the project in August 2020 over disputes about rudeness, site quality and direction. Much of his design has now been deleted or compromised.