wg->SuppressPageHeader = true; //TODO: use i18n message for title $this->wg->out->setHTMLTitle( 'Infobox Builder' ); //TODO: get better way of handling $this->getPar() to deal with "/dadada/adasdasd" $url = $this->wg->server . '/' . infoboxBuilder . '/' . $this->getPar(); $this->response->setVal('iframeUrl', $url); $this->response->setTemplateEngine( WikiaResponse::TEMPLATE_ENGINE_MUSTACHE ); } }