Difference between revisions of "User talk:John"

From Fancyclopedia 3
Jump to navigation Jump to search
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div class="mw-collapsible {{#ifeq:{{{collapse}}}|true|mw-collapsed}}" data-collapsetext="-" data-expandtext="+">
+
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.
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.