Same here
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
May 5 2026
Apr 27 2026
Hi @Snwachukwu, thank you for looking into it.
If its not too much effort this would be great. When presenting the correct numbers to our stakeholders, we should have accurate numbers over a long time period (longer than one month).
Apr 23 2026
Also, it's weird that it says 60,000 plays also for the last link starting at April 1st. So this can only be right when the data is not older than April 1st
Jan 25 2026
@Ladsgroup Wow, thank you so much for having a look into this!
I can't imagine that it's just a quick fix noone has been able to do for years!
Jan 10 2026
@XanonymusX started a discussion in the German Wikipedia here: https://de.wikipedia.org/wiki/Wikipedia:Technik/Werkstatt#Gadget_zur_Messung_von_Video-/Audioplays
Dec 21 2025
Which conversation are you going to start? Can I do this for German Wikipedia as well?
Hello everyone,
thanks for all of the efforts that already went into this.
Are there any updates on this yet? Do we know when this will be available for the German or English Wikipedia?
Mar 29 2024
In T333095#9665533, @Pisces wrote:In T333095#9665453, @GreenReaper wrote:I had a feeling that might be the case. As noted, some existing Wikibases can't be done without upload. But many of those cases would want to use suite or source.
For the limited case of instance admins wanting specific images hosted elsewhere to be shown in templates and on specific non-Wikibase pages, it is possible to define a background image to a class in MediaWiki:Common.css and MediaWiki:Mobile.css, then use that class on a div:
.brok { background-image: url(https://en.wikifur.com/w/images/e/e7/Confuzzled-brokbadger.jpg); background-position: center; background-size: 206px 414px; background-repeat: no-repeat; content: ""; display: inline-block; width: 206px; height: 414px; opacity: 0.7; vertical-align: middle; }<div class="brok" />
Obviously the image must be available for use on the instance, i.e. not blocked by referer header checks.This of course raise some concerns about security, as I'm a bit paranoid about the CSP here.