Combined display of all available logs of Silly Cats Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:22, 6 May 2025 Phantom talk contribs created page Module:InfoboxCat (Created page with "local p = {} function p.infobox(frame) local args = frame:getParent().args local infobox = mw.html.create('table') :addClass('infobox') :css('width', '300px') :css('border', '1px solid #aaa') -- Title if args.title then infobox:tag('tr') :tag('th') :attr('colspan', '2') :css('text-align', 'center') :wikitext(args.title) end -- Image if args.image then infobox:tag('tr') :tag('td') :attr('colspan', '2') :css('text-align', 'center')...")