Module:Util/tables/merge/Documentation/Spec: Revision history

Jump to navigation Jump to search

This is the history of the page Module:Util/tables/merge/Documentation/Spec

Select two revisions and click the "compare" button to view their diff, that is to say the differences between them.

Legend

Buttons and Symbols

  • (cur) — click to see the differences between this revision and the current version of the page.
  • (prev) — click to see the differences between this revision and the one before it.
  • m — minor edit

12 May 2024

  • curprev 17:2617:26, 12 May 2024PhantomCaleb talk contribs 648 bytes +648 Created page with "local p = {} function p.Documentation() return { desc = "Recursively merges tables.", params = {"tbl", "..." }, returns = "<code>tbl</code> with merged values. Subsequent sources overwrite key assignments of previous sources.", cases = { { snippet = 1, expect = { flib = "flob", foo = { bar = {"noot", "flob"}, baz = "noot", wibble = "wobble", }, } }, { desc = "Common use: merging keys into new table.",..."