Current recent deaths layout is based on a Listeria search. It would be interesting to explore an option with an image grid for the last 6. Currently, limiting it to exactly 6 is not possible.
Description
Description
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Resolved | Theklan | T363142 Create a grid Main Page for euwiki that anyone can copy | |||
| Resolved | Theklan | T363899 Explore a recent deaths layout with images |
Event Timeline
Comment Actions
SELECT ?item ?dod
{
?item wdt:P570 ?dod
FILTER ( ?dod > (now()-"P20D"^^xsd:duration) && ?dod < now() )
?item wdt:P31 wd:Q5 .
?item ^schema:about ?article .
?article schema:isPartOf <https://eu.wikipedia.org/>;
}
ORDER BY DESC(?dod) ?item
LIMIT 6Seems to get the last 6 deaths for Basque Wikipedia.
Comment Actions
This seems done: https://eu.wikipedia.org/wiki/Azala/Grid/Hilberriak
Some tweaks may be needed in the future.