Main public logs
Appearance
Combined display of all available logs of wikibase. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:33, 22 April 2026 Design talk contribs created page Module:ChapterLayout (Created page with "local p = {} local mw = mw function p.render(frame) local parent_args = frame:getParent().args local content = parent_args[1] or "" local item = parent_args.item -- Retrieve Wikibase data if item is provided local entity = nil if item and item ~= "" then entity = mw.wikibase.getEntity(item) end -- 1. ChapterNav local nav_args = {item = item or ""} if entity then -- Pass any relevant data to ChapterNav...")