ব্যবহারকারী Mdjonihossan-এর অবদানসমূহ

স্কাউটউইকি থেকে
অবদানসমূহের জন্য অনুসন্ধানপ্রসারণসংকোচন
⧼contribs-top⧽
⧼contribs-date⧽
(সবচেয়ে নতুন | সবচেয়ে পুরনো) (নতুনতর ৫০টি | ) (২০ | ৫০ | ১০০ | ২৫০ | ৫০০)টি দেখুন

১৪ মে ২০২৪

  • ০৪:২৫০৪:২৫, ১৪ মে ২০২৪ পরিবর্তন ইতিহাস +১৫,৩৬১ মডিউল:টেবিল সরঞ্জাম"------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should not -- -- be called directly from..." দিয়ে পাতা তৈরি বর্তমান
  • ০৪:২৩০৪:২৩, ১৪ মে ২০২৪ পরিবর্তন ইতিহাস +৭১ মডিউল:TableTools"return require('মডিউল:টেবিল সরঞ্জাম')" দিয়ে পাতা তৈরি বর্তমান
  • ০৪:২১০৪:২১, ১৪ মে ২০২৪ পরিবর্তন ইতিহাস +১,৪২১ মডিউল:Separated entries"-- This module takes positional parameters as input and concatenates them with -- an optional separator. The final separator (the "conjunction") can be -- specified independently, enabling natural-language lists like -- "foo, bar, baz and qux". The starting parameter can also be specified. local compressSparseArray = require('মডিউল:TableTools').compressSparseArray local p = {} function p._main(args) local separator = args.separator..." দিয়ে পাতা তৈরি বর্তমান
  • ০৪:১৯০৪:১৯, ১৪ মে ২০২৪ পরিবর্তন ইতিহাস +১০৭ টেমপ্লেট:Br separated entries"{{<includeonly>safesubst:</includeonly>#invoke:Separated entries|br}}<noinclude> {{নথি}} </noinclude>" দিয়ে পাতা তৈরি বর্তমান
  • ০৪:১৭০৪:১৭, ১৪ মে ২০২৪ পরিবর্তন ইতিহাস +৯,১৮৮ ওলেভ বেডেন পাওয়েল"{{তথ্যছক ব্যক্তি | name = অবসরপ্রাপ্ত সম্মানীয়া দ্য ডোয়েজার ল্যাডি ব্যাডেন-পাওয়েল | image = Olave Baden-Powell.jpg | caption = ওলেভ ব্যাডেন-পাওয়েল, চীফ গাইড | birth_date = {{জন্ম তারিখ|df=yes|1889|2|22}} | birth_place = চ..." দিয়ে পাতা তৈরি বর্তমান

৬ মে ২০২৪

৩০ এপ্রিল ২০২৪

