Toggle menu
15
236
70
27.5K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Check DYK hook: Revision history

From Kenshi Wiki

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

20 February 2025

  • curprev 22:4922:49, 20 February 2025 Prd talk contribs 1,328 bytes +1,328 Created page with "-- This module performs validation checks for WP:DYK hooks local libraryUtil = require('libraryUtil') local p = {} local validationPatternGroups = { { -- Check that hooks start with three periods, followed by an acceptable -- follow-on word. "^%.%.%. *that", "^%.%.%. *about", }, { -- Check that hooks end with a question mark, or another acceptable -- phrase. [[.%?%]*'*"?$]], [[.?</span>%]*'*"?$]], "[Yy]ou probably did%.+$", } } function..."