Template:replace/documentation
Jump to navigation
Jump to search
This template performs string replacement. It is a wrapper for function replace
from Module:string.
Parameters
[edit]|1=
(required)- The string to search
|2=
(required)- The string or pattern to find within source
|3=
(required)- The replacement text
|count=
,|4=
(optional)- The number of occurrences to replace, defaults to all.
|plain=
,|5=
(optional)- Boolean flag indicating that pattern should be understood as plain text (if true) and not as a Lua style regular expression, defaults to true