Template:Factor/doc

From MidsouthMakers - Memphis Area Hackerpace
Jump to navigation Jump to search


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