Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Please sign up or log in to edit the wiki.

Module:Common/Debug: Revision history

From the Star Citizen Wiki, the fidelity™ encyclopedia

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.

23 October 2024

24 February 2024

24 June 2023

19 June 2023

  • curprev 18:2718:27, 19 June 2023 Alistair3149 talk contribs 2,530 bytes +2,530 Created page with "local Common = {} --- Converts a SMW Query table into a string representation --- --- @param queryObject table --- @return string function Common.convertSmwQueryObject( queryObject ) if type( queryObject ) ~= 'table' then return 'Arg "queryObject" is not a table.' end local queryParts = { restrictions = {}, output = {}, other = {} } for _, part in ipairs( queryObject ) do if string.sub( part, 1, 1 ) == '?' t..."