Changes

Nəzərə çarpan dəyişiklik yoxdur.
Sətir 334: Sətir 334:  
-- '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' --> '[[Şəki Ensiklopediyası:Template test cases|template sandbox]] page'
+
-- 'sandbox-notice-pagetype-template' --> '[[Wikipedia:Template test cases|template sandbox]] page'
-- 'sandbox-notice-pagetype-module' --> '[[Şəki Ensiklopediyası:Template test cases|module sandbox]] page'
+
-- 'sandbox-notice-pagetype-module' --> '[[Wikipedia: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'
Sətir 554: Sətir 554:  
-- Messages:
 
-- Messages:
 
-- 'documentation-icon-wikitext' --> '[[File:Test Template Info-Icon - Version (2).svg|50px|link=|alt=]]'
 
-- 'documentation-icon-wikitext' --> '[[File:Test Template Info-Icon - Version (2).svg|50px|link=|alt=]]'
-- 'template-namespace-heading' --> 'Şablondan istifadə təlimatı'
+
-- 'template-namespace-heading' --> 'Template documentation'
 
-- 'module-namespace-heading' --> 'Module documentation'
 
-- 'module-namespace-heading' --> 'Module documentation'
 
-- 'file-namespace-heading' --> 'Summary'
 
-- 'file-namespace-heading' --> 'Summary'
Sətir 726: Sətir 726:  
-- We are in the user, template or module namespaces.
 
-- We are in the user, template or module namespaces.
 
-- Add sandbox and testcases links.
 
-- Add sandbox and testcases links.
-- "Redaktorlar eksperimentlərini əvvəlcə bu şablonun sandbox testcases səhifələrində həyata keçirməlidirlər."
+
-- "Editors can experiment in this template's sandbox and testcases pages."
 
text = text .. (p.makeExperimentBlurb(args, env) or '')
 
text = text .. (p.makeExperimentBlurb(args, env) or '')
 
text = text .. '<br />'
 
text = text .. '<br />'
Sətir 735: Sətir 735:  
text = text .. (p.makeCategoriesBlurb(args, env) or '')
 
text = text .. (p.makeCategoriesBlurb(args, env) or '')
 
end
 
end
text = text .. ' ' .. (p.makeSubpagesBlurb(args, env) or '') --"Prefiks indeksli bütün səhifələr"
+
text = text .. ' ' .. (p.makeSubpagesBlurb(args, env) or '') --"Subpages of this template"
 
local printBlurb = p.makePrintBlurb(args, env) -- Two-line blurb about print versions of templates.
 
local printBlurb = p.makePrintBlurb(args, env) -- Two-line blurb about print versions of templates.
 
if printBlurb then
 
if printBlurb then
Sətir 757: Sətir 757:  
-- 'history-link-display' --> 'history'
 
-- 'history-link-display' --> 'history'
 
-- 'transcluded-from-blurb' -->  
 
-- 'transcluded-from-blurb' -->  
-- 'The above [[Şəki Ensiklopediyası:Şablondan istifadə təlimatı|təlimatlar]]  
+
-- 'The above [[Wikipedia:Template documentation|documentation]]  
-- is [[Şəki Ensiklopediyası:Transclusion|transcluded]] from $1.'
+
-- is [[Wikipedia: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 [[Şəki Ensiklopediyası:Lua|Scribunto module]].'
+
-- 'You might want to $1 a documentation page for this [[Wikipedia:Lua|Scribunto module]].'
 
--]=]
 
--]=]
 
local docTitle = env.docTitle
 
local docTitle = env.docTitle
Sətir 795: Sətir 795:  
function p.makeExperimentBlurb(args, env)
 
function p.makeExperimentBlurb(args, env)
 
--[[
 
--[[
-- Redaktorlar eksperimentlərini əvvəlcə bu şablonun sandbox (redaktə | fərq) testcases (redaktə) səhifələrində həyata keçirməlidirlər."
+
-- Renders the text "Editors can experiment in this template's sandbox (edit | diff) and testcases (edit) pages."
 
-- @args - a table of arguments passed by the user
 
-- @args - a table of arguments passed by the user
 
-- @env - environment table containing title objects, etc., generated with p.getEnvironment
 
-- @env - environment table containing title objects, etc., generated with p.getEnvironment
Sətir 920: Sətir 920:  
function p.makeSubpagesBlurb(args, env)
 
function p.makeSubpagesBlurb(args, env)
 
--[[
 
--[[
-- Generates the "Prefiks indeksli bütün səhifələr" link.
+
-- Generates the "Subpages of this template" link.
 
-- @args - a table of arguments passed by the user
 
-- @args - a table of arguments passed by the user
 
-- @env - environment table containing title objects, etc., generated with p.getEnvironment
 
-- @env - environment table containing title objects, etc., generated with p.getEnvironment
Sətir 928: Sətir 928:  
-- 'module-pagetype' --> 'module'
 
-- 'module-pagetype' --> 'module'
 
-- 'default-pagetype' --> 'page'
 
-- 'default-pagetype' --> 'page'
-- 'subpages-link-display' --> 'Bu şablonun alt səhifələri $1'
+
-- 'subpages-link-display' --> 'Subpages of this $1'
 
--]]
 
--]]
 
local subjectSpace = env.subjectSpace
 
local subjectSpace = env.subjectSpace
Sətir 993: Sətir 993:  
-- 'doc-subpage' --> 'doc'
 
-- 'doc-subpage' --> 'doc'
 
-- 'testcases-subpage' --> 'testcases'
 
-- 'testcases-subpage' --> 'testcases'
-- 'strange-usage-category' --> 'Şəki Ensiklopediyası pages with strange ((documentation)) usage'
+
-- 'strange-usage-category' --> 'Wikipedia 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