Module:Template display: Revision history

Jump to navigation Jump 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.

8 July 2025

  • curprev 08:3308:33, 8 July 2025 Administrator talk contribs 1,072 bytes +1,072 Created page with "-- Module:Template display -- A simplified module to display template documentation boxes. -- Based on a common pattern used on Wikipedia. local p = {} function p.main(frame) local args = frame.args local template_name = args.template or 'Template' local description = args.description or '' local parameters = args.parameters or '' local style = args.style or '' local content = args.content or '' local output = '<div class="template-display-..."