Wikipedia:Elenchi generati offline/Intestazioni errate
Pagine in cui la gerarchia delle intestazioni non inizia con == o con "salti" nella gerarchia. (Possono esserci singole segnalazione false, p.es. se i "=" sono all'interno di un commento o <pre>.)
Dump del 12 settembre --lucha ☮ & ♥ 01:17, Set 18, 2005 (CEST)
select concat("#[[",cur_title, "]]")
from cur
where cur_namespace=0
and cur_text regexp "(^|\n)=[^=]";
select concat("#[[",cur_title, "]]")
from cur
where cur_namespace=0
and cur_text regexp "(^|\n)={3,}"
and cur_text not regexp "(^|\n)==[^=]";
select concat("#[[",cur_title, "]]")
from cur
where cur_namespace=0
and cur_text regexp "(^|\n)==[^=]"
and ((cur_text regexp "(^|\n)={4,}"
and cur_text not regexp "(^|\n)===[^=]")
or (cur_text regexp "(^|\n)={5,}"
and cur_text not regexp "(^|\n)====[^=]")
or (cur_text regexp "(^|\n)={6,}"
and cur_text not regexp "(^|\n)=====[^=]"));
=
Attualmente vuoto
=== o più basso
Attualmente vuoto
"Salti" nella gerarchia
Attualmente vuoto