Module:Documentation: Difference between revisions

Use Special pages for edit, history, purge; update to look more like the template on enwiki with the brackets around each link
m local
Line 177: Line 177:
-- Generates the [view][edit][history][refresh] or [create][refresh] links
-- Generates the [view][edit][history][refresh] or [create][refresh] links
links = mw.html.create( 'span' )
local links = mw.html.create( 'span' )
:attr( 'id', 'documentation-header-tools' )
:attr( 'id', 'documentation-header-tools' )
:css( 'float', 'right' )
:css( 'float', 'right' )