Malcs (aka MrFrux): Difference between revisions

m
Minor edits in an attempt to reproduce Cloudflare issue
No edit summary
Tag: Reverted
m (Minor edits in an attempt to reproduce Cloudflare issue)
Tag: Manual revert
 
(30 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{V|1.1.2}}
[[File:Malcs.png|thumb|Malcs in his natural habitat.]]
[[File:Malcs.png|thumb|Malcs in his natural habitat.]]
Malcs, also known as MrFrux on Reddit, is the creator and a developer of Melvor Idle, and Founder/Owner of Games by Malcs. He is from and currently living in Australia, specifically Perth. Perhaps we'll learn more about him as time goes on.  
Malcs, also known as MrFrux on Reddit, is the creator and a developer of Melvor Idle, and Founder/Owner of Games by Malcs. He is from and currently living in Australia, specifically Perth. Perhaps we'll learn more about him as time goes on.  
Line 11: Line 9:
{{Menu}}
{{Menu}}


<div id="ios-app-download">
{{MessageBox|
    <!-- This will be populated by JavaScript for eligible users -->
class=ios-app-download
</div>
|img=[[File:App_store.png|119x40px|center|link=https://apps.apple.com/app/melvor-idle-wiki/id6449843296]]
 
|Melvor Idle Wiki App now available
<script type="text/javascript">
|Download now on the [https://apps.apple.com/app/melvor-idle-wiki/id6449843296 Apple App Store]
    // JavaScript code to check if the user is on a mobile device and not using the iOS app
}}
    // If the conditions are met, populate the 'ios-app-download' div with a link to the iOS app.
 
    // Replace 'YOUR_IOS_APP_URL' with the actual URL of your iOS app on the App Store.
    var iOSAppURL = 'YOUR_IOS_APP_URL';


    if (window.navigator.userAgent.match(/iPhone|iPad|iPod/i) && !window.navigator.userAgent.match(/Your iOS App User-Agent String/i)) {
{{MessageBox|
        var downloadLink = '<a href="' + iOSAppURL + '">Download the iOS App</a>';
class=android-app-download
        document.getElementById('ios-app-download').innerHTML = downloadLink;
|img=[[File:Google-play-badge2.png|119x37px|center|link=https://play.google.com/store/apps/details?id=com.gamesbymalcs.melvoridlewiki]]
    }
|Melvor Idle Wiki App now available
</script>
|Click the badge to download on the Play Store
}}