Combined display of all available logs of TwogPedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:19, 29 August 2022 Couchor talk contribs created page Module:Infobox/Widget/Subheader (Created page with "local Subheader = {} function Subheader.make(title) local title = mw.html.create('div') :addClass('ib-subheader') :wikitext(title) return mw.html.create('div'):node(title) end return Subheader")