Bots, trusted
7,437
edits
(Created page with "-- This module provides some functions to help avoid problems with templates -- that might exceed expand size or time and which might put the page in -- Category:Pages where template include size is exceeded or -- Category:Pages with script errors (time exceeding 10 seconds). local function collection() -- Return a table to hold items. return { n = 0, add = function (self, item) self.n = self.n + 1 self[self.n] = item end, join = function (self...") |
WikiDwarfBOT (talk | contribs) m (→top: robot:, replaced: WP: → BP:) |
||
Line 156: | Line 156: | ||
local function storm(frame) | local function storm(frame) | ||
-- [[Wikipedia:What Wikipedia is not]] has an example at [[ | -- [[Wikipedia:What Wikipedia is not]] has an example at [[BP:CRYSTAL]] | ||
-- where the name of a "virtually certain" future storm is needed. | -- where the name of a "virtually certain" future storm is needed. | ||
-- This function returns the next such name (unlinked) depending on the current date. | -- This function returns the next such name (unlinked) depending on the current date. |