All public logs

Jump to navigation Jump to search

Combined display of all available logs of Thorium Mod Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:40, 27 July 2022 Westgrass talk contribs created page Percent (Created page with "return { format = function(frame) local str = frame.args[1] local format = frame.args[2] local dec = frame.args[3] str = mw.ustring.gsub(str, '([.%d–-][.%s%d–-]*)%s*%%', function(s) s = mw.text.trim(s, '') s = string.gsub(s, '%.', dec) s = string.gsub(format, '%$percentage%$', s) return s end) return str end, }")
  • 12:39, 27 July 2022 Westgrass talk contribs created page Percent (Created page with "<includeonly><!-- // localization info is autoloaded from Template:Percent/l10n -->{{#if:{{{1|}}}|<!-- -->{{#if:{{#pos:{{{1|}}}|%}}|<!-- -->{{#invoke:percent|format|{{{1|}}}|{{l10n|percent|format}}|{{l10n|percent|dec}}}}<!-- -->|<!-- -->{{l10n|percent|format|$percentage$={{#replace:{{#iferror:{{#expr:({{{1|0}}})*100 round 2}}|{{{1|}}}}}|.|{{l10n|percent|dec}}}}}}<!-- -->}}<!-- -->}}<!-- --></includeonly><noinclude>{{i18n-ready}}{{lua}}{{doc}} {{language info...")