എല്ലാ പൊതുരേഖകളും
Schoolwiki സംരംഭത്തിൽ ലഭ്യമായ വിവിധ പ്രവർത്തന രേഖകൾ ഈ താളിൽ ഒരുമിച്ച് കാണാം. താങ്കൾക്ക് രേഖകളുടെ സ്വഭാവം, ഉപയോക്തൃനാമം (കേസ് സെൻസിറ്റീവ്), ബന്ധപ്പെട്ട താൾ (കേസ് സെൻസിറ്റീവ്) മുതലായവ തിരഞ്ഞെടുത്ത് അന്വേഷണം കൂടുതൽ ക്ഌപ്തപ്പെടുത്താവുന്നതാണ്.
- 16:55, 6 ഒക്ടോബർ 2016 ഘടകം:Redirect എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ മായ്ച്ചിരിക്കുന്നു (ഉള്ളടക്കം: '-- This module provides functions for getting the target of a redirect page. local p = {} -- Gets a mw.title object, using pcall to avoid generating script errors if we -- are over the expensive function count limit (am...')
- 16:55, 6 ഒക്ടോബർ 2016 ഘടകം:Purge എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ മായ്ച്ചിരിക്കുന്നു (ഉള്ളടക്കം: '-- This module implements Template:Purge. local p = {} local function makeUrlLink(url, display) return string.format('[%s %s]', url, display) end function p._main(args) -- Make the URL local url do local titl...')
- 16:55, 6 ഒക്ടോബർ 2016 ഘടകം:Protection banner/config എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ മായ്ച്ചിരിക്കുന്നു (ഉള്ളടക്കം: '-- This module provides configuration data for Module:Protection banner. return { -------------------------------------------------------------------------------- -- -- BANNER DATA --...')
- 16:55, 6 ഒക്ടോബർ 2016 ഘടകം:Protection banner എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ മായ്ച്ചിരിക്കുന്നു (ഉള്ളടക്കം: '-- This module implements {{pp-meta}} and its daughter templates such as -- {{pp-dispute}}, {{pp-vandalism}} and {{pp-sock}}. -- Initialise necessary modules. require('Module:No globals') local makeFileLink = require('Mo...')
- 16:55, 6 ഒക്ടോബർ 2016 ഘടകം:No globals എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ മായ്ച്ചിരിക്കുന്നു (ഉള്ളടക്കം: 'local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then error('Tried to read nil global ' .. tostring(k), 2) end return nil end function mt.__newindex(t, k, v) if k ~= 'arg' then error('Tri...')
- 16:54, 6 ഒക്ടോബർ 2016 ഘടകം:Namespace detect/data എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ മായ്ച്ചിരിക്കുന്നു (ഉള്ളടക്കം: '-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect t...')
- 16:54, 6 ഒക്ടോബർ 2016 ഘടകം:Namespace detect/config എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ മായ്ച്ചിരിക്കുന്നു (ഉള്ളടക്കം: '-------------------------------------------------------------------------------- -- Namespace detect configuration data -- --...')
- 16:54, 6 ഒക്ടോബർ 2016 ഘടകം:Message box/configuration എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ മായ്ച്ചിരിക്കുന്നു (ഉള്ളടക്കം: '-------------------------------------------------------------------------------- -- Message box configuration -- --...')
- 16:54, 6 ഒക്ടോബർ 2016 ഘടകം:Message box എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ മായ്ച്ചിരിക്കുന്നു (ഉള്ളടക്കം: '-- This is a meta-module for producing message box templates, including -- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Load necessary modules. require('Module:No globals') local getA...')
- 16:54, 6 ഒക്ടോബർ 2016 ഘടകം:File link എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ മായ്ച്ചിരിക്കുന്നു (ഉള്ളടക്കം: '-- This module provides a library for formatting file wikilinks. local yesno = require('Module:Yesno') local checkType = require('libraryUtil').checkType local p = {} function p._main(args) checkType('_main', 1, args,...')
- 16:54, 6 ഒക്ടോബർ 2016 ഘടകം:Effective protection level എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ മായ്ച്ചിരിക്കുന്നു (ഉള്ളടക്കം: 'local p = {} -- Returns the permission required to perform a given action on a given title. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if...')
- 16:54, 6 ഒക്ടോബർ 2016 ഘടകം:Effective protection expiry എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ മായ്ച്ചിരിക്കുന്നു (ഉള്ളടക്കം: 'local p = {} -- Returns the expiry of a restriction of an action on a given title, or unknown if it cannot be known. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pa...')
- 16:54, 6 ഒക്ടോബർ 2016 ഘടകം:Category handler/shared എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ മായ്ച്ചിരിക്കുന്നു (ഉള്ളടക്കം: '-- This module contains shared functions used by Module:Category handler -- and its submodules. local p = {} function p.matchesBlacklist(page, blacklist) for i, pattern in ipairs(blacklist) do local match = mw.us...')
- 16:54, 6 ഒക്ടോബർ 2016 ഘടകം:Category handler/data എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ മായ്ച്ചിരിക്കുന്നു (ഉള്ളടക്കം: '-- This module assembles data to be passed to Module:Category handler using -- mw.loadData. This includes the configuration data and whether the current -- page matches the title blacklist. local data = require('Modu...')
- 16:53, 6 ഒക്ടോബർ 2016 ഘടകം:Category handler/config എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ മായ്ച്ചിരിക്കുന്നു (ഉള്ളടക്കം: '-------------------------------------------------------------------------------- -- Module:Category handler configuration data -- -- Language-specific parameter names and values can b...')
- 16:53, 6 ഒക്ടോബർ 2016 ഘടകം:Category handler/blacklist എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ മായ്ച്ചിരിക്കുന്നു (ഉള്ളടക്കം: '-- This module contains the blacklist used by Module:Category handler. -- Pages that match Lua patterns in this list will not be categorised unless -- categorisation is explicitly requested. return { '^Main Page$...')
- 16:53, 6 ഒക്ടോബർ 2016 ഘടകം:Category handler എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ മായ്ച്ചിരിക്കുന്നു (ഉള്ളടക്കം: '-------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER...')
- 16:53, 6 ഒക്ടോബർ 2016 ഘടകം:Arguments എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ മായ്ച്ചിരിക്കുന്നു (ഉള്ളടക്കം: '-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libra...')
- 16:53, 6 ഒക്ടോബർ 2016 ഫലകം:വിവരണം/ഭാഗം2 എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ മായ്ച്ചിരിക്കുന്നു (ഉള്ളടക്കം: '{{വിവരണം/ഭാഗം | heading = {{{heading|¬}}} <!--Empty but defined means no header--> | heading-style = {{{heading-style|}}} | content = {{{content|}}} | link box = {{{link box|}}} <!--So "link box=o...')
- 16:53, 6 ഒക്ടോബർ 2016 ഫലകം:വിവരണം/ഭാഗം എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ മായ്ച്ചിരിക്കുന്നു (ഉള്ളടക്കം: '<!-- Start of green doc box --><div id="template-documentation" class="template-documentation iezoomfix"><!-- Add the heading at the top of the doc box: -->{{#ifeq: {{{heading|¬}}} | <!--Defined but empty--> | <!--"h...')
- 16:52, 6 ഒക്ടോബർ 2016 ഫലകം:വിവരണം എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ മായ്ച്ചിരിക്കുന്നു (ഉള്ളടക്കം: '<!-- Automatically add {{ഫലകത്തിന്റെ എഴുത്തുകളരി}} when on a /എഴുത്തുകളരി page. -->{{#ifeq: {{SUBPAGENAME}} | എഴുത്തുകളരി | <div st...')
- 16:52, 6 ഒക്ടോബർ 2016 ഫലകം:Template other എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ മായ്ച്ചിരിക്കുന്നു (ഉള്ളടക്കം: '{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{ns:Template}} | tem...')
- 16:52, 6 ഒക്ടോബർ 2016 ഫലകം:Purge എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ മായ്ച്ചിരിക്കുന്നു (ഉള്ളടക്കം: '{{#invoke:Purge|main}}<noinclude> {{documentation}} </noinclude>')
- 16:52, 6 ഒക്ടോബർ 2016 ഫലകം:Prettyurl/വിവരണം എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ മായ്ച്ചിരിക്കുന്നു (ഉള്ളടക്കം: '{{Documentation subpage}} <!-- ദയവായി വിഭാഗങ്ങളും ഇന്റെർവിക്കി ലിങ്കുകളും ഈ താളിന്റെ താഴെ ചേർക്കുക...')
- 16:52, 6 ഒക്ടോബർ 2016 ഫലകം:Pp-template എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ മായ്ച്ചിരിക്കുന്നു (ഉള്ളടക്കം: '<includeonly>{{#invoke:Protection banner|main}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>')
- 16:52, 6 ഒക്ടോബർ 2016 ഫലകം:Fmbox എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ മായ്ച്ചിരിക്കുന്നു (ഉള്ളടക്കം: '{{#invoke:Message box|fmbox}}<noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>')
- 16:52, 6 ഒക്ടോബർ 2016 ഫലകം:Documentation subpage എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ മായ്ച്ചിരിക്കുന്നു (ഉള്ളടക്കം: '<includeonly><!-- -->{{#ifeq:{{lc:{{SUBPAGENAME}}}} |{{{override|doc}}} | <!--(this template has been transcluded on a /doc or /{{{override}}} page)--> </includeonly><!-- -->{{#ifeq:{{{doc-notice|show}}} |sho...')
- 16:51, 6 ഒക്ടോബർ 2016 ഫലകം:Click എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ മായ്ച്ചിരിക്കുന്നു (ഉള്ളടക്കം: '<includeonly>Image:{{{image|Transparent.gif}}}|{{{size|{{#iferror: {{#expr:{{{width}}} > 0 }} |{{{width|}}}|{{{width}}}{{#if:{{{height|}}}|{{#iferror: {{#expr:{{{height}}} > 0 }}||x{{{height}}}}}px|px}}}}}}}|link={{{lin...')
- 16:51, 6 ഒക്ടോബർ 2016 ഫലകം:Prettyurl എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ മായ്ച്ചിരിക്കുന്നു (ഉള്ളടക്കം: '<span class="nomobile"><div id="purl" class="NavFrame" align="right" style="float:right; position: absolute; top: -3em; right:30px; width:auto; background:#eae9e9;"><div class="NavHead" align="right" style="float:righ...')
- 16:50, 6 ഒക്ടോബർ 2016 പ്രമാണ അപ്ലോഡ് വഴി ഘടകം:Yesno എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ ഇറക്കുമതി ചെയ്തിരിക്കുന്നു (ഒരു പതിപ്പ് ഇറക്കുമതി ചെയ്തു)
- 16:50, 6 ഒക്ടോബർ 2016 പ്രമാണ അപ്ലോഡ് വഴി ഘടകം:Submit an edit request/config എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ ഇറക്കുമതി ചെയ്തിരിക്കുന്നു (ഒരു പതിപ്പ് ഇറക്കുമതി ചെയ്തു)
- 16:50, 6 ഒക്ടോബർ 2016 പ്രമാണ അപ്ലോഡ് വഴി ഘടകം:Submit an edit request എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ ഇറക്കുമതി ചെയ്തിരിക്കുന്നു (ഒരു പതിപ്പ് ഇറക്കുമതി ചെയ്തു)
- 16:50, 6 ഒക്ടോബർ 2016 പ്രമാണ അപ്ലോഡ് വഴി ഘടകം:Redirect എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ ഇറക്കുമതി ചെയ്തിരിക്കുന്നു (ഒരു പതിപ്പ് ഇറക്കുമതി ചെയ്തു)
- 16:50, 6 ഒക്ടോബർ 2016 പ്രമാണ അപ്ലോഡ് വഴി ഘടകം:Purge എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ ഇറക്കുമതി ചെയ്തിരിക്കുന്നു (ഒരു പതിപ്പ് ഇറക്കുമതി ചെയ്തു)
- 16:50, 6 ഒക്ടോബർ 2016 പ്രമാണ അപ്ലോഡ് വഴി ഘടകം:Protection banner/config എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ ഇറക്കുമതി ചെയ്തിരിക്കുന്നു (ഒരു പതിപ്പ് ഇറക്കുമതി ചെയ്തു)
- 16:50, 6 ഒക്ടോബർ 2016 പ്രമാണ അപ്ലോഡ് വഴി ഘടകം:Protection banner എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ ഇറക്കുമതി ചെയ്തിരിക്കുന്നു (ഒരു പതിപ്പ് ഇറക്കുമതി ചെയ്തു)
- 16:50, 6 ഒക്ടോബർ 2016 പ്രമാണ അപ്ലോഡ് വഴി ഘടകം:No globals എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ ഇറക്കുമതി ചെയ്തിരിക്കുന്നു (ഒരു പതിപ്പ് ഇറക്കുമതി ചെയ്തു)
- 16:50, 6 ഒക്ടോബർ 2016 പ്രമാണ അപ്ലോഡ് വഴി ഘടകം:Namespace detect/data എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ ഇറക്കുമതി ചെയ്തിരിക്കുന്നു (ഒരു പതിപ്പ് ഇറക്കുമതി ചെയ്തു)
- 16:50, 6 ഒക്ടോബർ 2016 പ്രമാണ അപ്ലോഡ് വഴി ഘടകം:Namespace detect/config എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ ഇറക്കുമതി ചെയ്തിരിക്കുന്നു (ഒരു പതിപ്പ് ഇറക്കുമതി ചെയ്തു)
- 16:50, 6 ഒക്ടോബർ 2016 പ്രമാണ അപ്ലോഡ് വഴി ഘടകം:Message box/configuration എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ ഇറക്കുമതി ചെയ്തിരിക്കുന്നു (ഒരു പതിപ്പ് ഇറക്കുമതി ചെയ്തു)
- 16:50, 6 ഒക്ടോബർ 2016 പ്രമാണ അപ്ലോഡ് വഴി ഘടകം:Message box എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ ഇറക്കുമതി ചെയ്തിരിക്കുന്നു (ഒരു പതിപ്പ് ഇറക്കുമതി ചെയ്തു)
- 16:50, 6 ഒക്ടോബർ 2016 പ്രമാണ അപ്ലോഡ് വഴി ഘടകം:File link എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ ഇറക്കുമതി ചെയ്തിരിക്കുന്നു (ഒരു പതിപ്പ് ഇറക്കുമതി ചെയ്തു)
- 16:50, 6 ഒക്ടോബർ 2016 പ്രമാണ അപ്ലോഡ് വഴി ഘടകം:Effective protection level എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ ഇറക്കുമതി ചെയ്തിരിക്കുന്നു (ഒരു പതിപ്പ് ഇറക്കുമതി ചെയ്തു)
- 16:50, 6 ഒക്ടോബർ 2016 പ്രമാണ അപ്ലോഡ് വഴി ഘടകം:Effective protection expiry എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ ഇറക്കുമതി ചെയ്തിരിക്കുന്നു (ഒരു പതിപ്പ് ഇറക്കുമതി ചെയ്തു)
- 16:50, 6 ഒക്ടോബർ 2016 പ്രമാണ അപ്ലോഡ് വഴി ഘടകം:Category handler/shared എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ ഇറക്കുമതി ചെയ്തിരിക്കുന്നു (ഒരു പതിപ്പ് ഇറക്കുമതി ചെയ്തു)
- 16:50, 6 ഒക്ടോബർ 2016 പ്രമാണ അപ്ലോഡ് വഴി ഘടകം:Category handler/data എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ ഇറക്കുമതി ചെയ്തിരിക്കുന്നു (ഒരു പതിപ്പ് ഇറക്കുമതി ചെയ്തു)
- 16:50, 6 ഒക്ടോബർ 2016 പ്രമാണ അപ്ലോഡ് വഴി ഘടകം:Category handler/config എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ ഇറക്കുമതി ചെയ്തിരിക്കുന്നു (ഒരു പതിപ്പ് ഇറക്കുമതി ചെയ്തു)
- 16:50, 6 ഒക്ടോബർ 2016 പ്രമാണ അപ്ലോഡ് വഴി ഘടകം:Category handler/blacklist എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ ഇറക്കുമതി ചെയ്തിരിക്കുന്നു (ഒരു പതിപ്പ് ഇറക്കുമതി ചെയ്തു)
- 16:50, 6 ഒക്ടോബർ 2016 പ്രമാണ അപ്ലോഡ് വഴി ഘടകം:Category handler എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ ഇറക്കുമതി ചെയ്തിരിക്കുന്നു (ഒരു പതിപ്പ് ഇറക്കുമതി ചെയ്തു)
- 16:50, 6 ഒക്ടോബർ 2016 പ്രമാണ അപ്ലോഡ് വഴി ഘടകം:Arguments എന്ന താൾ Stultus സംവാദം സംഭാവനകൾ ഇറക്കുമതി ചെയ്തിരിക്കുന്നു (ഒരു പതിപ്പ് ഇറക്കുമതി ചെയ്തു)