Template:Is vowel

From Campaigns
Revision as of 11:12, 26 July 2025 by Lithl (talk | contribs) (Created page with "<includeonly>{{#ifeq: {{uc:{{padright:|1|{{{1}}}}}}}|A|{{{2}}}| {{#ifeq: {{uc:{{padright:|1|{{{1}}}}}}}|E|{{{2}}}| {{#ifeq: {{uc:{{padright:|1|{{{1}}}}}}}|I|{{{2}}}| {{#ifeq:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Creates a switch based on whether the input text starts with a vowel (A, E, I, O, or U, case-insensitive) or not.

Parameters
Index Description
1 The text to test
2 The text to output if 1 starts with a vowel
3 The text to output if 1 does not start with a vowel