Module:Navbox: Difference between revisions

Content deleted Content added
add hlist support, move related strings to cfg, add support for finding classes in any class parameter
m 1 revision imported
 
(2 intermediate revisions by 2 users not shown)
Line 141:
:tag('div')
-- id for aria-labelledby attribute, if no title
:attr('id', (not args[cfg.arg.title]) and nil or mw.uri.anchorEncode(args[cfg.arg.above]) or nil)
:wikitext(processItem(args[cfg.arg.above], args[cfg.arg.nowrapitems]))
end