Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 1314 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1314 Rev 1315
Line 104... Line 104...
104
                    $texte = $tableau['parse']['wikitext']['*'];
104
                    $texte = $tableau['parse']['wikitext']['*'];
105
                    if (strpos($texte, "Résumé des usages") !== FALSE) {
105
                    if (strpos($texte, "Résumé des usages") !== FALSE) {
106
                        $texte = substr($texte, strpos($texte, "{{Encadr")+63, -2);
106
                        $texte = substr($texte, strpos($texte, "{{Encadr")+63, -2);
107
                        $texte = str_replace("*", "", $texte);
107
                        $texte = str_replace("*", "", $texte);
108
                        $retour['usages'] = array_filter(array_map('trim', explode("\n", $texte)), 'strlen');
108
                        $retour['usages'] = array_filter(array_map('trim', explode("\n", $texte)), 'strlen');
109
                        $retour['url'] = $url;
109
                        $retour['url'] = "https://uses.plantnet-project.org/fr/".$this->parametres['masque'];
110
                    }                    
110
                    }                    
111
                }
111
                }
112
            }
112
            }
113
        }
113
        }
114
        return $retour;
114
        return $retour;