All public logs

Jump to navigation Jump to search

Combined display of all available logs of Visual Data Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 09:02, 12 March 2024 Uschuetzenmeister talk contribs created page Module:Id increment (Created page with "-- Funktion, um die höchste Zahl in der Struktur "Projekt/1", "Projekt/2", usw. zu finden function findMaxProjectNumber() local maxNumber = 0 -- Abfrage an die Datenbank (MediaWiki-Standardtabelle 'page') local result = mw.ext.mysql.query{ sql = "SELECT page_title FROM page WHERE page_title REGEXP 'Projekt/(%d+)' ORDER BY page_title DESC LIMIT 1" } -- Überprüfe das Ergebnis if result and result[1] and result[1].page_title then...")