Module:ArgTracker: Difference between revisions
Created page with "local p = {} function p.main( f ) local args = f local frame = mw.getCurrentFrame() if f == frame then args = {} local parentArgs = frame:getParent().args local selfArgs = frame.args for k, v in pairs( parentArgs ) do args[ k ] = v end for k, v in pairs( selfArgs ) do if not args[ k ] then args[ k ] = v end end end local category = string.format( 'Category:%s', args[ '_cat' ] or '%s' ) local categories = {} for k, _ in pairs( args..." |
m 1 revision imported: Last attempt to fix AnimateSprite module |
||
(No difference)
|