Module:Template link general: Difference between revisions
m
no edit summary
mNo edit summary |
mNo edit summary |
||
Line 110: | Line 110: | ||
local ret = titlePart .. textPart | local ret = titlePart .. textPart | ||
if not dontBrace then ret = nw('{{') .. ret .. nw('}}') end | if not dontBrace then ret = nw('{{') .. ret .. nw('}}') end | ||
if _ne(args.a) then ret = ' | if _ne(args.a) then ret = mw('*') .. ' ' .. ret end | ||
if _ne(args.kbd) then ret = '<kbd>' .. ret .. '</kbd>' end | if _ne(args.kbd) then ret = '<kbd>' .. ret .. '</kbd>' end | ||
if code then | if code then |