Content deleted Content added
Kammerer55 (talk | contribs) mNo edit summary |
Kammerer55 (talk | contribs) No edit summary |
||
Line 4:
-- Example unit test.
function p:test_hello()
self:preprocess_equals(
'{{#invoke:Vital article|link|page=Philosophy}}', '[[Philosophy]] [[File:Círculos Concéntricos.svg|11px]] [[Wikipedia:Vital articles/Level/1#Level 1 vital articles (10 articles)|1]]')
self:preprocess_equals('{{#invoke:Example|hello}}', 'Hello World!')
end
|