Module:Constants/number/maxNavboxPartitionSize: Difference between revisions

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search
(Created page with "return mw.getCurrentFrame():expandTemplate({ title = "Max Navbox Partition Size "})")
 
No edit summary
 
Line 1: Line 1:
return mw.getCurrentFrame():expandTemplate({ title = "Max Navbox Partition Size "})
return tonumber(mw.getCurrentFrame():expandTemplate({ title = "Max Navbox Partition Size "}))

Latest revision as of 16:48, 10 November 2022

This module allows other modules to import the {{Max Navbox Partition Size}} constant.


return tonumber(mw.getCurrentFrame():expandTemplate({ title = "Max Navbox Partition Size "}))