Module:WikitextParser/doc: Difference between revisions

Content deleted Content added
Document more methods
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>) including its contents. Tags inside tags will be skipped. If you're interested in getting them too, run this method again for each of the returned tags.
 
==== getTagName ====