قالب:Replace
المظهر
{{{1}}}
| Warning | صفحة القالب متضمنة in MediaWiki:Titleblacklist-custom-archive, و في قرابة ١٬٦١٠٬٠٠٠ صفحة ، أو تقريباً 22106% إجمالاً. يمكن أن تتسبب التغييرات التي تطرأ عليها في تغييرات فورية على ویکيوحدت user interface. لتجنب التخريبات الكبيرة والتحميل على الخادم، يجب اختبار أي تغييرات في القالب في /الملعب أو /المختبر أو صفحات فرعية، أو عبر صفحة المستخدم الفرعية. يمكن إضافة التغييرات المختبرة إلى هذه الصفحة في تعديل واحد. يرجى مناقشة التغييرات في صفحة نقاش قبل تنفيذها. |
| ملف:Lua-Logo.svg | هذا القالب يستعمل لوا: |
Usage
{{replace|string|target|replacement|count=n}}
Returns string with the first n occurrences of target replaced with replacement. Omitting count will replace all occurrences. Space counts as a character if placed in any of the first three parameters.
Examples
{{replace|One two two three two four twotwo five|two|NINE}}→ One NINE NINE three NINE four NINENINE five{{replace|One two two three two four twotwo five|two|NINE|count=2}}→ One NINE NINE three two four twotwo five{{replace|foo_bar|_| }}→ foo bar
Space
{{replace|One-two two-three two-four twotwo-five|-|—}}→ One—two two—three two—four twotwo—five{{replace|One-two two-three two-four twotwo-five|- |—}}→ One-two two-three two-four twotwo-five
See also
- {{str rep}}, which replaces only the first occurrence of a string.