Modul:Italic title: Unterschied zwischen den Versionen
Replace Module:No globals with require( "strict" )
(Undid revision 1029073259 by Gonnym (talk) undo for now, as this breaks Template:Italic title transclusions that 1) have a dab, 2) use the "string" argument, and 3) don't use the "all" argument) |
(Replace Module:No globals with require( "strict" )) |
||
Zeile 1: | Zeile 1: | ||
-- This module implements {{italic title}}. | -- This module implements {{italic title}}. | ||
require(' | require('strict') | ||
local libraryUtil = require('libraryUtil') | local libraryUtil = require('libraryUtil') | ||
local checkType = libraryUtil.checkType | local checkType = libraryUtil.checkType |