Changes

Jump to: navigation, search

Module:Util

316 bytes removed, 5 years ago
m
Remove instatiating StringBuffer and InfoWrapper.
function U.getImgName( ... )
return require( 'Module:Card image name' ).main( ... );
end
 
-- @name newInfoObject
-- @description
-- @see [[Module:Info class]]
function U.newInfoObject( title )
return require( 'Module:Info class' ).new( title );
end
 
-- @name newStringBuffer
-- @description
-- @see [[Module:StringBuffer]]
function U.newStringBuffer()
return require( 'Module:StringBuffer' ).new();
end
Bureaucrats, System administrator, Administrators
57,478
edits

Navigation menu