Jump to content

Module:ChapterLayout: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

22 April 2026

  • curprev 11:3311:33, 22 April 2026 Design talk contribs 1,683 bytes +1,683 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..."