模板:Trim/doc

来自About High Performance
Sxzhang讨论 | 贡献2023年11月7日 (二) 16:50的版本 (导入1个版本)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索

Lua错误:无法创建进程:proc_open(/dev/null): failed to open stream: Operation not permitted Lua错误:无法创建进程:proc_open(/dev/null): failed to open stream: Operation not permitted Lua错误:无法创建进程:proc_open(/dev/null): failed to open stream: Operation not permitted

This template trims leading and trailing (but not interior) whitespace from a string. The string should be passed as the first unnamed parameter. The parameter must be named |1= if its value contains a = character.

You may substitute this template - that is, if used as Lua错误:无法创建进程:proc_open(/dev/null): failed to open stream: Operation not permitted, the resulting wikicode is "clean".

Usage

Lua错误:无法创建进程:proc_open(/dev/null): failed to open stream: Operation not permitted = text with any leading or trailing whitespace removed.

Examples

  • "Lua错误:无法创建进程:proc_open(/dev/null): failed to open stream: Operation not permitted" produces "abc"
  • "Lua错误:无法创建进程:proc_open(/dev/null): failed to open stream: Operation not permitted" produces "xyz"
  • "Lua错误:无法创建进程:proc_open(/dev/null): failed to open stream: Operation not permitted" produces "abc xyz"

Template data

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. Click here to see a monthly parameter usage report for this template in articles based on this TemplateData.

TemplateData for Trim

Lua错误:无法创建进程:proc_open(/dev/null): failed to open stream: Operation not permitted

<templatedata> {

       "description": "The template trims whitespace from a string.",
       "params": {
               "1": {
                       "label": "String",
                       "description": "The string to be trimmed of whitespace",
                       "type": "string",
                       "required": true
               }
       }

} </templatedata>

See also


Lua错误:无法创建进程:proc_open(/dev/null): failed to open stream: Operation not permitted