All public logs
From The Seven Sages of Rome
Combined display of all available logs of The Seven Sages of Rome. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:47, 12 March 2025 Noeth talk contribs created page Module:Breadcrumb (Created page with "local p = {} function p.breadcrumb(frame) local args = frame.args local categoryLink = args["CategoryLink"] or "" local categoryName = args["CategoryName"] or "" local pageName = args["PAGENAME"] or "" -- Create the html container local html = mw.html.create('html') -- Create the main container local div = html:tag('div') :attr('aria-label', 'breadcrumb') local ol = div:tag('ol') :addClass('breadcrumb bg...")