Content deleted Content added
No edit summary |
|||
Line 96:
This displays all of the entries in year indices that are missing fields -- a summary table is at the top, and then it lists all the individual articles with errors. You can ignore the gigantic numbers for 2006, 2007, 2008 and 2009 (I am still reformatting them to have parseable titles and authors): from 2010 to present the missing fields are actual errors. Most of them are just articles without tags, for which some help would be appreciated. I have noticed some strange behavior, though. {{ping|Mr. Stradivarius}} Is there a reason that the SignpostTagger isn't showing a "manage tags" box for old articles, like [[Wikipedia:Wikipedia Signpost/2005-12-12/Welcome RSS readers]]? I looked through the .js and I didn't see anything that looked like it was excluding articles by year. '''[[User:JPxG|jp]]'''×'''[[User talk:JPxG|g]]''' 22:36, 11 January 2023 (UTC)
:Never mind, it seems to work now, at least intermittently; I think it probably has something to do with the header templates (?) '''[[User:JPxG|jp]]'''×'''[[User talk:JPxG|g]]''' 22:50, 11 January 2023 (UTC)
== Author and pageview in returnable form ===
{{ping|Mr. Stradivarius}} I have a working modification for the module, currently located at [[Module:Sandbox/JPxG]], which is capable of using the author/pageview metadata in list/table generation. I don't want to just slap it into the main module without any notice, so I am letting you know here. This version (which you can see the test cases for at the [[Module:Sandbox/JPxG/doc|doc page]]) allows for returning the author, as well as viewsSeven, viewsFifteen [...] up to viewsOneEighty. Below I'll embed a use case, which is a table of the view counts for yesterday's issue:
{{User:JPxG/sandboxbollocks}}
{{User talk:JPxG/sandbox99
| rowformat = {{Wikipedia:Wikipedia Signpost/Templates/Article list maker/Pageviews|date=${date}|subpage=${subpage}|title=${title}|viewsseven=${viewsSeven}}}
| sortdir = descending
| startdate = 2023-01-15
| enddate = 2023-12-01
}}
|}
Anyway, I don't see this conflicting with any other use of the module, and it hasn't broken in the period of me testing it, so I will add these changes to the main module, unless you have an objection or want to do it better (I don't think this is the best-written code, as I am not a "Lua guy"). '''[[User:JPxG|jp]]'''×'''[[User talk:JPxG|g]]''' 05:05, 17 January 2023 (UTC)
|