Content deleted Content added
Sophivorus (talk | contribs) mNo edit summary |
Sophivorus (talk | contribs) No edit summary |
||
Line 72:
Returns the template with the given template name.
==== getTemplateName ====
<code>getTemplateName( templateWikitext )</code>
Returns the name of the given template. If the given wikitext is not recognized as that of a template, nil will be returned.
==== getTemplateParameters ====
<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.
|