Search results
- as Carin's family (including Ruca, Cari, and Ruca), Katherine's brother Fetch, and Keiko's sister Chi, also appear for plot-related purposes. Chest Cough's...13 KB (1,591 words) - 00:50, 5 May 2024
- local p = {} -- _fetch looks at the "demo" argument. local _fetch = require('Module:Transclusion_count').fetch local yesno = require('Module:Yesno') ...7 KB (908 words) - 02:33, 28 March 2023
- local p = {} function p.fetch(frame) local template = nil local return_value = nil -- Use demo parameter if it exists, otherswise use current template...2 KB (331 words) - 02:33, 28 March 2023
- ustringLower = mw.ustring.lower local p = {} local function fetchValue(t1, t2) -- Fetches a value from the table t1 for the first key in array t2 where...6 KB (741 words) - 16:42, 26 March 2023
- --[[ -- Fetches an argument when the args table is indexed. First we check -- to see if the value is memoized, and if not we try and fetch it from ...10 KB (1,447 words) - 16:38, 26 March 2023
- will fetch local month names from MediaWiki for both date_names['local']['long'] and date_names['local']['short'] false – module will *not* fetch local...95 KB (12,388 words) - 12:14, 2 April 2023
- (('var_sup' == src_type) and require (module)) or mw.loadData (module); -- fetch data from this module; require() avoids metatable trap for variant data ...27 KB (3,277 words) - 02:26, 28 March 2023
- ----------------------------------- local function getArgs(frame) -- Fetches the arguments from the parent frame. Whitespace is trimmed and -- blanks...6 KB (666 words) - 02:27, 27 March 2023
- ----------------------------------- local function getArgs(frame) -- Fetches the arguments from the parent frame. Whitespace is trimmed and -- blanks...6 KB (768 words) - 02:06, 28 March 2023
- arguments. These overwrite the -- defaults. The possible argument names are fetched from -- Module:Namespace detect automatically in case new namespaces are...7 KB (835 words) - 16:36, 26 March 2023
- tonumber(os.date("%Y"))+1; -- global variable so we only have to fetch it once end year = tonumber (year) or lang_object:parseFormattedNumber...62 KB (9,817 words) - 12:20, 2 April 2023
- selected then a, author_etal = extract_names (args, 'AuthorList'); -- fetch author list from |authorn= / |lastn= / |firstn=, |author-linkn=, and |author-maskn=...209 KB (29,658 words) - 14:17, 2 April 2023
- wd_article = mw.wikibase.getSitelink (q, this_wiki_code .. 'wiki'); -- fetch article title from WD; nil when no title available at this wiki if wd_article...72 KB (11,046 words) - 12:21, 2 April 2023
- extract the qid in the form 'Qnnn' from the value.unit url -- and then fetch the label from that - or symbol if unitabbr is true local unit = "" local...139 KB (18,034 words) - 16:42, 26 March 2023
- langCode = mw.language.getContentLanguage().code cfg.langName = mw.language.fetchLanguageName(cfg.langCode, cfg.langCode) cfg.langObj = mw.language.new(cfg...67 KB (8,869 words) - 02:24, 28 March 2023