Module:Dash: Difference between revisions
Jump to navigation
Jump to search
ArrowHead294 (talk | contribs) No edit summary |
ArrowHead294 (talk | contribs) No edit summary |
||
| Line 2: | Line 2: | ||
function p.dashes(input_str, spaces, separator) | function p.dashes(input_str, spaces, separator) | ||
return tostring(input_str):gsub("%s+", spaces .. separator .. spaces) | |||
end | end | ||
return p | return p | ||
Revision as of 02:42, 12 May 2024
- This module should not be invoked directly; use its corresponding template instead: Template:Dash.
Replaces comma and space in list with dashes and spaces.
| Introspection summary for Module:Dash | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||
No function descriptions were provided. The Lua code may have further information.