Jump to content

🚨 Get your Google Knowledge Panel
â—‰ Displays your name, photo, and profession in Google Search
Click here to get started now

Main public logs

Combined display of all available logs of Knowlepedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 09:56, 12 July 2025 Knowlepedia talk contribs created page Special:Badtitle/NS828:List (Created page with "local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(listType, args) -- Constructs a data table to be passed to p.renderList. local data = {} -- Classes and TemplateStyles data.classes = {} data.templatestyles = ''...")