Widget:Mymodules: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
Geen bewerkingssamenvatting |
Geen bewerkingssamenvatting |
||
Regel 20: | Regel 20: | ||
data.forEach( (obj) => { | data.forEach( (obj) => { | ||
html = html + "<tr>" + | html = html + "<tr>" + | ||
"<td>" + | "<td>" + obj.pagename + "</td>" + | ||
"<td>" + | "<td>" + obj.kind + "</td>" + | ||
"<td>" + | "<td>" + obj.time + "</td>" + | ||
"</tr>\n"; | "</tr>\n"; | ||
console.log(html); | console.log(html); |
Versie van 30 dec 2019 10:51
This widget given an overview of your module status
Created by User:Eelco
Using this widget
For information on how to use this widget, see ???
text= kind= (string/identifier)
Copy to your site
To use this widget on your site, just install MediaWiki Widgets extension and copy the full source code of this page to your wiki as page Widget:Mymodules.