Saltar al contento

Wikipedia:Usator/subpage/list

De Wikipedia, le encyclopedia libere

Copy from Usator:Pathoschild/Sandbox


As requested by 91.9.127.213, this page lists all user subpages on iawiki as of 2016-04-05.

CSS (47)

[modificar fonte]

JavaScript (120)

[modificar fonte]

Wikitext subpages (329)

[modificar fonte]

Wikitext talk pages (20)

[modificar fonte]

SQL query

[modificar fonte]
SELECT
   CASE
      WHEN page_namespace = 3 THEN 'talk'
      ELSE page_content_model
   END,
   CASE page_namespace WHEN 2 THEN 'User' ELSE 'User talk' END,
   page_title
FROM page
WHERE
   page_namespace IN (2,3)
   AND INSTR(page_title, '/') > 0
ORDER BY
   1,
   page_title