All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Woozle Writes Code. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:03, 4 June 2023 Woozle talk contribs created page Template:PathToNSpace (Created page with "<phptag> $sPath = '{{{1}}}'; $arPath = explode('/',$sPath); // I honestly don't know if this will work. $out = NULL; foreach($arPath as $sSeg) { if (!is_null($out)) { $out .= '\\'; } $out .= $sSeg; } echo $out; </phptag>")