|
|
| /** | | /** |
| * Filtr pro označování hesel s <references /> | | * Filtr pro označování hesel s <references /> |
| * | | * |
| * @author [[meta:User:Danny B.]] | | * @author [[meta:User:Danny B.]] |
| */ | | */ |
|
| |
|
|
| |
|
| /** | | /** |
| * Podmínky | | * Podmínky |
| * Needitovat | | * Needitovat |
| */ | | */ |
|
| |
|
| /* pouze hlavní jmenný prostor */ | | /* pouze hlavní jmenný prostor */ |
| article_namespace == 0 | | article_namespace == 0 |
| | |
| | & |
| | |
| | /* obsahovalo <references /> */ |
| | "<references" in old_wikitext |
|
| |
|
| & | | & |
|
| |
|
| /* obsahuje <references /> */ | | /* obsahuje <references /> */ |
| "<references" in new_wikitext | | "<references" in new_wikitext |