Bản mẫu:Encodefirst
{{{1}}}
Bản mẫu này được sử dụng ở rất nhiều trang, vì thế những thay đổi đến nó sẽ hiện ra rõ ràng. Vui lòng thử nghiệm các thay đổi ở trang con /sandbox, /testcases của bản mẫu, hoặc ở không gian người dùng của bạn. Cân nhắc thảo luận các thay đổi tại trang thảo luận trước khi áp dụng sửa đổi. |
This template replaces the first character of the argument with its HTML entity if it is one of four wiki markup characters :
;
*
#
. This can sometimes fix the issue at Help:Template#Problems and workarounds where a character may be processed as though it were at the beginning of a line.
Usage
[sửa mã nguồn]{{Encodefirst|<string>}}
Examples
[sửa mã nguồn]The output looks like the input whether a character is replaced or not.
{{Encodefirst|*Lisp}}
produces: *Lisp
But the output will behave differently from the input in some situations where it is processed. For example, {{la}} fails as of August 2017 if its argument starts with *
.
{{la|*Lisp}}
causes the asterisk to be processed as list markup and produces broken display.
{{la|{{Encodefirst|*Lisp}}}}
works correctly:
*Lisp (sửa | thảo luận | lịch sử | khóa | xóa | liên kết | theo dõi | nhật trình | số lần xem)