Jump to content

Edniwunga stær "Module:About"

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:1522:15, 29 Haligmonað 2024 Rylesbourne motung adihtunge 1,480 lytelbitena +1,480 Nīwe tramet: local mArguments --initialize lazily local mHatnote = require('Module:Hatnote') local mHatList = require('Module:Hatnote list') local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local p = {} function p.about (frame) -- A passthrough that gets args from the frame and all mArguments = require('Module:Arguments') args = mArguments.getArgs(frame) return p._about(args) end function p._about (args, options) -- Produces "about" hatnote. -- T...