Editing Module:Chat options
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
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 |
:wikitext('(<i title="Chat options">[[File:Talk small icon.png|alt=Talk to|link=]]</i> ') |
||
:wikitext(table.concat(c_options_arr, '•')) -- Concat chat option numbers with hovers |
:wikitext(table.concat(c_options_arr, '•')) -- Concat chat option numbers with hovers |
||
:wikitext(')') |
:wikitext(')') |