Main public logs
Combined display of all available logs of Bulbapedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:05, 21 October 2024 Lakelimbo talk contribs created page Module:Kanban (Created page with "-- (c) 2024 Lakelimbo <[email protected]> -- This code is licensed under Creative Commons BY-NC-SA 2.5 --A module to group and display tasks in little boards ("kanban"). Very basic, and more useful for staff members. local kanban = {} local container = mw.html.create("div") :tag("div") :css({ display = "flex", ["flex-wrap"] = "wrap", gap = "0.5rem", ["max-width"] = "1048px" }) ---Function that generates each b...")