Difference between revisions of "Request RAM data access"

From Computational Memory Lab
Jump to: navigation, search
(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) {

  1. $lparse = clone $parser;
  2. $output = $lparse->parse( $input, $parser->mTitle, $parser->mOptions, true, false );
   $output = $parser->recursiveTagParse( $input );
  1. return( $output->getText() );
   return( $output );

}


EmailForm is only active on protected pages.