Module:WikitextParser/doc: Difference between revisions

Content deleted Content added
Line 89:
<code>getTags( wikitext )</code>
 
Returns a table with each value being a tag and its contents (like <nowiki><div></nowiki>, <nowiki><gallery></nowiki>, <nowiki><ref></nowiki>, <nowiki><noinclude></nowiki>). Tags inside tags will be skippedignored. If you're interested in getting them too, run this method again for each of the returned tags.
 
==== getTagName ====