Template:IfEnglishThenSpaces/doc
More actions
This template will auto add space before the words if start with English or Number characters and do the same with after word, Useful when localization to another languages that requires space to separate words from the normal local language.
Usage
{{IfEnglishThenSpaces |1= |ignore= }}
Or use the shorthand
Template parameters
| Parameter | Description | Default | Status | |
|---|---|---|---|---|
1 | Texts | Texts to process. | empty | required |
ignore | Ignore a space | Force hide the space at before or after the words. Value might be start or end | empty | optional |
Additional information
The template is intended to be used in the following namespaces: all namespaces
The template is intended to be used by the following user groups: all users
Placement:
In localized page.
Relies on:
Module:String
Localization
This template is not intended to be localized.
Example
Before use this templates
'''หมายเหตุ:''' ภาพนี้คือภาพทึ่ใช้เทคนิคการซ้อนโฟกัส{{#if:{{{1|}}}|{{{1}}}|}}ซึ่งประกอบไปด้วยภาพ {{#if:{{{2|}}}|{{{2}}}|หลาย}} ภาพที่ซ้อนทับกันโดยใช้{{#if:{{{3|}}}|{{{3}}}|ซอร์ฟแวร์เฉพาะ}} ดังนั้น...
given:
หมายเหตุ: ภาพนี้คือภาพทึ่ใช้เทคนิคการซ้อนโฟกัสซึ่งประกอบไปด้วยภาพ หลาย ภาพที่ซ้อนทับกันโดยใช้ซอร์ฟแวร์เฉพาะ ดังนั้น...
So, This will be look very strange. Because it doesn't need spaces at that position anymore.
After use this template:
'''หมายเหตุ:''' ภาพนี้คือภาพทึ่ใช้เทคนิคการซ้อนโฟกัส{{#if:{{{1|}}}|{{iets|{{{1}}}}}|}}ซึ่งประกอบไปด้วยภาพ{{#if:{{{2|}}}|{{iets|{{{2}}}}}|หลาย}}ภาพที่ซ้อนทับกันโดยใช้{{#if:{{{3|}}}|{{iets|{{{3}}}|ignore=end}}|ซอร์ฟแวร์เฉพาะ}} ดังนั้น...
given: หมายเหตุ: ภาพนี้คือภาพทึ่ใช้เทคนิคการซ้อนโฟกัสซึ่งประกอบไปด้วยภาพหลายภาพที่ซ้อนทับกันโดยใช้ซอร์ฟแวร์เฉพาะ ดังนั้น...
If we add |2=6 and |3=Adobe Photoshop to this template, It will automatically add spaces around number and Latin characters.
'''หมายเหตุ:''' ภาพนี้คือภาพทึ่ใช้เทคนิคการซ้อนโฟกัส{{#if:{{{1|}}}|{{iets|{{{1}}}}}|}}ซึ่งประกอบไปด้วยภาพ{{#if:6|{{iets|6}}|หลาย}}ภาพที่ซ้อนทับกันโดยใช้{{#if:Adobe Photoshop|{{iets|Adobe Photoshop|ignore=end}}|ซอร์ฟแวร์เฉพาะ}} ดังนั้น...
given: หมายเหตุ: ภาพนี้คือภาพทึ่ใช้เทคนิคการซ้อนโฟกัสซึ่งประกอบไปด้วยภาพ 6 ภาพที่ซ้อนทับกันโดยใช้ Adobe Photoshop ดังนั้น...
|ignore=end meaning to not add space after words. Because it is have a space already.