Module:BookChapterInfo: Revision history

From Little Tail Wiki
Jump to navigationJump to search

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.

2 March 2025

  • curprev 21:2821:28, 2 March 2025 Zoltier talk contribs 1,283 bytes −3 No edit summary
  • curprev 21:2421:24, 2 March 2025 Zoltier talk contribs 1,286 bytes +1,286 Created page with "local capiunto = require 'capiunto' local p = {} function p.main(frame) local args = frame:getParent().args -- Set header style, defaulting to 'background-color:grey' if not provided local headerStyle = args.headerstyle and args.headerstyle ~= '' and string.format('background-color:%s;', args.headerstyle) or 'background-color:grey;' -- Create the infobox local retval = capiunto.create({ title = args.title, headerStyle = hea..."