Lines Matching refs:wikitext
43 public $wikitext = ''; variable in helper_plugin_move_handler
224 $this->wikitext .= $match;
228 $this->wikitext .= "[[$newNS:$match]]";
231 $this->wikitext .= "[[$newID|$match]]";
268 $this->wikitext .= $match;
271 $this->wikitext .= $match;
274 $this->wikitext .= $match;
277 $this->wikitext .= $match;
280 $this->wikitext .= $match;
302 $this->wikitext .= $match;
316 $this->wikitext .= '[[' . $new_id . ']]';
333 $this->wikitext .= $this->rewrite_media($match);
371 …$this->wikitext .= call_user_func($this->handlers[$pluginname], $match, $state, $pos, $pluginname,…
373 $this->wikitext .= $match;
387 $this->wikitext .= $params[0];
400 $this->wikitext = substr($this->wikitext, 1, -1);
410 return $this->wikitext;