Difference between revisions of "Request RAM data access"
From Computational Memory Lab
(Created page with "<EmailForm> {| | style="width: 200px"| Name: || <emailform name=40 /> || |- | Email: || <emailform from=40 /> || |- | Affiliated institution (university/company): || <...") |
|||
| Line 1: | Line 1: | ||
| + | function render_wikitext($parser, $input) { | ||
| + | # $lparse = clone $parser; | ||
| + | # $output = $lparse->parse( $input, $parser->mTitle, $parser->mOptions, true, false ); | ||
| + | $output = $parser->recursiveTagParse( $input ); | ||
| + | # return( $output->getText() ); | ||
| + | return( $output ); | ||
| + | } | ||
| + | |||
| + | |||
<EmailForm> | <EmailForm> | ||
{| | {| | ||
Revision as of 21:48, 29 September 2016
function render_wikitext($parser, $input) {
- $lparse = clone $parser;
- $output = $lparse->parse( $input, $parser->mTitle, $parser->mOptions, true, false );
$output = $parser->recursiveTagParse( $input );
- return( $output->getText() );
return( $output );
}
EmailForm is only active on protected pages.