×
Create a new article
Write your page title here:
We currently have 1,393 articles on World Trigger Wiki. Type your article name above or create one of the articles listed here!



    World Trigger Wiki

    Documentation for this module may be created at Module:Position List/doc

    ---@type Util
    local util = require("Module:Util")
    
    local data = require("Module:Position List/data")
    
    local module = {
        data = data
    }
    
    
    ---@param frame frame
    function module.GetPosition(frame)
        local args, pargs = util.get_args_and_pargs(frame)
        local name = args[1] or pargs[2] or ""
        for k, v in pairs(data) do
            if k == name then
                return v
            end
        end
        return name
    end
    
    return module
    
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.

    Recent changes

  • Tragedys End Editor • 1 day ago
  • Desk gun • 1 day ago
  • Desk gun • 1 day ago
  • Desk gun • 1 day ago
  • Welcome to WorldTriggerWiki.com!

    We have completed moving the wiki here from FANDOM. This is the wiki that will be maintained and updated in the future (more information). Enjoy your stay!


    If you would like to get involved, or if you have questions or feedback, check out the Community Portal.

    Cookies help us deliver our services. By using our services, you agree to our use of cookies.