Searched refs:wikiID (Results 1 – 2 of 2) sorted by relevance
489 var wikiID = this.getProperty("wikiID");490 if (wikiID == null || wikiID.length == 0) {491 wikiID = this.getText(); // use the title as the backup wiki id494 if (wikiID == null || wikiID.length == 0) {500 wikiID = wikiID.replace(/\s/g, "_");501 var url = this._wikiURL + this._wikiSection.replace(/\s/g, "_") + "/" + wikiID;
89 public function getFilenameForID($id, $wikiID=false){ argument98 if($wikiID) return $this->pathToWikiID($path);