Wikibooks:Elenchi generati offline/Redirect orfani: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Gian BOT (discussione | contributi)
m Bot: aggiunge l'avviso che la pagina è obsoleta
Nessun oggetto della modifica
Etichetta: Editor wikitesto 2017
 
Riga 4:
|condizione = che sono [[Aiuto:Redirect|redirect]] orfani.
|query =
<sourcesyntaxhighlight lang="sql">
SELECT CONCAT("# [{{subst:fullurl:{{subst:#if:{{subst:ns:", page_namespace, "}}|{{subst:ns:", page_namespace, "}}:}}", page_title, "|redirect=no}} {{subst:#if:{{subst:ns:", page_namespace, "}}|{{subst:ns:", page_namespace, "}}:}}", page_title, "] ([{{subst:fullurl:{{subst:#if:{{subst:ns:", page_namespace, "}}|{{subst:ns:", page_namespace, "}}:}}", page_title, "|action=delete}} del])")
FROM page
Riga 14:
)
ORDER BY page_namespace, page_title;
</syntaxhighlight>
</source>
|elenco=
# [//it.wikibooks.org/w/index.php?title=%25s&redirect=no %s] ([//it.wikibooks.org/w/index.php?title=%25s&action=delete del])