Toggle menu
14
229
69
27.1K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:ApplyLinkAnnotations/sandbox: 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.

2 March 2025

  • curprev 01:5001:50, 2 March 2025 Prd talk contribs 1,709 bytes +1,709 Created page with "local p = {}; local regex = "(:*%**)%*%s*%[%[([^%]|:][^%]:]*[^%]|:])%]%]%s*" local repl = "%1* {{Annotated link |%2}}" function p.replaceLinksInUnorderedList(markup) -- provided for convenience to make console testing easier for development -- -- matches any wikilinks that are -- 1. at the beginning of a list item -- 2. with no existing annotation (or any text) following them -- -- must run twice because match utilizes the newlines on *both* side..."