undo stuffs
starcitizen>DuskFyre Немає опису редагування |
starcitizen>Astrid (undo stuffs) |
||
| Рядок 164: | Рядок 164: | ||
end | end | ||
local lc = id:lower() | local lc = id:lower() | ||
local text = keyText[lc] or keyText[keyAlias[lc]] | local text = keyText[lc] or keyText[keyAlias[lc]] or id | ||
result:add(kbdPrefix .. text .. kbdSuffix) | |||
result:add(kbdPrefix .. | |||
end | end | ||
return mw.getCurrentFrame():extensionTag{ | return mw.getCurrentFrame():extensionTag{ | ||