手册:$wgMaxSigChars
Appearance
用户账户、身份验证: $wgMaxSigChars | |
---|---|
自定义签名的最大wiki代码长度。 |
|
引进版本: | 1.11.0 (r22960) |
移除版本: | 仍在使用 |
允许的值: | (整数) |
默认值: | 255 |
其他设置: 按首字母排序 | 按功能排序 |
自定义签名的最大wiki代码长度(以字符为单位)。 Preview versions of 1.10.0 prior to phab:rMWc52af0da6d7a used UTF-8 bytes instead of characters.
警告: | This does not consider the length of the substituted templates used in the signature, so although {{subst:<Very long template name>}} will be rejected if the template name has more than $wgMaxSigChars (-10) characters, {{subst:Main page}} will work even if the main page is a lot longer than $wgMaxSigChars (工單T12715). |