Module:Hatnote: Difference between revisions
Jump to navigation
Jump to search
Fix for fragile conditional
(Created page with "-------------------------------------------------------------------------------- -- Module:Hatnote -- -- -- -- This module produces hatnote links and links to related articles. It -- -- implements the {{hatnote}} and {{format link}} meta-templates and includes -- -- helper functions for other Lua hatnote modules....") |
en>Nihiltres (Fix for fragile conditional) |
||
Line 144: | Line 144: | ||
:addClass('navigation-not-searchable') | :addClass('navigation-not-searchable') | ||
:addClass(extraclasses) | :addClass(extraclasses) | ||
:addClass(options.selfref and 'selfref') | :addClass(options.selfref and 'selfref' or nil) | ||
:wikitext(s) | :wikitext(s) | ||