SQL
x
select count(*) as count, "Template:Family tree" as page from templatelinks where tl_title = "Family_tree" and tl_namespace = 10 union
select count(*), "Module:Ordinal" from templatelinks where tl_title = "Ordinal" and tl_namespace = 828 union
select count(*), "Module:Calendar" from templatelinks where tl_title = "Calendar" and tl_namespace = 828 union
select count(*), "Template:Ordinal" from templatelinks where tl_title = "Ordinal" and tl_namespace = 10 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:Roman" from templatelinks where tl_title = "Roman" 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.