模組:Citation/CS1/testcases/urlaccess/Antigng
外观
local p = require('Module:UnitTests')
function p:test()
self:preprocess_equals_preprocess_many('{{cite encyclopedia/Antigng|', '}}', '{{cite encyclopedia|', '}}', {
{
[==[
last= LAST
|first= FIRST
|authorlink= AUTHORLINK
|editor-first= EDITOR-FIRST
|editor-last= EDITOR-LAST
|editor-link= EDITOR-LINK
|encyclopedia= ENCYCLOPEDIA
|title= TITLE
|trans-title= TRANS-TITLE
|url=https://en.wikipedia.org/Main_Page
|accessdate= ACCESSDATE
|language= LANGUAGE
|edition= EDITION
|date= DATE
|year= YEAR
|publisher= PUBLISHER
|volume= VOLUME
|location= LOCATION
|id= ID
|isbn= ISBN
|oclc= OCLC
|doi= 10.DOI
|pages= PAGES
|quote= QUOTE
|ref= REF
|url-access=subscription
]==]
}
}, {nowiki=false, templatestyles=true})
end
return p;