Template:NNBSP
This template can be used to display the character entity U+202F NARROW NO-BREAK SPACE (HTML  
)
Usage[change]
Using this template will cause   to display correctly. This web page can be used to see how Unicode space characters display in a browser window.
Examples[change]
Gonzales added that "{{nnbsp}}'interesting times' is quite a euphemism for this chaos".
→ Gonzales added that " 'interesting times' is quite a euphemism for this chaos".
Their wedding cost US${{nnbsp}}2,000,000.
→ Their wedding cost US$ 2,000,000.
Parameter[change]
This template takes one parameter, which is the text to be wrapped by two thin spaces. For example:
- <syntaxhighlight lang="text" class="" style="" inline="1">({{nnbsp|symbol}})</syntaxhighlight> → ( symbol )
- as opposed to:
- <syntaxhighlight lang="text" class="" style="" inline="1">(symbol)</syntaxhighlight> → (symbol)
TemplateData[change]
TemplateData for NNBSP
<templatedata>
{
"params": {
"1": {
"label": "text to wrap in NNBSP-spaces",
"description": "optional word to surround with NNBSP spaces",
"type": "line"
},
"before": {
"label": "optional text before",
"description": "optional word before the NNBSP spaced param 1",
"type": "line"
},
"after": {
"label": "optional text after",
"description": "optional word or text after the NNBSP-spaced text",
"type": "line"
}
},
"description": "Inserts a very thin \"narrow non-breaking space\" (NNBSP) unicode character, if no parameters are provided. If |1=
is, that text is wrapped on each side with NNBSP's.",
"format": "inline"
}
</templatedata>