Module:Chat options: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
 
Line 70: Line 70:
local c_options_container = mw.html.create('span')
local c_options_container = mw.html.create('span')
:addClass('chat-options')
:addClass('chat-options')
:wikitext('(<i title="Chat options">[[File:Talk small icon.png|15px|alt=Talk to|link=]]</i> ')
:wikitext('(<i title="Chat options">[[File:Talk small icon.png|17px|alt=Talk to|link=]]</i> ')
:wikitext(table.concat(c_options_arr, '&bull;')) -- Concat chat option numbers with hovers
:wikitext(table.concat(c_options_arr, '&bull;')) -- Concat chat option numbers with hovers
:wikitext(')')
:wikitext(')')