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

9 August 2023

  • curprev 16:1716:17, 9 August 2023Admin coral island talk contribs 2,399 bytes −2,646 No edit summary
  • curprev 16:1416:14, 9 August 2023Admin coral island talk contribs 5,045 bytes +5,045 Created page with "-- <nowiki> local p = {} local langlist = require('Dev:Fallbacklist') function p.fblist(lang) -- list the full fallback chain from a language to en local fbtable = p.fallbackloop{ lang:lower() } table.insert(fbtable, 'default') table.insert(fbtable, 'en') return fbtable end function _inArray(x, t) for i, v in ipairs(t) do if v == x then return i end end return -1 end function p.fallbackloop(fbtable) --list of fallback languages in string format (more conven..."