Jump to content

Module:Minor planet meaning link: Revision history


Here you can take a look at older versions of this page, and compare different versions.

  • Click the date to see an old version.
  • To compare two versions (changes), click the circles (in separate columns) next to them. Then click the Compare button to see the differences between them.
  • You can use (cur) to compare an old version with the newest (or current) one. You can use (last) to compare any version with the one just before it.
  • The letter m next to a change means that the change was marked as small (or minor).

2 March 2022

  • curlast 06:1106:11, 2 March 2022 imported>MrMeAndMrMe 741 bytes +741 Created page with "local p = {} function p.MoMP(frame) -- For calling from #invoke. local pframe = frame:getParent() local args = pframe.args return p._MoMP(args) end function p._MoMP(args) local link, result -- For calling from other Lua modules. local num = tonumber(args[1]) local subsec = string.sub(tostring(num + 1000), -3) if (num <= 1000) then link = "Meanings of minor planet names: 1–1000#" .. subsec else local pagefrom = math.floor((num - 1) / 1000) local pageto..."