<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="bn">
	<id>https://boipedia.org/index.php?action=history&amp;feed=atom&amp;title=%E0%A6%AE%E0%A6%A1%E0%A6%BF%E0%A6%89%E0%A6%B2%3AError</id>
	<title>মডিউল:Error - সংশোধনের ইতিহাস</title>
	<link rel="self" type="application/atom+xml" href="https://boipedia.org/index.php?action=history&amp;feed=atom&amp;title=%E0%A6%AE%E0%A6%A1%E0%A6%BF%E0%A6%89%E0%A6%B2%3AError"/>
	<link rel="alternate" type="text/html" href="https://boipedia.org/index.php?title=%E0%A6%AE%E0%A6%A1%E0%A6%BF%E0%A6%89%E0%A6%B2:Error&amp;action=history"/>
	<updated>2026-06-22T22:15:20Z</updated>
	<subtitle>এই উইকিতে এই পাতার সংশোধনের ইতিহাস</subtitle>
	<generator>MediaWiki 1.44.5</generator>
	<entry>
		<id>https://boipedia.org/index.php?title=%E0%A6%AE%E0%A6%A1%E0%A6%BF%E0%A6%89%E0%A6%B2:Error&amp;diff=2591&amp;oldid=prev</id>
		<title>ARI: &quot;-- This module implements {{error}}.  local p = {}  local HtmlBuilder = require(&#039;Module:HtmlBuilder&#039;)  local function _error(args)     local message = args.message or args[1] or error(&#039;কোন বার্তা নির্দিষ্ট করা হয়নি&#039;, 2)     message = tostring(message)     local tag = mw.ustring.lower(tostring(args.tag))      -- Work out what html tag we should use.     if not (tag == &#039;p&#039; or tag == &#039;span&#039; or tag...&quot; দিয়ে পাতা তৈরি</title>
		<link rel="alternate" type="text/html" href="https://boipedia.org/index.php?title=%E0%A6%AE%E0%A6%A1%E0%A6%BF%E0%A6%89%E0%A6%B2:Error&amp;diff=2591&amp;oldid=prev"/>
		<updated>2026-01-01T02:16:08Z</updated>

		<summary type="html">&lt;p&gt;&amp;quot;-- This module implements {{error}}.  local p = {}  local HtmlBuilder = require(&amp;#039;Module:HtmlBuilder&amp;#039;)  local function _error(args)     local message = args.message or args[1] or error(&amp;#039;কোন বার্তা নির্দিষ্ট করা হয়নি&amp;#039;, 2)     message = tostring(message)     local tag = mw.ustring.lower(tostring(args.tag))      -- Work out what html tag we should use.     if not (tag == &amp;#039;p&amp;#039; or tag == &amp;#039;span&amp;#039; or tag...&amp;quot; দিয়ে পাতা তৈরি&lt;/p&gt;
&lt;p&gt;&lt;b&gt;নতুন পাতা&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- This module implements {{error}}.&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
local HtmlBuilder = require(&amp;#039;Module:HtmlBuilder&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
local function _error(args)&lt;br /&gt;
    local message = args.message or args[1] or error(&amp;#039;কোন বার্তা নির্দিষ্ট করা হয়নি&amp;#039;, 2)&lt;br /&gt;
    message = tostring(message)&lt;br /&gt;
    local tag = mw.ustring.lower(tostring(args.tag))&lt;br /&gt;
&lt;br /&gt;
    -- Work out what html tag we should use.&lt;br /&gt;
    if not (tag == &amp;#039;p&amp;#039; or tag == &amp;#039;span&amp;#039; or tag == &amp;#039;div&amp;#039;) then&lt;br /&gt;
        tag = &amp;#039;strong&amp;#039;&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    -- Generate the html.&lt;br /&gt;
    local root = HtmlBuilder.create(tag)&lt;br /&gt;
    root&lt;br /&gt;
        .addClass(&amp;#039;error&amp;#039;)&lt;br /&gt;
        .wikitext(message)&lt;br /&gt;
&lt;br /&gt;
    return tostring(root)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.error(frame)&lt;br /&gt;
    local args&lt;br /&gt;
    if frame == mw.getCurrentFrame() then&lt;br /&gt;
        -- We&amp;#039;re being called via #invoke. The args are passed through to the module&lt;br /&gt;
        -- from the template page, so use the args that were passed into the template.&lt;br /&gt;
        args = frame.args&lt;br /&gt;
    else&lt;br /&gt;
        -- We&amp;#039;re being called from another module or from the debug console, so assume&lt;br /&gt;
        -- the args are passed in directly.&lt;br /&gt;
        args = frame&lt;br /&gt;
    end&lt;br /&gt;
    -- if the message parameter is present but blank, change it to nil so that Lua will&lt;br /&gt;
    -- consider it false.&lt;br /&gt;
    if args.message == &amp;quot;&amp;quot; then&lt;br /&gt;
        args.message = nil&lt;br /&gt;
    end&lt;br /&gt;
    return _error(args)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>ARI</name></author>
	</entry>
</feed>