Module:ImperialDocBuilder: 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.

20 April 2025

  • curprev 01:4601:46, 20 April 2025 Ryan talk contribs 5,372 bytes +5,372 Created page with "local p = {} local function field(label, value) return '|-\n! ' .. label .. ' || ' .. (value or 'N/A') end -- PROTOCOL TEMPLATE function p.renderProtocol(frame) local args = frame:getParent().args local output = {} table.insert(output, '{| class="wikitable" style="width:100%; background:#f8f9fa;"') table.insert(output, '|+ style="font-size:130%; font-weight:bold;" | ' .. (args.subject or 'Protocol Document')) table.insert(output, field('Document ID', args.id))..."