Template:Nasal Constructor inline: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 4: Line 4:
   var {{{temporary|obj}}} = { {{Nasal Inherit from|{{{name|myClass}}} }} };
   var {{{temporary|obj}}} = { {{Nasal Inherit from|{{{name|myClass}}} }} };
   
   
   # do any other set up here, such as for example
   # do any other object setup here, such as for example
   {{{temporary|obj}}}.message = "Hello World";
   {{{temporary|obj}}}.message = "Hello World";
    
    

Navigation menu