More actions
Combined display of all available logs of SlabWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 05:39, 15 October 2024 GamingTwist talk contribs created page Module:MapUrls (Created page with "local p = {} -- Define the mapping between the inputs and URLs local map = { ["S4, Overworld"] = "SlabserverS4", ["S3, Overworld"] = "SlabserverS3", ["S4, Nether"] = "SlabserverS4_Nether", ["S3, Nether"] = "SlabserverS3_Nether" -- Add more mappings here as needed } -- Default function to generate the URL based on input parameters function p._main(frame) local server = frame.args.server -- E.g., S4, S3, etc. local world = frame.args.world --...")