All public logs
From Project Nakagami
Combined display of all available logs of Project Nakagami. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:58, 15 July 2024 Macyler-Admin talk contribs created page Module:Stack (Created page with "local p = {} --package -- Allowed Arguments: -- count: The number to elaborate. -- stacksize: The size of stacks, default 64, but sometimes 16 or other. -- link: The page to link. function p.AddStackBreakout(frame) local DEFAULT_STACK_SIZE = 64 local SPAN_CLASS = 'stack-breakout-text' -- the class attribute on the text span element local Count = tonumber(frame:getArgument('count'):expand()) if not Count then return end local StackSize = tonumber(fr...")