Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

All public logs

More actions

Combined display of all available logs of North Forge. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 18:56, 2024 April 25 Ttenbergen talk contribs created page Module:Test (Created page with "local p = {} -- this is a commen --a multi line comment function p.getAuthor( frame ) --if frame.args[1] == nil return p.testParameters(frame.args[1]) end function p.testParameters( myParameter ) local myOutput if myParameter == nil then myOutput = "it was empty" else myOutput = "parameter was:"..myParameter end return myOutput end return p")