Hopp til innhold

Modul:Citation/CS1/testcases

Fra Wikipedia, den frie encyklopedi
Sideversjon per 21. mar. 2013 kl. 00:42 av en>Dragons flight (Created page with '-- Unit tests for Module:Citation/CS1. Click talk page to run tests. local p = require('Module:UnitTests') function p:test_web() self:preprocess_equals...')
(diff) ← Eldre sideversjon | Nåværende sideversjon (diff) | Nyere sideversjon → (diff)
Moduldokumentasjon


-- Unit tests for [[Module:Citation/CS1]]. Click talk page to run tests.
local p = require('Module:UnitTests')
 
function p:test_web()
    self:preprocess_equals_preprocess_many('{{cite web/lua|', '}}', '{{cite web/new|', '}}', {
        'url=http://www.foo.com/ | title = Bob'
    }, {nowiki=false})
end