Bureaucrats, editor, Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Administrators
47,327
edits
(Created page with "// Gets and sets items in local storage for the KPH amount // This allows for repeat visits to use the same KPH. // KPH is saved in local storage with the key "{Subpage name}-mmg-kph" // For ex. "Money making guide/Drinking irresponsibly" would go to the key "Drinking irresponsibly-mmg-kph" // If the page is NOT a subpage, we will not save LS. This might be confusing but is preferable to all TL pages using the same LS key. function parseMmgFloat(x) { var _x = parseFloa...") |
No edit summary Tag: Reverted |
||
Line 3:
// KPH is saved in local storage with the key "{Subpage name}-mmg-kph"
// For ex. "Money making guide/Drinking irresponsibly" would go to the key "Drinking irresponsibly-mmg-kph"
// If the page is NOT a subpage, we will not save LS. This might be confusing but is preferable to all TL mw.pages using the same LS key.
function parseMmgFloat(x) {
|