Content deleted Content added
→Trailing bold in l= not being removed: Deactivate |
|||
Line 124:
end</syntaxhighlight> [[User:Freelance Intellectual|Freelance Intellectual]] ([[User talk:Freelance Intellectual|talk]]) 09:31, 25 September 2024 (UTC)
:::::{{re|Jonesey95|Remsense}} What do you think? Are you happy with the above suggestion?
{{edit template-protected|Module:Lang-zh|answered=
:::::Also, instead of directly using a Lua string pattern, it might be more readable and maintainable to use an existing function for stripping leading and trailing characters, namely mw.text.trim:<syntaxhighlight> elseif (part == "l") then
local terms = ""
|