Related article cards are not shown with the Timeless skin, but with Vector and Minerva skins as RelatedArticles disables all skins by default and requires them to provide their own styles consistent with the skin's appearance.
To enable it the config should be updated and some styles should be provided.
Examples:
- https://de.wikivoyage.org/wiki/%C3%84gypten
- https://de.wikivoyage.org/wiki/%C3%84gypten?useskin=timeless
- https://de.wikivoyage.org/wiki/%C3%84gypten?useskin=minerva
Changes
- Add skinStyles styling for the ext.relatedArticles.readMore module in RelatedArticles
- Config change
- Feel free to add to the default whitelist in RelatedArticles extension as a follow up when this is done
$wgRelatedArticlesFooterWhitelistedSkins = [ 'minerva', 'vector', 'timeless' ];