Home
last modified time | relevance | path

Searched refs:wikiData (Results 1 – 5 of 5) sorted by relevance

/plugin/geonav/server/
H A Dget_continent.php16 $wikiData = pullInWikiData($path, $namespace, $topic); variable
17 if ($wikiData != '')
18 $html .= $wikiData;
H A Dget_country.php18 $wikiData = pullInWikiData($path, $namespace, $topic); variable
19 if ($wikiData != '')
20 $html .= $wikiData;
H A Dget_county.php24 $wikiData = pullInWikiData($path, $namespace, $topic); variable
25 if ($wikiData != '')
26 $html .= $wikiData;
H A Dget_locality.php30 $wikiData = pullInWikiData($path, $namespace, $topic); variable
31 if ($wikiData != '')
32 $html .= $wikiData;
H A Dget_state.php42 $wikiData = pullInWikiData($path, $namespace, $topic); variable
43 if ($wikiData != '')
44 $html .= $wikiData;