Template:Sprintf/doc: Revision history

Jump to navigation Jump to search
Diff selection: mark the radio boxes of the versions to compare or click on a revision date to view it. (cur) = difference from current version, (prev) = difference from preceding version,  m = minor edit, → = section edit

17 October 2024

  • curprev 00:4700:47, 17 October 2024Alex talk contribs 1,564 bytes +1,564 Created page with "{{Documentation}} {{invokes|sprintf}} Provides access to the lua [https://www.mediawiki.org/wiki/Extension:Scribunto/Lua_reference_manual#string.format string.format] function. ==Usage== <pre>{{Sprintf|format string|param1|param2|...|paramN}}</pre> The format string is specified according to [https://www.mediawiki.org/wiki/Extension:Scribunto/Lua_reference_manual#string.format string.format], which uses [http://www.cplusplus.com/reference/cstdio/printf/ printf formatti..."