![]() | Template:Article history is permanently protected from editing because it is a heavily used or highly visible template. Substantial changes should first be proposed and discussed here on this page. If the proposal is uncontroversial or has been discussed and is supported by consensus, editors may use {{edit template-protected}} to notify an administrator or template editor to make the requested edit. Usually, any contributor may edit the template's documentation to add usage notes or categories.
Any contributor may edit the template's sandbox. Functionality of the template can be checked using test cases. |
This is the talk page for discussing improvements to the Article history template. |
|
Archives: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11Auto-archiving period: 12 months ![]() |
|
![]() | 2 pages have article history formatting errors. |
In this edit @Bdushaw deleted the article history, saying in the edit summary that the article was completely different now. I agree but I wonder if there might be reasons for maintaining the info nevertheless? Johnjbarton (talk) 02:53, 27 September 2024 (UTC)
Similar to my request here, I request an extra parameter be added that includes a link to the specific nomination discussion for the article. Something like:
A news item involving {event} was featured on Wikipedia's Main Page in the In the news section on 14 October 2024. The nomination can be seen here
Or
A news item involving {event} was nominated and featured on Wikipedia's Main Page in the In the news section on 14 October 2024.
— Knightoftheswords 16:11, 16 October 2024 (UTC)
![]() | This edit request to Module:Article history/config has been answered. Set the |answered= parameter to no to reactivate your request. |
Around line 441, it should be changed to something along the following to reflect the FPO process is deprecated:
Update: see below
|
---|
text = "The '''$2 Portal''' was '''[[Wikipedia:Featured portal candidates/Portal:$2|identified]]''' " ..
"as a [[Wikipedia:Featured portals|featured portal]] " ..
'before the [[Wikipedia:Village pump (proposals)/Archive 138#RfC about marking the Featured portals process as "historical"|discontinuation of the Featured Portal system in 2017]].' ..
"It was considered one of the best portals on [[Wikipedia]]. " ..
"If you see a way this portal can be updated or improved without " ..
"compromising previous work, please feel free to contribute.",
|
Bonus points for replacing the icon and hover text as well, though I haven't looked into a suitable replacement image (maybe there's something like the featured star, but greyed out). Retro (talk | contribs) 20:54, 20 November 2024 (UTC)
Updated version: Module:Article history/config/sandbox.
More phrasing revisions (from incorporating feedback above, brevity, and consistency) and updated the image. Looks good in the testcase I created. Retro (talk | contribs) 02:38, 22 November 2024 (UTC)
Talk:Christopher Mellon was a product of "Articles for creation" and that is mentioned on the talk page. I don't think it is currently possible to include that information in the template. Would it be possible to get that added? I think it might be relevant on other articles as well. GeogSage (⚔Chat?⚔) 05:19, 14 May 2025 (UTC)
{{WikiProject Articles for creation}}
? There is at least one script that adds that automatically. --Redrose64 🌹 (talk) 07:39, 14 May 2025 (UTC)
Overall, it would be nice to see most of the random banners from the top of talk pages merged into the article history, since they tend to clutter talk pages and leaving them indefinitely at the top at some point becomes more distracting than helpful. {{Top 25 report}} is the one that I just encountered, and I can't think off-hand of any more that aren't yet included here, but I'm sure there are some others as well. –jacobolus (t) 21:57, 21 June 2025 (UTC)
Another that I proposed at some point in the past but didn't get much discussion about was adding rows for article splits, merges, page moves, etc., which sometimes otherwise sit in their own banners indefinitely. It would be nice if we could also include these in the article history list, as they help tell the story of the article's development, and one row in a list is a lot less distracting and obtrusive than a separate banner. –jacobolus (t) 22:01, 21 June 2025 (UTC)
I just fixed a GA date in article_history that did not include the year. To my surprise it rendered as 2025 before I fixed it. I think this is a bug -- I don't know what it should do, but rendering as the current year is definitely not the right answer. Mike Christie (talk - contribs - library) 01:44, 23 June 2025 (UTC)
{{#time: H:i, j F Y (e)|2 March}}
→ 00:00, 2 March 2025 (UTC). --Redrose64 🌹 (talk) 07:53, 23 June 2025 (UTC)
You can probably just insert around Module:Article history#L-542 some basic "does this have a 4 digit number" in the input, which is a fairly easy check (string.find(str, "2%d%d%d")
).
. This seems worth adding. I'm not familiar with Lua but can try in the sandbox if nobody more expert wants to implement this. Would this make instances of this warning findable, though? That is, would I be able to do a search to find talk pages that had this warning? That would be ideal, so they could be fixed. Mike Christie (talk - contribs - library) 10:08, 23 June 2025 (UTC)