Template:0

From MHWiki

A template for left padding of hidden leading zeros to force numerical sorting in tables.

Usage

  • Using {{0}} will generate <span style="display:none">0</span>
  • Using {{0|foo}} will generate <span style="display:none">0foo</span>

Examples

  • If the largest number is xxx,xxx [, ...]
    • Add {{0}} in front of xx,xxx
    • Add {{0|0}} in front of x,xxx
    • Add {{0|00,}} in front of xxx
  • If the largest number is xx,xxx [, ...]
    • Add {{0}} in front of x,xxx
    • Add {{0|0,}} in front of xxx
    • Add {{0|0,0}} in front of xx
  • If the largest number is x,xxx [, ...]
    • Add {{0|,}} in front of xxx
    • Add {{0|,0}} in front of xx
    • Add {{0|,00}} in front of x