Template:First-of/doc
From Angelina Jordan Wiki
This is a subpage documenting Template:First-of. To change the template, edit that page; to change the template's documentation (seen below), edit this one.
Documentation
…
This template is used on a great many pages. Making any changes to it will cause lots of jobs to be added to the processing queue.
Usage
{{first-of|list|of|params}}
Examples
{{first-of}}⇒{{first-of|A|B|C|D|E|F}}⇒ A{{first-of|A|B|C|D|E}}⇒ A{{first-of|A|B|C|D|}}⇒ A{{first-of|A|B|C||E}}⇒ A{{first-of|A|B|C||}}⇒ A{{first-of|A|B||D|E}}⇒ A{{first-of|A|B||D|}}⇒ A{{first-of|A|B|||E}}⇒ A{{first-of|A|B|||}}⇒ A{{first-of|A||C|D|E}}⇒ A{{first-of|A||C|D|}}⇒ A{{first-of|A||C||E}}⇒ A{{first-of|A||C||}}⇒ A{{first-of|A|||D|E}}⇒ A{{first-of|A|||D|}}⇒ A{{first-of|A||||E}}⇒ A{{first-of|A||||}}⇒ A{{first-of||B|C|D|E}}⇒ B{{first-of||B|C|D|}}⇒ B{{first-of||B|C||E}}⇒ B{{first-of||B|C||}}⇒ B{{first-of||B||D|E}}⇒ B{{first-of||B||D|}}⇒ B{{first-of||B|||E}}⇒ B{{first-of||B|||}}⇒ B{{first-of|||C|D|E}}⇒ C{{first-of|||C|D|}}⇒ C{{first-of|||C||E}}⇒ C{{first-of|||C||}}⇒ C{{first-of||||D|E}}⇒ D{{first-of||||D|}}⇒ D{{first-of|||||E}}⇒ E{{first-of|||||}}⇒{{first-of||||||F}}⇒
Note how the final example doesn't work like the others, because this template only checks for the first 5 positional parameters.
See also
{{last-of}}