Actions

Module

Editing Documentation

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 171: Line 171:
 
-- env.subjectSpace - the number of the title's subject namespace.
 
-- env.subjectSpace - the number of the title's subject namespace.
 
-- env.docSpace - the number of the namespace the title puts its documentation in.
 
-- env.docSpace - the number of the namespace the title puts its documentation in.
-- env.docpageBase - the text of the base page of the /doc, /sandbox and /testcases pages, with namespace.
+
-- env.docpageRoot - the text of the base page of the /doc, /sandbox and /testcases pages, with namespace.
 
-- env.compareUrl - URL of the Special:ComparePages page comparing the sandbox with the template.
 
-- env.compareUrl - URL of the Special:ComparePages page comparing the sandbox with the template.
 
--  
 
--  
Line 238: Line 238:
 
docpage = docname
 
docpage = docname
 
else
 
else
docpage = env.docpageBase .. '/' .. message('doc-subpage')
+
docpage = env.docpageRoot .. '/' .. message('doc-subpage')
 
end
 
end
 
return mw.title.new(docpage)
 
return mw.title.new(docpage)
Line 249: Line 249:
 
-- 'sandbox-subpage' --> 'sandbox'
 
-- 'sandbox-subpage' --> 'sandbox'
 
--]]
 
--]]
return mw.title.new(env.docpageBase .. '/' .. message('sandbox-subpage'))
+
return mw.title.new(env.docpageRoot .. '/' .. message('sandbox-subpage'))
 
end
 
end
 
 
Line 258: Line 258:
 
-- 'testcases-subpage' --> 'testcases'
 
-- 'testcases-subpage' --> 'testcases'
 
--]]
 
--]]
return mw.title.new(env.docpageBase .. '/' .. message('testcases-subpage'))
+
return mw.title.new(env.docpageRoot .. '/' .. message('testcases-subpage'))
 
end
 
end
 
 
Line 292: Line 292:
 
end
 
end
  
function envFuncs.docpageBase()
+
function envFuncs.docpageRoot()
 
-- The base page of the /doc, /sandbox, and /testcases subpages.
 
-- The base page of the /doc, /sandbox, and /testcases subpages.
 
-- For some namespaces this is the talk page, rather than the template page.
 
-- For some namespaces this is the talk page, rather than the template page.

Please note that all contributions to Unofficial Stationeers Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Unofficial Stationeers Wiki:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)