select concat ('*[[',page_title,']]') from page
where page_namespace = 0
and... |
3 years ago |
use fawiki_p;
select concat ('*[[',page_title,']]') from page
where... |
4 years ago |
use fawiki_p;
select concat ('[[',page_title,']]') from page
where... |
4 years ago |
use fawiki_p;
select concat ('[[',page_title,']]') from page
where... |
4 years ago |
select concat ('[[',page_title,']]') from page
where page_namespace = 1
and ... |
4 years ago |
select concat ('*[[Template:',page_title,']]') from page
where... |
4 years ago |