টেমপ্লেট:Trim/নথি
অবয়ব
এটি টেমপ্লেট:Trim-এর জন্য একটি নথির উপপাতা। এখানে ব্যবহার সংক্রান্ত তথ্য, বিষয়শ্রেণী এবং অন্যান্য সামগ্রী রয়েছে যা মূল টেমপ্লেট পাতার অংশ নয়। |
This template is for trimming whitespace from strings. For the maintenance tag for images, see trimming |
This template trims whitespace from a string. The string should be passed as the first unnamed parameter. You may substitute this template - that is, if used as {{subst:trim}}, the resulting wikicode is "clean".
Usage
[সম্পাদনা]{{trim|text}} = text with any leading or trailing whitespace removed.
Example
[সম্পাদনা]{{trim| abc}}
produces abc.
Template data
[সম্পাদনা]The template trims whitespace from a string.
প্যারামিটার | বিবরণ | ধরন | অবস্থা | |
---|---|---|---|---|
String | 1 | The string to be trimmed of whitespace | স্ট্রিং | প্রয়োজনীয় |
See also
[সম্পাদনা]- {{StripWhitespace}} which does nearly the exact same thing, but which should not be substituted.