Module:TypesLib/config: 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.

3 May 2024

  • curprev 12:2412:24, 3 May 2024Maruhop talk contribs 165 bytes +165 Created page with "local cfg = {} cfg.i18n = {} cfg.i18n.false_values = { '', 'false', 'no', '0', } cfg.i18n.err = { invalid_boolean = 'Invalid boolean value: %s' } return cfg"