پودمان:Infobox military conflict/testcases: تفاوت بین نسخه‌ها

از پژوهشکده امر به معروف
پرش به: ناوبری، جستجو
(Created page with '-- Example Unit tests for Module:Bananas. Click talk page to run tests. local p = require('Module:UnitTests') function p:test_hello() self:preprocess_eq...')
 
جز (۱ نسخه واردشده)
 
(بدون تفاوت)

نسخهٔ کنونی تا ‏۱۳ اسفند ۱۳۹۴، ساعت ۱۵:۵۵

توضیحات این پودمان می‌تواند در پودمان:Infobox military conflict/testcases/توضیحات قرار گیرد.

-- Example Unit tests for [[Module:Bananas]]. Click talk page to run tests.
local p = require('Module:UnitTests')

function p:test_hello()
    self:preprocess_equals('{{#invoke:Infobox military conflict/sandbox}}', 'Hello, world!')
end

return p