Difference between revisions of "Main Page"

From Networks of Care
Jump to navigation Jump to search
(Blanked the page)
Tag: Blanking
Line 1: Line 1:
  
<html>
 
<head>
 
</head>
 
 
<body>
 
 
 
<script>
 
$params = new DerivativeRequest(
 
    $this->getRequest(), // Fallback upon $wgRequest if you can't access context.
 
    array(
 
        'action' => 'query',
 
        'list' => 'allpages',
 
        'apnamespace' => 0,
 
        'aplimit' => 10,
 
        'apprefix' => 'L'
 
    ) 
 
);
 
</script>
 
</body>
 
</html>
 

Revision as of 14:59, 6 April 2020