Anonymous
×
Create a new article
Write your page title here:
We currently have 194 articles on The Dream Shrine. Type your article name above or click on one of the titles below and start writing!



The Dream Shrine
194Articles

Module:String: Revision history

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.

6 August 2024

  • curprev 07:3207:32, 6 August 2024MagicPixieDreamGirl talk contribs 827 bytes −14,645 Replaced content with "local p = {} local utilsString = require("Module:UtilsString") -- Escape , for the benefit of templates which split by , function p.Escape(frame) local str = frame.args[1] str = string.gsub(str, ",", ",") return str end -- Useful for converting template arguments to class names for which kebab-case is standard function p.KebabCase(frame) local str = frame.args[1] return utilsString.kebabCase(str) end -- Applies <nowiki></nowiki> tags to the _output_ of a..." Tag: Replaced

4 January 2024

  • curprev 21:1121:11, 4 January 2024MagicPixieDreamGirl talk contribs 15,472 bytes +15,472 Created page with "--[[ This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed parameters, or a mixture. If named parameters are used, Mediawiki will automatically remove any leading or trailing whitespace from the parameter. Depending on the intended use, it may be advantageous to either preserve or remove such whitespace. Global options ignore_errors: If set to 'true' or 1, any error c..."