Module:Transcluder: Revision history

From W.K.pedia

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.

25 June 2023

  • curprev 01:1101:11, 25 June 2023Simon talk contribs 29,858 bytes +29,858 Created page with "-- Module:Transcluder is a general-purpose transclusion engine -- Central version and documentation at https://en.wikipedia.org/wiki/Module:Transcluder -- By User:Sophivorus, User:Certes & others -- Version 1.4.1 -- License CC-BY-SA-3.0 local p = {} -- Helper function to test for truthy and falsy values -- @todo Somehow internationalize it local function truthy(value) if not value or value == '' or value == 0 or value == '0' or value == 'false' or value == 'no' or val..."