All public logs

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).

Logs
  • 09:35, 6 October 2022 Couchor talk contribs created page Module:NewsItem (Created page with "local getArgs = require('Module:Arguments').getArgs local Flags = require('Module:Flags') local NewsItem = {} function NewsItem.main(frame) local args = getArgs(frame) mw.log('ARTICLEEE') mw.logObject(args) local container = mw.html.create('span'):addClass('newsItem') -- local date, title, url, source, author, lang, translated, event, note if args.date then local date = mw.html.create('span'):addClass('news-date'):wikitext(args.date) container:node(date)...")