"rss-url-is-not-allowed":"\"$1\" is not in the list of allowed feeds. {{PLURAL:$3|$2 is the only allowed feed|The allowed feeds are as follows: $2}}.",
"rss-empty-allow-list":"\"$1\" is not in the list of allowed feeds. There are no allowed feed URLs in the list.",
"rss-deprecated-wgrssallowedfeeds-found":"The deprecated variable <var>$wgRSSAllowedFeeds</var> has been detected. Since RSS version 2.0 this variable has to be replaced by <var>$wgRSSUrlWhitelist</var> as described in the manual page [https://www.mediawiki.org/wiki/Special:MyLanguage/Extension:RSS Extension:RSS].",
"rss-item":"{{$1 | title = {{{title}}} | link = {{{link}}} | date = {{{date}}} | author = {{{author}}} | description = {{{description}}} }}",
"rss-feed":"<!-- the following are two alternative templates. The first is the basic default template for feeds -->; '''<span class='plainlinks'>[{{{link}}} {{{title}}}]</span>'''\n: {{{description}}}\n: {{{author}}} {{{date}}}<!-- don't use newline here --><!-- The second is an improved version which requires Extension:ParserFunctions --><!-- ; '''<span class='plainlinks'>[{{{link}}} {{{title}}}]</span>'''{{#if: {{{description|}}}|: {{{description}}}}}{{#if: {{{author|}}} | {{#if: {{{date|}}} |: — {{{author}}} {{{date}}}}} | {{#if: {{{author|}}}|: — {{{author}}}}} {{#if: {{{date|}}}|:{{{date}}}}}|}} -->"