×
Create a new article
Write your page title here:
We currently have 454 articles on FHODS Archive. Type your article name above or click on one of the titles below and start writing!



FHODS Archive
454Articles

Main public logs

Combined display of all available logs of FHODS Archive. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 17:28, 19 March 2025 FHODSArchive talk contribs created page Special:Badtitle/NS828:Section link (Created page with "-- This module implements {{section link}}. local checkType = require('libraryUtil').checkType local yesno = require('Module:Yesno') local p = {} local function makeSectionLink(page, section, display) display = display or section page = page or '' return string.format('%s', page, section, display) end function p._main(page, sections, options, title) -- Validate input. checkType('_main', 1, page, 'string', true) checkType('_main', 3, options, 'table',...")