Template:Factor

From MidsouthMakers - Memphis Area Hackerpace
Revision as of 17:53, 18 January 2010 by Admin (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
[edit] [purge] Template documentation

This template finds if a number is a factor of another number. Use it like this:
{{factor|{{factor|number to factor|divisor|then=then string (optional, default: 1)|else=else string (optional, default: 0)}}
Examples:

  • {{factor|10|5}} gives 1
  • {{factor|20|11}} gives 0
  • {{factor|4|2|then="true"|else="false"}} gives "true"
  • {{factor|4|3|then=WIKIPEDIA|else={{CURRENTYEAR}}}} gives 2024
  • {{factor|20|2|then=EVEN|else=ODD}} gives EVEN