Module:InfoboxNeue: Revision history

From CLOCKUP WIKI

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

9 June 2023

  • curprev 07:0807:08, 9 June 2023G Utopia talk contribs 7,556 bytes +7,556 Created page with "local p = {} --- Helper function to restore underscore from space --- so that it does not screw up the external link wikitext syntax --- For some reason SMW property converts underscore into space --- mw.uri.encode can't be used on full URL local function restoreUnderscore( s ) return s:gsub( ' ', '%%5F' ) end --- Put table values into a comma-separated list --- @param table t --- @return string function p.tableToCommaList( t ) if type( t ) == 'table' then return..."
Cookies help us deliver our services. By using our services, you agree to our use of cookies.