Jump to content

Main public logs

Combined display of all available logs of VeraciaWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:04, 31 March 2025 DM talk contribs created page Module:BannerHeader (Created page with "local p = {} function p.loadBanner(frame) local title = mw.uri.encode(mw.title.getCurrentTitle().text, "WIKI") -- Load ResourceLoader module first mw.getCurrentFrame():extensionTag('templatestyles', '', {src='ext.bannerHeader'}) -- Inject dynamic CSS for background-image local css = '.vector-page-titlebar { background-image: url("/wiki/Special:FilePath/Article_Banner_' .. title .. '.png"); }' return frame:extensionTag('style', css) end return p")