MCE, Bureaucrates, Vérificateurs d’utilisateurs, Administrateurs d’interface, staff, steward, Masqueurs de modifications, Administrateurs
171 266
modifications
(Page créée avec « -- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs local messageBox = require('Module:Message box') -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local i18n = mw.loadData('Module:Documentation/i18n') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub ---------------------------------------------------------------------------- -- Helper fun... ») |
m (Remplacement de texte : « Wikipedia » par « Wiki Tim ») |
||
Ligne 350 : | Ligne 350 : | ||
-- 'sandbox-notice-blurb' --> 'This is the $1 for $2.' | -- 'sandbox-notice-blurb' --> 'This is the $1 for $2.' | ||
-- 'sandbox-notice-diff-blurb' --> 'This is the $1 for $2 ($3).' | -- 'sandbox-notice-diff-blurb' --> 'This is the $1 for $2 ($3).' | ||
-- 'sandbox-notice-pagetype-template' --> '[[w: | -- 'sandbox-notice-pagetype-template' --> '[[w:Wiki Tim:Template test cases|template sandbox]] page' | ||
-- 'sandbox-notice-pagetype-module' --> '[[w: | -- 'sandbox-notice-pagetype-module' --> '[[w:Wiki Tim:Template test cases|module sandbox]] page' | ||
-- 'sandbox-notice-pagetype-other' --> 'sandbox page' | -- 'sandbox-notice-pagetype-other' --> 'sandbox page' | ||
-- 'sandbox-notice-compare-link-display' --> 'diff' | -- 'sandbox-notice-compare-link-display' --> 'diff' | ||
Ligne 752 : | Ligne 752 : | ||
-- 'history-link-display' --> 'history' | -- 'history-link-display' --> 'history' | ||
-- 'transcluded-from-blurb' --> | -- 'transcluded-from-blurb' --> | ||
-- 'The above [[w: | -- 'The above [[w:Wiki Tim:Template documentation|documentation]] | ||
-- is [[w: | -- is [[w:Wiki Tim:Transclusion|transcluded]] from $1.' | ||
-- 'module-preload' --> 'Template:Documentation/preload-module-doc' | -- 'module-preload' --> 'Template:Documentation/preload-module-doc' | ||
-- 'create-link-display' --> 'create' | -- 'create-link-display' --> 'create' | ||
-- 'create-module-doc-blurb' --> | -- 'create-module-doc-blurb' --> | ||
-- 'You might want to $1 a documentation page for this [[w: | -- 'You might want to $1 a documentation page for this [[w:Wiki Tim:Lua|Scribunto module]].' | ||
--]=] | --]=] | ||
local docTitle = env.docTitle | local docTitle = env.docTitle | ||
Ligne 978 : | Ligne 978 : | ||
-- 'doc-subpage' --> 'doc' | -- 'doc-subpage' --> 'doc' | ||
-- 'testcases-subpage' --> 'testcases' | -- 'testcases-subpage' --> 'testcases' | ||
-- 'strange-usage-category' --> ' | -- 'strange-usage-category' --> 'Wiki Tim pages with strange ((documentation)) usage' | ||
-- | -- | ||
-- /testcases pages in the module namespace are not categorised, as they may have | -- /testcases pages in the module namespace are not categorised, as they may have |
modifications