"Module:Citation/CS1" හි සංශෝධන අතර වෙනස්කම්

Content deleted Content added
සංස්කරණය
සංස්කරණය
2,823 පේළිය:
 
-- special case for chapter format so no error message or cat when chapter not supported
if not (in_array(config.CitationClass, {'webවෙබ්', 'news', 'journal', 'magazine', 'pressrelease', 'podcast', 'newsgroup', 'arxiv', 'biorxiv', 'citeseerx'}) or
('citation' == config.CitationClass and is_set (Periodical) and not is_set (Encyclopedia))) then
ChapterFormat = style_format (ChapterFormat, ChapterURL, 'chapter-format', 'chapter-url');
2,866 පේළිය:
end
 
if in_array(config.CitationClass, {'webවෙබ්','news','journal', 'magazine', 'pressrelease', 'podcast', 'newsgroup', 'arxiv', 'biorxiv', 'citeseerx'}) or -- if any of the 'periodical' cites except encyclopedia
('citation' == config.CitationClass and is_set (Periodical) and not is_set (Encyclopedia)) then
local chap_param;
2,915 පේළිය:
end
 
if in_array(config.CitationClass, {'webවෙබ්', 'news', 'journal', 'magazine', 'pressrelease', 'podcast', 'newsgroup', 'mailinglist', 'interview', 'arxiv', 'biorxiv', 'citeseerx'}) or
('citation' == config.CitationClass and is_set (Periodical) and not is_set (Encyclopedia)) or
('map' == config.CitationClass and is_set (Periodical)) then -- special case for cite map when the map is in a periodical treat as an article
3,365 පේළිය:
table.insert (render, substitute (cfg.presentation['cite-id'], {mw.uri.anchorEncode(options.id), mw.text.nowiki(options.class), text})); -- when |ref= is set
else
table.insert (render, substitute (cfg.presentation['citeඋපන්‍යාස'], {mw.text.nowiki(options.class), text})); -- all other cases
end
 
"https://si.wikipedia.org/wiki/Module:Citation/CS1" වෙතින් සම්ප්‍රවේශනය කෙරිණි