Toggle menu
14
236
69
27.5K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 01:59, 24 February 2025 by Prd (talk | contribs) (Created page with "{{Documentation subpage}} {{lua|Module:String2}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> 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 {{para|txt}}, and converts each occurrence of 'one ' into either 'a ' or 'an ', then returns the resultant string. == Examples == * <code...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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=in}} → one foot (0.30 m)
  • {{one2a|{{convert|1|ft|spell=in}}}} → a foot (0.30 m)
  • {{convert|2.54|cm|0|disp=out|spell=on}} → one inch
  • {{one2a|{{convert|2.54|cm|0|disp=out|spell=on}}}} → an inch


Contents