Related changes
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
16 March 2026
|
|
N 19:42 | Module:WD/I18N/Data 3 changes history +67,730 [Wikinuma (3×)] | |||
|
|
19:42 (cur | prev) +3 Wikinuma talk contribs | ||||
|
|
12:22 (cur | prev) −8 Wikinuma talk contribs | ||||
| N |
|
10:38 (cur | prev) +67,735 Wikinuma talk contribs (Created page with "return { Common = { labels = { edit_label = { fr = "Modifier", en = "Edit" }, site_title_text = { fr = "Wikidébats, l’encyclopédie des arguments « pour » et « contre »", en = "Wikidebates, the encyclopedia of “pro” and “con” arguments", }, arg_pro_label = { fr = "Argument pour", en = "Pro argument" }, arg_con_label = { fr = "Argument contre", en = "Con argument" }, justification_label = { fr = "Justification", en = "Justific...") | |||
| 12:23 | Template:Argument diffhist −23,486 Wikinuma talk contribs (Replaced content with "<noinclude>Category: Templates used in an argument pageCategory: Argument templates {{#template_params: |title-warnings= |argument-warnings= |summary-warnings= |summary= |quotes= |reference-warnings= |bibliography= |webliography= |videography= |justification-warnings= |justifications= |objection-warnings= |objections= |detailed-debate= |sections= |keywords= }} </noinclude><includeonly> {{#invoke:Argument|render | initialization = {{{initialization|}}} | t...") | ||||
| N 10:37 | Module:WD/I18N diffhist +2,709 Wikinuma talk contribs (Created page with "-- Module:WD/I18N local p = {} local DATA = mw.loadData('Module:WD/I18N/Data') local function trim(s) if type(s) ~= "string" then return s end return s:match("^%s*(.-)%s*$") end local function normalizeLang(code) code = trim(code or "") if code == "" then return "" end local base = code:match("^([a-zA-Z]+)") or code return mw.ustring.lower(base) end function p.getLangFromArgs(args) local param = normalizeLang(args and (args.lang or args.language) or "")...") | ||||
| N 10:37 | Module:Argument diffhist +117,096 Wikinuma talk contribs (Created page with "-- Module:Argument (i18n multi-lang) — Optimisé / Purifié -- Objectif : rendu du modèle « Argument » (MediaWiki 1.43) fidèle au rendu existant local p = {} ---------------------------------------------------------------------- -- Accès global au frame + VariablesLua (accélération sans changer le rendu) ---------------------------------------------------------------------- local mw = mw local F = mw.getCurrentFrame() local V = (mw.ext and mw.ext.V...") | ||||