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
  • 17:24, 30 August 2022 Couchor talk contribs created page Module:Infobox/Widget/Row (Created page with "local Row = {} function Row.make(rowName, value, checkIfExists) mw.log('VALUE TYPEEE') mw.log(type(value)) local container = mw.html.create('div') :addClass('ib-row') local name = mw.html.create('div') :addClass('ib-rowName') :wikitext(rowName .. ': ') local valueNode = mw.html.create('div') if checkIfExists then local pageExists = frame:callParserFunction('#ifexist', value, 'yes', 'no' ) if ( pageExists == 'yes' ) then valueNode:wikitext('[[' .....")