Content deleted Content added
Fred Gandt (talk | contribs) first draft to test in the wild |
Fred Gandt (talk | contribs) specific pattern for first case sensitive char |
||
Line 8:
return short_description
end
local case_altered_short_description = mw.ustring.gsub( short_description, '^(
if case == 'lower' then
return mw.ustring.lower( first_char )
Line 40:
local result = '[[' .. name
if display then
result = result .. '|' .. display
end
result = result .. ']]'
|