Module:WikitextParser/doc: Difference between revisions

Content deleted Content added
Methods: Document more methods
mNo edit summary
Line 73:
Returns the template with the given template name.
 
==== getParametersgetTemplateParameters ====
 
<code>getParameters( templateWikitext )</code>
 
Returns a table with the parameter names as keys and the parameter values as values. For unnamed parameters, the keys are numerical. If the given wikitext is not recognized as that of a template, nil will be returned.
 
== See also ==