Template:Numero: Difference between revisions
Template page
More actions
Created page with "{{#switch:{{{abbr|}}} |yes|on|abbr = {{Abbr|No{{#if: {{{plural|}}}|s|}}.|Number{{#if: {{{plural|}}}|s|}}}} |#default = No{{#if: {{{plural|}}}|s|}}. }} {{{1|}}}<!-- --><noinclude> {{documentation}}<!-- --></noinclude>" |
(No difference)
|
Latest revision as of 23:16, 22 February 2025
No.
Rationale
This places the non-breaking narrow space character  
after "No." or "Nos.", as a regular non-breaking space can be inelegantly wide when Wikipedia text is set to be justified per user settings.
Usage
- {{Numero}} → No.
- {{Numero|11}} → No. 11
- {{Numero|11|abbr=on}} → No. 11
- {{Numero|11|abbr=yes}} → No. 11
- {{Numero|11|abbr=abbr}} → No. 11
- {{Numero|11 and 12|plural=on}} → Nos. 11 and 12
- {{Numero|11 and 12|plural=on|abbr=on}} → Nos. 11 and 12