SQL
AخA
select count(*),"Module:Ordinal" as page from templatelinks where tl_title = "Ordinal" and tl_namespace = 828 union
select count(*), "Template:Ordinal" from templatelinks where tl_title = "Ordinal" and tl_namespace = 10 union
select count(*), "Module:Roman" from templatelinks where tl_title = "Roman" and tl_namespace = 828 union
select count(*), "Template:Roman" from templatelinks where tl_title = "Roman" and tl_namespace = 10 union
select count(*), "Module:Table" from templatelinks where tl_title = "Table" and tl_namespace = 828 union
select count(*), "Module:TableTools" from templatelinks where tl_title = "TableTools" and tl_namespace = 828;
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.