Source for file Interwiki.php
Documentation is available at Interwiki.php
* Renders a token into text matching the requested format.
* @param array $options The "options" portion of the token (second
* @return string The text rendered from the token options.
if (isset ($options['url'])) {
// calculated by the parser (e.g. Mediawiki)
$href = $options['site'] . ':' . $options['page'];
return $options['text'] . ' (' . $href . ')';
Documentation generated on Mon, 11 Mar 2019 14:37:30 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|