Jump to content

Module:User:SD0001/Code page header: Revision history


For any version listed below, click on its date to view it. For more help, see Help:Page history and Help:Edit summary. (cur) = difference from current version, (prev) = difference from preceding version, m = minor edit, → = section edit, ← = automatic edit summary

28 January 2024

20 January 2024

  • curprev 14:3514:35, 20 January 2024 SD0001 talk contribs 1,398 bytes +52 wip undo
  • curprev 08:2408:24, 20 January 2024 SD0001 talk contribs 1,346 bytes +1,346 Created page with 'local gadgets = require('Module:User:SD0001/Gadgets') local function arr_contains(array, val) for _, value in ipairs(array) do if value == val then return true end end return false end local p = {} p.header = function(frame) return p.headerForTitle(mw.title.getCurrentTitle()) end p.headerForTitle = function(title) local model = title.contentModel if model ~= 'javascript' and model ~= 'css' and model ~= 'json' t...'