Module:WikitextParser/doc: Difference between revisions

Content deleted Content added
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 121:
Returns a table with each value being a wiki table.
 
==== getTableIdgetTableAttribute ====
 
<code>getTableIdgetTableAttribute( tableWikitext, attribute )</code>
 
Returns the idvalue of an attribute in the given wiki table. For example the id or the class.
 
==== getTableByIdgetTable ====
 
<code>getTableByIdgetTable( wikitext, id )</code>
 
Returns the wiki table with the given id. If not found, nil will be returned.