৬ এপ্রিল ২০২৪

  • ১৯:৫৪১৯:৫৪, ৬ এপ্রিল ২০২৪ পরিবর্তন ইতিহাস +৯৫১ মডিউল:Yesno"-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and mw.ustring.lower(val) or val if val == nil then return nil elseif val == true or val =..." দিয়ে পাতা তৈরি বর্তমান ট্যাগ: মোবাইল সম্পাদনা মোবাইল ওয়েব সম্পাদনা
  • ১৯:৫৩১৯:৫৩, ৬ এপ্রিল ২০২৪ পরিবর্তন ইতিহাস +৩০৭ মডিউল:No globals"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('Tried to write global ' .. tostring(k), 2) end rawset(t, k, v) end setmetatable(_G, mt)" দিয়ে পাতা তৈরি বর্তমান ট্যাগ: মোবাইল সম্পাদনা মোবাইল ওয়েব সম্পাদনা
  • ১৯:৫১১৯:৫১, ৬ এপ্রিল ২০২৪ পরিবর্তন ইতিহাস −৪ টেমপ্লেট:তথ্যছক নাম মডিউলসম্পাদনা সারাংশ নেই বর্তমান ট্যাগ: মোবাইল সম্পাদনা মোবাইল ওয়েব সম্পাদনা
  • ১৯:৫১১৯:৫১, ৬ এপ্রিল ২০২৪ পরিবর্তন ইতিহাস +১৮,৯৬৩ মডিউল:Infobox"local p = {} local args = {} local origArgs = {} local root local empty_row_categories = {} local category_in_empty_row_pattern = '%[%[%s*[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]%s*:[^]]*]]' local has_rows = false local function fixChildBoxes(sval, tt) local function notempty( s ) return s and s:match( '%S' ) end if notempty(sval) then local marker = '<span class=special_infobox_marker>' local s = sval s = mw.ustring.gsub(s, '(<%s*[Tt][Rr])', m..." দিয়ে পাতা তৈরি বর্তমান ট্যাগ: মোবাইল সম্পাদনা মোবাইল ওয়েব সম্পাদনা
  • ১৯:৪৯১৯:৪৯, ৬ এপ্রিল ২০২৪ পরিবর্তন ইতিহাস +২,৭০০ টেমপ্লেট:তথ্যছক নাম মডিউল"{{ infobox | child = yes | decat = yes <!-- remove from template:infobox tracking categories --> | title = | label1 = মূল শিরোনাম | data1 = {{#if: {{{মূল|}}}|''{{{মূল|}}}''}} | label2 = ঐতিহ্যগত | data2 = {{#if:{{{traditional|{{{fanti|}}}}}}|<big>{{{traditional|{{{fanti|}}}}}}</big>}} | label3 = Simplified Chinese characters|সর..." দিয়ে পাতা তৈরি ট্যাগ: মোবাইল সম্পাদনা মোবাইল ওয়েব সম্পাদনা
  • ১৯:৪৭১৯:৪৭, ৬ এপ্রিল ২০২৪ পরিবর্তন ইতিহাস +২,২২৩ মডিউল:Check for deprecated parameters"-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- on the list local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and trim(s) ~= '' end function p.check (frame) local args = frame.args local pargs = frame:getParent().args local ignoreblank = isnotempty(frame.args['ignoreblank']) loc..." দিয়ে পাতা তৈরি বর্তমান ট্যাগ: মোবাইল সম্পাদনা মোবাইল ওয়েব সম্পাদনা
  • ১৯:৪৬১৯:৪৬, ৬ এপ্রিল ২০২৪ পরিবর্তন ইতিহাস +৪০৫ টেমপ্লেট:Main other"{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{ns:0}} | main | other }} }} | main = {{{1|}}} | other | #default = {{{2|}}} }}<noinclude> {{নথি}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>" দিয়ে পাতা তৈরি বর্তমান ট্যাগ: মোবাইল সম্পাদনা মোবাইল ওয়েব সম্পাদনা
  • ১৯:৪৪১৯:৪৪, ৬ এপ্রিল ২০২৪ পরিবর্তন ইতিহাস +১,৭০০ মডিউল:Check for clobbered parameters"local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end function p.check(frame) local args = frame.args local pargs = frame:getParent().args local checknested = isnotempty(args['nested']) local delimiter = isnotempty(args['delimiter']) and args['delimiter'] or ';' local cat = '' if args['cat'] and mw.ustring.match(args['cat'],'^[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]:')..." দিয়ে পাতা তৈরি বর্তমান ট্যাগ: মোবাইল সম্পাদনা মোবাইল ওয়েব সম্পাদনা
  • ১৯:৪২১৯:৪২, ৬ এপ্রিল ২০২৪ পরিবর্তন ইতিহাস +২০,০০৬ মডিউল:বার্তার বাক্স"-- 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 getArgs local yesno = require('Module:Yesno') -- Get a language object for formatDate and ucfirst. local lang = mw.language.getContentLanguage() -- Define constants local CONFIG_MODULE = 'মডিউল:বার্তার বা..." দিয়ে পাতা তৈরি বর্তমান ট্যাগ: মোবাইল সম্পাদনা মোবাইল ওয়েব সম্পাদনা
  • ১৯:৪১১৯:৪১, ৬ এপ্রিল ২০২৪ পরিবর্তন ইতিহাস −৪ টেমপ্লেট:তথ্যছকসম্পাদনা সারাংশ নেই বর্তমান ট্যাগ: মোবাইল সম্পাদনা মোবাইল ওয়েব সম্পাদনা
  • ১৯:৪০১৯:৪০, ৬ এপ্রিল ২০২৪ পরিবর্তন ইতিহাস −২২ টেমপ্লেট:তথ্যছকসম্পাদনা সারাংশ নেই ট্যাগ: হাতদ্বারা প্রত্যাবর্তন মোবাইল সম্পাদনা মোবাইল ওয়েব সম্পাদনা
  • ১৯:৩৭১৯:৩৭, ৬ এপ্রিল ২০২৪ পরিবর্তন ইতিহাস +১৪,৬৭৩ টেমপ্লেট:তথ্যছক ব্যক্তি"{{তথ্যছক|child={{{child|{{{embed|}}}}}} | bodyclass = biography vcard | above = {{Br separated entries | 1 = {{#if:{{{honorific prefix|{{{honorific_prefix|{{{honorific-prefix|{{{pre-nominals|}}}}}}}}}}}}|<div class="honorific-prefix" style="font-size: 77%; font-weight: normal; display:inline;">{{{honorific prefix|{{{honorific_prefix|{{{honorific-prefix|{{{pre-nominals|}}}}}}}}}}}}</div>}} | 2 = <div class="fn" style="display:i..." দিয়ে পাতা তৈরি বর্তমান ট্যাগ: মোবাইল সম্পাদনা মোবাইল ওয়েব সম্পাদনা
  • ১৯:৩৫১৯:৩৫, ৬ এপ্রিল ২০২৪ পরিবর্তন ইতিহাস +১০,৪২৭ মডিউল:Arguments"-- 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) i..." দিয়ে পাতা তৈরি বর্তমান ট্যাগ: মোবাইল সম্পাদনা মোবাইল ওয়েব সম্পাদনা
  • ১৯:৩৩১৯:৩৩, ৬ এপ্রিল ২০২৪ পরিবর্তন ইতিহাস +৯,২৮৬ টেমপ্লেট:তথ্যছক বিশ্ব স্কাউটিং"<includeonly>{{তথ্যছক | bodyclass = vcard | aboveclass = fn org | abovestyle = background:#FFDEAD; | above = {{#if:{{{name|}}} |{{{name}}} |{{PAGENAMEBASE}} }} | imagestyle = padding:4px; | image = {{#invoke:InfoboxImage|InfoboxImage |image={{{image|}}} |size={{{image size|{{{image_size|{{{imagesize|}}}}}}}}}|alt={{{image_alt|{{{alt|}}}}}} |suppressplaceholder=yes}} | caption = {{{caption|}}} | image2 = {{#invoke:InfoboxImage|Infobo..." দিয়ে পাতা তৈরি বর্তমান ট্যাগ: মোবাইল সম্পাদনা মোবাইল ওয়েব সম্পাদনা
  • ১৯:২৯১৯:২৯, ৬ এপ্রিল ২০২৪ পরিবর্তন ইতিহাস +৬৩,১৭৩ স্কাউটস বিএসএ"{{তথ্যছক বিশ্ব স্কাউটিং | type=section | owner=বয় স্কাউটস অফ আমেরিকা | image=বয় স্কাউটস অফ আমেরিকার সার্বজনীন প্রতীক.svg | image2=Fairfax July 4th QD3J0104 (28052772351).jpg | age=১১ থেকে ১৭ বছর<ref name=bsa28406>{{বই উদ্ধৃতি |ইউআরএল=http://www.sc..." দিয়ে পাতা তৈরি বর্তমান ট্যাগ: মোবাইল সম্পাদনা মোবাইল ওয়েব সম্পাদনা

৩১ মার্চ ২০২৪

৩০ মার্চ ২০২৪

২১ মার্চ ২০২৪

১৭ মার্চ ২০২৪

(সবচেয়ে নতুন | সবচেয়ে পুরনো) (নতুনতর ৫০টি | ) (২০ | ৫০ | ১০০ | ২৫০ | ৫০০)টি দেখুন