Module:Toolbar: Difference between revisions
imported>DarkMatterMan4500 Created page with "-- This module implements {{toolbar}}. local mArguments -- Lazily initialise Module:Arguments local mTableTools = require('Module:TableTools') local yesno = require('Module:Yesno') local p = {} function p.main(frame) mArguments = require('Module:Arguments') local args = mArguments.getArgs(frame) return p._main(args) end function p._main(args) local toolbarItems = p.makeToolbarItems(args) if not toolbarItems then -- Return the blank string if no arguments w..." |
Rangerkid51 (talk | contribs) Rangerkid51 changed the content model of the page Module:Toolbar from "plain text" to "Scribunto module" |
||
(No difference)
|