Year of the Dragon: Through May 28th, claim free Expansion Pack (excluding Vecna Unleashed) or a Greater Elixir of Discovery! Speak to Xatheral in the Hall of Heroes.
Known Issue: Xatheral has been temporarily disabled while we investigate a bug with Year of the Dragon gift delivery.DDO Forums edit

Game mechanicsNewbie guideIn developmentDDO StoreSocial Media


ChallengesClassesCollectablesCraftingEnhancementsEpic DestiniesFavorFeats

GlossaryItemsMapsMonstersPlacesQuestsRacesReincarnationSkillsSpells


Please create an account or log in to build a reputation and unlock more editing privileges, and then visit DDO wiki's IRC Chat/Discord if you need any help!

Template talk:DDS3CA

From DDO wiki
Jump to navigation Jump to search

I tried inserting <span style="display:none;">{{formatnum:{{{2}}}|R}} </span> into the middle column as a hidden sorter. The wiki seems to sort one digit at a time, hence 5 > 37 > 289 because 5 > 3 > 2... <span style="display:none;">{{#pad:{{formatnum:{{{2}}}|R}}|5|0}} </span> should fix it if that is the problem; however, #pad: doesn't seem to work, so I can't use it to fix this.. Am sending an email to Xevo to try and figure out why. ShoeMaker 04:41, May 11, 2011 (EDT)


UPDATE: I did send Xevo an email.. No reply yet, but it hasn't been very long. In the mean time while I was trying to find a way to do something like {{USERNAME}} or {{USEREDITCOUNT}} I stumbled upon padleft:... <span style="display:none;">{{padleft:{{formatnum:{{{2}}}|R}}|5|0}} </span> does work for making all the numbers five digits with leading 0's... So now sort works properly on those tables.. YAY!! ShoeMaker 06:24, May 11, 2011 (EDT)