Main public logs

From koreapedia

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

Logs
  • 17:31, 8 October 2025 Wikiuser talk contribs created page Module:Infobox (Created page with "-- Module:Infobox -- Minimal, dependency-free infobox builder that outputs HTML. -- All styling comes from your site CSS classes (e.g., .infobox, .infobox-label). local p = {} local function isNonEmpty(s) if type(s) ~= "string" then return s ~= nil end return mw.text.trim(s) ~= "" end local function cellText(s) if not isNonEmpty(s) then return nil end return mw.text.trim(s) end -- Render an File:... wikitext for the image; callers pass only the filename. local...")