सबै सार्वजनिक अभिलेखहरू
अन्वेषणमा जानुहाेस्
खाेजमा जानुहाेस्
परमेश्वरको मण्डली विश्वकोशको सबै उपलब्ध लगहरूको प्रविष्टिहरूको मिल्दो जुल्दो प्रदर्शन। तपाईं अझै विस्तारको लागि लगको प्रकार, प्रयोगकर्ता नाम (अक्षर संवेदनशील), वा प्रभावित पृष्ठ (अक्षर संवेदनशील) छान्न सक्नुहुन्छ।
- ०५:४४, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Arguments/doc पृष्ठ सिर्जना गर्नुभयो (Created page with "{{Used in system}} {{Module rating|p}} This module provides easy processing of arguments passed from <code>#invoke</code>. It is a meta-module, meant for use by other modules, and should not be called from <code>#invoke</code> directly (for a module directly invocable by templates you might want to have a look at {{ml|params|}}). Its features include: * Easy trimming of arguments and removal of blank arguments. * Arguments can be passed by both the current frame and by...")
- ०५:४३, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Arguments पृष्ठ सिर्जना गर्नुभयो (Created page with "-- 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('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string'...")
- ०५:४३, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले ढाँचा:Documentation पृष्ठ सिर्जना गर्नुभयो (Created page with "{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> <!-- Add categories to the /doc subpage --> </noinclude>")
- ०५:४३, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले ढाँचा:High-use पृष्ठ सिर्जना गर्नुभयो (Created page with "{{#invoke:High-use|main|1={{{1|}}}|2={{{2|}}}|info={{{info|}}}|demo={{{demo|}}}|form={{{form|}}}|expiry={{{expiry|}}}|system={{{system|}}}}}<noinclude> {{Documentation}} <!-- Add categories to the /doc subpage; interwiki links go to Wikidata, thank you! --> </noinclude>")
- ०५:४२, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Aligned table/doc पृष्ठ सिर्जना गर्नुभयो (Created page with "{{high-use|7000+}} {{module rating|protected}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> Implements {{tl|Aligned table}}")
- ०५:३८, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Anchor पृष्ठ सिर्जना गर्नुभयो (Created page with "-- This module implements {{anchor}}. local getArgs = require('Module:Arguments').getArgs local tableTools = require('Module:TableTools') local p = {} function p.main(frame) -- Get the positional arguments from #invoke, remove any nil values, -- and pass them to p._main. local args = getArgs(frame) local argArray = tableTools.compressSparseArray(args) return p._main(unpack(argArray)) end function p._main(...) -- Generate the list of anchors. local anchors = {....")
- ०५:३७, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Anchor पृष्ठ सिर्जना गर्नुभयो (Created page with "-- This module implements {{anchor}}. local getArgs = require('Module:Arguments').getArgs local tableTools = require('Module:TableTools') local p = {} function p.main(frame) -- Get the positional arguments from #invoke, remove any nil values, -- and pass them to p._main. local args = getArgs(frame) local argArray = tableTools.compressSparseArray(args) return p._main(unpack(argArray)) end function p._main(...) -- Generate the list of anchors. local anchors = {....")
- ०५:२८, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरू द्वारा पृष्ठ ढाँचा:Aligned table मेटाइयो (content was: "-- This module implements {{aligned table}} local p = {} local function isnotempty(s) return s and s:match( '^%s*(.-)%s*$' ) ~= '' end function p.table(frame) local args = (frame.args[3] ~= nil) and frame.args or frame:getParent().args local entries = {} local colclass = {} local colstyle = {} local cols = tonumber(args['cols']) or 2 -- create the root table local r...", and the only contributor was "Pyc1948" (talk))
- ०५:२८, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले ढाँचा:Aligned table पृष्ठ सिर्जना गर्नुभयो (Created page with "-- This module implements {{aligned table}} local p = {} local function isnotempty(s) return s and s:match( '^%s*(.-)%s*$' ) ~= '' end function p.table(frame) local args = (frame.args[3] ~= nil) and frame.args or frame:getParent().args local entries = {} local colclass = {} local colstyle = {} local cols = tonumber(args['cols']) or 2 -- create the root table local root = mw.html.create('table') -- add table style for fullwidth if isnotempty(args['fullwidth'...")
- ०५:२८, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Aligned table पृष्ठ सिर्जना गर्नुभयो (Created page with "-- This module implements {{aligned table}} local p = {} local function isnotempty(s) return s and s:match( '^%s*(.-)%s*$' ) ~= '' end function p.table(frame) local args = (frame.args[3] ~= nil) and frame.args or frame:getParent().args local entries = {} local colclass = {} local colstyle = {} local cols = tonumber(args['cols']) or 2 -- create the root table local root = mw.html.create('table') -- add table style for fullwidth if isnotempty(args['fullwidth'...")
- ०५:१५, २१ सेप्टेम्बर २०२३ Isaacp वार्तालाप मेरो योगदानहरूले Pyc1948को प्रयोगकर्ता समूह (कुनैपनि होइन) बाट परिवर्तन गरेर बोट, प्रवन्धक, अन्तरमोहडा प्रशासक, प्रशासक र अतिदृष्टि गर्नुभयो
- ०५:१५, २१ सेप्टेम्बर २०२३ Isaacp वार्तालाप मेरो योगदानहरू बाट प्रयोगकर्ता खाता Pyc1948 वार्तालाप मेरो योगदानहरू खोलियो
- ०५:०१, २१ सेप्टेम्बर २०२३ Resultofunion वार्तालाप मेरो योगदानहरूले मोड्युल:Aligned table पृष्ठ सिर्जना गर्नुभयो (Created page with "-- This module implements {{aligned table}} local p = {} local function isnotempty(s) return s and s:match( '^%s*(.-)%s*$' ) ~= '' end function p.table(frame) local args = (frame.args[3] ~= nil) and frame.args or frame:getParent().args local entries = {} local colclass = {} local colstyle = {} local cols = tonumber(args['cols']) or 2 -- create the root table local root = mw.html.create('table') -- add table style for fullwidth if isnotempty(args['fullwidth'...")
- ०४:३३, २१ सेप्टेम्बर २०२३ Resultofunion वार्तालाप मेरो योगदानहरूले Isaacpको प्रयोगकर्ता समूह (कुनैपनि होइन) बाट परिवर्तन गरेर बोट, प्रवन्धक, अन्तरमोहडा प्रशासक, प्रशासक र अतिदृष्टि गर्नुभयो
- ०४:३३, २१ सेप्टेम्बर २०२३ Resultofunion वार्तालाप मेरो योगदानहरू बाट प्रयोगकर्ता खाता Isaacp वार्तालाप मेरो योगदानहरू खोलियो
- ०६:१८, २० सेप्टेम्बर २०२३ Resultofunion वार्तालाप मेरो योगदानहरूले मीडियाविकि:Custom-copyright-desc पृष्ठ सिर्जना गर्नुभयो (새 문서: ⓒ World Mission Society Church of God. All rights reserved.)
- ०६:१७, २० सेप्टेम्बर २०२३ Resultofunion वार्तालाप मेरो योगदानहरूले मीडियाविकि:Vector.css पृष्ठ सिर्जना गर्नुभयो (새 문서: 여기의 모든 CSS는 벡터 스킨을 사용하는 사용자에게 로드됩니다: 기기가 모바일이라도 데스크톱 모드로 접속하면 데스크톱 콘텐츠가 보이게: .nomobile {display:block} .mobileonly {display:none} 미디어뷰어 다운로드 방지: .mw-mmv-download-button, .mw-mmv-dialog.mw-mmv-download-dialog {display:none!important} 틀 삽입도구 버튼 스타일: .my-buttons {text-align:left; font-size:110%; color:black; b...)
- ०६:१६, २० सेप्टेम्बर २०२३ Resultofunion वार्तालाप मेरो योगदानहरूले मीडियाविकि:Minerva.js पृष्ठ सिर्जना गर्नुभयो (새 문서: All JavaScript here will be loaded for users of the MinervaNeue skin: // 모바일 메뉴에서 '둘러보기' 문서 보여주기 document .querySelector('#mw-mf-page-left #p-navigation') .insertAdjacentHTML( 'afterend', '<ul id="p-main-categories" class="recommended-open"><li class="title-recommended open"><a><span>Bài viết đề xuất</span></a><span class="ico-arrow"></span></li><li class="recommended"><a href="/Hội Thánh của Đức Chú...)
- ०६:१६, २० सेप्टेम्बर २०२३ Resultofunion वार्तालाप मेरो योगदानहरूले मीडियाविकि:Minerva.css पृष्ठ सिर्जना गर्नुभयो (새 문서: All CSS here will be loaded for users of the MinervaNeue skin: 최근편집일, 개인정보처리방침, 면책조항 삭제: #footer-info-lastmod, #footer-places-privacy, #footer-places-disclaimer {display:none} 푸터 하나님의교회 소개 표시: #footer-places-about {display:inline} 저작권 표시: #footer-info-custom-copyright {display:inline-block} 미네르바 노이어 대문의 'OO님, 환영합니다!' 삭제: .page-Main_Page #section...)
- ०६:०५, २० सेप्टेम्बर २०२३ Resultofunion वार्तालाप मेरो योगदानहरूले मीडियाविकि:Edittools पृष्ठ सिर्जना गर्नुभयो (새 문서: <!-- 여기의 텍스트는 편집과 올리기 양식에 보여집니다. --> <div id="mw-edittools-charinsert" class="my-buttons mw-charinsert-buttons" style="padding: 1px 1.73em 1px 1px;: text-align: left;: margin-top: -29px;: margin-bottom: 1em;: top: 0px;: bottom: 0px;background-color: rgb(248, 249, 250);height: 11em;overflow-y: scroll;width: 100%;margin-left: 0em;" title="Click on the wanted special character."> <p class="mw-edittools-section" data-sec...)
- ०६:०४, २० सेप्टेम्बर २०२३ Resultofunion वार्तालाप मेरो योगदानहरूले मीडियाविकि:Common.js पृष्ठ सिर्जना गर्नुभयो (새 문서: 이 자바스크립트 설정은 모든 문서, 모든 사용자에게 적용됩니다.: TOP 버튼: var topButton = document.createElement('div'); topButton.id = 'top-button'; document.body.appendChild(topButton); window.addEventListener('scroll', function (e) { if (window.scrollY > 300) { topButton.classList.add('active'); } else { topButton.classList.remove('active'); } }); topButton.addEventListener('click', function (e) { try {...)
- ०६:०३, २० सेप्टेम्बर २०२३ Resultofunion वार्तालाप मेरो योगदानहरूले मीडियाविकि:Common.css पृष्ठ सिर्जना गर्नुभयो (새 문서: 이 CSS 설정은 모든 스킨에 적용됩니다: 이 CSS 설정은 모든 스킨에 적용됩니다: .wikiEditor-ui * {font-size: 13px; font-family: monospace,monospace} 베트남어 폰트 깨짐 현상으로 인해 폰트 패밀리를 수정했습니다: .mw-body h1, .mw-body-content h1, .mw-body-content h2{font-family:'Times','roboto','notokr',sans-serif} .mw-parser-output .external{background:none; padding:0}: .fw600{font-weight:600} /*.part-t{padding-t...)
- ०५:५३, २० सेप्टेम्बर २०२३ MediaWiki default वार्तालाप मेरो योगदानहरूले 대문 पृष्ठ सिर्जना गर्नुभयो