Jump to content

Edniwunga stær "Module:For"

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (nu) = difference with latest revision, (ær) = difference with preceding revision, ly = minor edit.

29 Haligmonað 2024

  • nuær 22:1422:14, 29 Haligmonað 2024 Rylesbourne motung adihtunge 1,346 lytelbitena +1,346 Nīwe tramet: local mArguments --initialize lazily local mHatlist = require('Module:Hatnote list') local mHatnote = require('Module:Hatnote') local yesNo = require('Module:Yesno') local p = {} --Implements {{For}} from the frame --uses capitalized "For" to avoid collision with Lua reserved word "for" function p.For (frame) mArguments = require('Module:Arguments') return p._For(mArguments.getArgs(frame)) end --Implements {{For}} but takes a manual arguments table function p._For (args)...