Suchergebnisse
Erscheinungsbild
Ähnlicher Begriff: funktion
Der Artikel „Modul:Functions“ existiert in der deutschsprachigen Wikipedia nicht. Du kannst den Artikel erstellen (Quelltext-Editor, Anleitung).
Wenn dir die folgenden Suchergebnisse nicht weiterhelfen, wende dich bitte an die Auskunft oder suche nach „Modul:Functions“ in anderssprachigen Wikipedias.
- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if…10 KB (1.455 Wörter) - 19:17, 21. Feb. 2022
- flag functions -----E) Other (winner) -- V) Main functions ----- A) Function race reference ----- B) Calendar ----- C) Victory ----- Cbis) Function for…349 KB (48.988 Wörter) - 10:08, 6. Mär. 2025
- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to…12 KB (1.573 Wörter) - 05:58, 10. Mai 2019
- --------------------------- local functions ----------------------------- --[[ statements(object, property, all) Have calling functions work with all of: params…16 KB (2.291 Wörter) - 17:30, 20. Jan. 2023
- Holds functions to be returned from #invoke, and functions to make available to other Lua modules. local wrap = {} -- Holds wrapper functions that process…7 KB (1.052 Wörter) - 01:51, 21. Sep. 2024
- } --[=[ Overcome a limitation in kmlexport in 2018. There are three functions below which might be copied into an existing [[Module:Coordinates]]…2 KB (274 Wörter) - 14:40, 2. Apr. 2018
- --------------------------- local functions ----------------------------- --------------------------- service functions ----------------------------- --[[…7 KB (1.105 Wörter) - 13:11, 23. Nov. 2022
- -- precision: decade -- the following use the format of #time parser function [9] = "Y", -- precision: year, [10] = "F Y", -- precision:…34 KB (4.826 Wörter) - 14:12, 7. Aug. 2024
- failsafe function p.TemplatePar() -- Retrieve function access for modules -- Postcondition: -- Return table with functions return…55 KB (5.364 Wörter) - 16:11, 21. Mär. 2023
- tab' -- Forward declaration of the local functions local sanitizeDataset, loadData, link, formatMessage function p.msg(frame) local dataset, id local…6 KB (898 Wörter) - 21:13, 2. Mär. 2024
- function escape_lua_regex(str) return mw.ustring.gsub(str, ".", { ["%"] = "%%"; ["^"] = "%^"; ["$"] = "%$"; ["."] = "%."; ["("]…7 KB (1.014 Wörter) - 17:35, 23. Jan. 2022
- parameter config to each function call -- The Default is Template:GLAMpage/config.json -- Helper Functions -- Local functions and vars local configData…9 KB (1.013 Wörter) - 17:16, 21. Mai 2024
- titleLink() returns link: [[''<title>'']] if available ---- template functions ---- * standard(object) returns string: ''<title>'' (<title language>)…11 KB (1.513 Wörter) - 23:42, 9. Dez. 2022
- -- This module provides functions for getting the target of a redirect page. local p = {} -- Gets a mw.title object, using pcall to avoid generating…4 KB (552 Wörter) - 23:10, 13. Mai 2018
- ['nil'] = function(a, b) if a then return true end return false end } -------------------- service functions -------------------- -- functions to be called…46 KB (6.336 Wörter) - 02:50, 3. Mär. 2025
- X = "\"#%<>[\]^`{|}&=+;,/?" } local decodeComponentEscape = function ( averse, adapt ) return adapt == 20 or adapt == 127 or …33 KB (3.697 Wörter) - 01:41, 22. Nov. 2024
- return "<span class=\"error\">" .. Wikidata2Lemma .. "</span>" end local function formatString(text, typ) local text_neu if text then --text_neu = string…21 KB (2.629 Wörter) - 07:03, 14. Jan. 2025
- = true, var = true }; local foreignModule = function ( access, advanced, append, alt, alert ) -- Fetch global module …53 KB (5.659 Wörter) - 20:55, 9. Mai 2022
- (wdLoadSuccess, "Laden des Wikidata-Moduls fehlgeschlagen.") -- public functions local p = {} function p.Run(frame) local wdParams = {} wdParams["args"] = {}…733 Bytes (77 Wörter) - 11:15, 7. Feb. 2023
- parameter config to each function call -- The Default is Wikipedia:Tutorial/config.json -- Helper Functions -- Local functions and vars local configData…8 KB (845 Wörter) - 14:25, 10. Jun. 2018
- This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed
- level; end function Header:getName() return self.name; end function Header:getTypeIdentifier() return self.typeIdentifier; end function Header:getParent()
- #module_doc.doc_functions > 0 then result_func = "\n\n<h2>Funktionen</h2>\n" for i, func_doc in ipairs(module_doc.doc_functions) do
- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if
- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if
- ]=] local Failsafe = URIutil local CurrentPageName local factory = function ( attempt, allowX ) -- Retrieve plain digits of attempt -- Precondition: