Module:Auxiliary functions: Difference between revisions
Appearance
Created page with "-- Carries functions which are used in a lot of modules -- Collecting them here for easier reusability function is_set (var) return not (var == nil or var == ''); end function italics (var) return "<i>" .. var .. "</i>" end" |
m Protected "Module:Auxiliary functions" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
(No difference)
|
Latest revision as of 23:42, 12 March 2025
Documentation for this module may be created at Module:Auxiliary functions/doc