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

4 August 2023

  • curprev 02:4902:49, 4 August 2023Admin coral island talk contribs 13,205 bytes +13,205 Created page with "local p = {} local iconData = mw.loadData('Module:Icons/data') local iconConfig = require('Module:Icons/config') --[[ Does both checks as a function rather than writing longform each time and also checks a table value's existence ]] --% Completes a null or empty check on a variable. local function exists(object, child) if object ~= nil and object ~= '' then if child ~= nil then if object[child] ~= nil and object[child] ~= '' then return true else re..."