{{Startwith}}是一个元模板。
如果第一个参数以第二个参数为开头则返回真。两个参数使用时均会被修剪去掉多余空格等。
{{Startwith|foo (bar)|foo}}
{{Startwith|foo|bar}}
{{Startwith|(bar)|foo (bar)}}
{{Startwith|foo bar | foo }}
极端例子:
{{Startwith}}
{{Startwith||}}
{{Startwith|| }}
{{Startwith| |}}