519
edits
Tag: Undo |
m (Update?) |
||
Line 42: | Line 42: | ||
icon:addClass( 'template-prevnext__icon' ) | icon:addClass( 'template-prevnext__icon' ) | ||
:wikitext( | :wikitext( mw.ustring.format( '[[File:WikimediaUI-%s-ltr.svg|14px|link=]]', arrow ) ) | ||
:done() | :done() | ||
Line 69: | Line 69: | ||
inner:tag( 'div' ) | inner:tag( 'div' ) | ||
:addClass( 'template-prevnext__linkoverlay' ) | :addClass( 'template-prevnext__linkoverlay' ) | ||
:wikitext( | :wikitext( mw.ustring.format( '[[%s]]', self.frameArgs[ dir ] ) ) | ||
:allDone() | :allDone() | ||