Difference between revisions of "Main Page"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
<script> | <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> | </script> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 14:59, 6 April 2020