Koha Test Wiki MW Canasta on Koha Portainer

Test major Koha Wiki changes or bug fixes here without fear of breaking the production wiki.

For the current Koha Wiki, visit https://wiki.koha-community.org .

Template:One2a

From Koha Test Wiki MW Canasta on Koha Portainer
Jump to navigation Jump to search
Template documentation[view] [edit] [history] [purge]

This is a wrapper for the one2a function in Module:String2.

The one2a function scans through a string, passed as either the first unnamed parameter or |txt=, and converts each occurrence of 'one ' into either 'a ' or 'an ', then returns the resultant string.

Examples

  • {{one2a |one foot. One mile. One inch.One amp. one foot. one mile. one inch. Alone at last.}} → a foot. A mile. An inch.An amp. a foot. a mile. an inch. Alone at last.
  • {{convert|1|ft|spell=on}} → one foot (zero point three zero metres)
  • {{one2a|{{convert|1|ft|spell=on}}}} → a foot (zero point three zero metres)
  • {{convert|2.54|cm|0|disp=out|spell=on}} → one inch
  • {{one2a|{{convert|2.54|cm|0|disp=out|spell=on}}}} → an inch