- このヘルプには更新、または翻訳されていないコンテンツがあります。どなたでも翻訳にご協力いただくことができます。
- 原文 : w:Help:RSS。
- UCP移行に伴い、これまでのRSSフィード機能が廃止され、RSSPie拡張機能に移行されました。
RSS、コミュニティのトピックに関する内容を指定して埋め込み、ページを更新した際に自動で最新の情報が表示できるウェブフィードです。最新のニュースやポッドキャスト、関連ブログなど、Web上で公開されたあらゆる情報を表示したい時に便利です。
You can embed RSS feeds on a wiki using the RSSPie extension, enabled by default on all Fandom wikis. This is useful to include news about a video game, episode announcements for a TV show, or even recent changes from the wiki itself.
RSSを追加する方法[]
まずはフィードのURLを見つけます。通常「RSS」のボタンやフィードを表示している部分のリンクなどで見つけることができます。URLを見つけたらそのURLをアドレスバーからコピーしましょう。
RSSフィードをページに追加するための基本的なコードはこちらです。
<rss>URLをここに入力</rss>
フィードのカスタマイズ[]
There are a number of optional parameters you can add within the <rss>
tag to customize the output:
Attribute and Default | Description |
---|---|
itemTemplate="PageName" Default: MediaWiki:Rss_item_template |
Defines the display template for each item in the feed. PageName must be a complete page name including the namespace. See § Feed item template for more information. |
max="X" Default: 5 |
Shows only a certain number of items in the feed. |
sort="X" Default: newest |
Sorts the feed items by "newest" or "oldest". |
descriptionLength="X" Default: 200 |
Truncates long descriptions to a certain number of characters. |
dateFormat="X" Default: Y/m/d H:i
|
Formats the date of each entry using PHP date formatting guidelines. |
filterIn="example,words" Default: empty |
A list of words, separated by commas, to filter into the display. Feed items will only be shown if they contain any of these words. |
filterOut="example,words" Default: empty |
A list of words, separated by commas, to filter out of the display. Feed items will be hidden if they contain any of these words. Feed items hidden by filterOut will stay hidden even if they match filterIn .
|
Feed item template[]
For advanced users, you can use the itemTemplate
parameter to modify how each item is displayed in the feed. This is useful for situations where you may need to hide certain fields or rearrange them for an optimal display.
The itemTemplate
parameter must point to a page that contains the template, which will substitute the following fields with the related data:
{{{link}}}
- the URL to the feed item{{{title}}}
- the feed item's title{{{author}}}
- the author of the feed item{{{date}}}
- the feed item's date{{{description}}}
- the feed item's description
The default template, located at MediaWiki:Rss_item_template, is as follows:
<div class='rss_item'> '''<span class='plainlinks'>[{{{link}}} {{{title}}}]</span> - {{{author}}} - <span class='date_epoch'>{{{date}}}</span>''' : {{{description}}} </div>
Googleフィード[]
Google provides an easy way to create an RSS feed on its Alerts page. Simply type in the search terms for your subject and, under "Deliver to", select "RSS feed". You may need to log in to a Google account and change "How often" to "As-it-happens" to see the RSS feed option. Once you create the feed, right-click the RSS icon and select "Copy Link" to copy the link to the feed to use it on your wiki.
For example, creating an English Google RSS feed for Call of Duty news and including it on a wiki would result in the following:
<rss max="3">https://www.google.com/alerts/feeds/02664616218399659428/5058949282015925287</rss>
The best Ames 85 build for Black Ops 6 - Games Radar - - 2024/09/08 12:19
- Gear: Semtex ; Upgrade: Assault Pack ; Perks: Assassin, Dexterity, Double Time, Ghost (Perk Greed) ; Speciality: Enforcer ; More about call of duty. black ......
Black Ops 6: How Treyarch's Take on Call of Duty Is a Triumphant Return To Form - IMDb - - 2024/09/08 11:34
- ... Call of Duty. 9/4/2024; by Anurag Batham; FandomWire. Image. Call of Duty Revolutionised the Fps Genre By Making the Single-Player Campaigns a Team ......
Warhammer 40K: Space Marine 2 - Heretic Eternal War Gameplay - YouTube - - 2024/09/08 11:20
- 12:24 · Go to channel · Black Ops 6's Action-Hero Movement Changes Call Of Duty For The Better--With Some Risks. GameSpot New 12K views · 20:23....
コミュニティ内の情報をフィードで表示[]
MediaWikiではRSSフォーマット、またはAtomフォーマットによって履歴ページ、特別:最近の更新、特別:新しいページ、特別:存在しないページへのリンクなど多くの特別ページのウェブのフィードを適用し、表示することができます。この場合でもRSSのURLと拡張機能を使って、リストの一部をコミュニティのページなどに表示させることができます。To access these feeds, see Help:Feeds for more information.
For example, showing a feed of new help pages created on Community Central would result in the following:
<rss max="3">https://community.fandom.com/wiki/Special:NewPages?feed=rss&namespace=12</rss>
Help:Interactive Maps/Advanced - CuBaN VeRcEttI - 2024/08/02 23:10
- Celdrøn: ILL: +fr. There are advanced actions you can perform to improve the experience with '''[[Help:Interactive Maps|Interactive Maps]]'''. == CSS customization == Interactive Maps inherit many o...
Help:404 Page - Pathosian - 2024/07/13 16:08
- Pathosian: Adding categories A '''404 Page''' is a page that is shown when the desired page is nonexistent. The standard 404 message is: There is currently no text in this page. You can [[Special:Se...
Help:Structured Quotes - Antonio R. Castro - 2024/06/14 01:43
- Mr. Starfleet Command: format, copyedit Many communities use quote templates to highlight notable snippets of text such as lyrics, book passages, spoken phrases, or extracts from interviews or news a...
関連ヘルプ[]
その他のヘルプとフィードバック[]
- ヘルプ:コンテンツでは、他のヘルプページを閲覧、検索することができます。
- 最新の情報やヘルプについては、コミュニティセントラルをご覧ください。
- この記事で不明確な点や、曖昧な点がございましたら、Fandomとの連絡方法をご確認ください。
- このヘルプはコミュニティセントラル内にて管理されています。