Module:Box: Difference between revisions

Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
52 bytes removed ,  June 20, 2020
doesn't like a tags I guess
(refactor with O-O)
(doesn't like a tags I guess)
Line 135: Line 135:
             title:tag( 'span' )
             title:tag( 'span' )
                 :addClass( 'edit plainlinks' )
                 :addClass( 'edit plainlinks' )
                 :tag( 'a' )
                 :wikitext( '[' .. tostring( mw.uri.fullUrl( args.edit, { action = 'edit' } ) ) .. ' [edit{{)!}}]' )
                    :attr( 'href', tostring( mw.uri.fullUrl( args.edit, { action = 'edit' } ) ) )
                    :wikitext( '[edit]' )
         end
         end


Navigation menu