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).
- 19:34, 2024 April 25 Ttenbergen talk contribs created page Module:InfoboxTool (Created page with " local p = {} -- this is a comment -- more comments --a multi line comment function p.toolInfobox( frame ) --if frame.args[1] == nil return p.testParameters(frame.args[1]) end function p.testParameters( myParameter ) return "<table class=\"infobox\"> <tr class=\"infobox-header\"> <th colspan=\"2\">Tools</th> </tr> </table>" end return p")