DiscussionsActivity
< DiscussionsActivity | pt-br
Description
Cria uma página especial que exibe as últimas mensagens das Discussões
English (en) العربية (ar) беларуская (be) Deutsch (de) Ελληνικά (el) español (es) eesti (et) suomi (fi) français (fr) हिन्दी (hi) hrvatski (hr) 日本語 (ja) ქართული (ka) 한국어 (ko) polski (pl) português do Brasil (pt-br) русский (ru) Türkçe (tr) українська (uk) Tiếng Việt (vi) 中文(简体) (zh-hans) 中文(繁體) (zh-hant) Translate! [
View ]
DiscussionsActivity cria uma página especial para mostrar as últimas mensagens enviadas nas Discussões em wikis que têm essa funcionalidade habilitada. Seu código é baseado em
DiscussionsFeed , mas foram feitas várias adições visuais e melhoras para fornecer um feed rico semelhante ao da página especial Atividades Recentes da Wiki.
Installation
Add this to MediaWiki:ImportJS :
dev:DiscussionsActivity.js
importArticles:
Add this JavaScript on your wiki (or add the highlighted text to your existing import statement):
importArticles ({ type : 'script' , articles : [ 'u:dev:MediaWiki:DiscussionsActivity.js' , ] });
Local:
Special:MyPage/common.js
Importing multiple scripts? This quick guide shows how to combine the imports. For personal use, note that personal JS must be enabled for your account. If the script requires configuration through MediaWiki:Common.js for sitewide use, don't forget to contact Fandom Staff to get it enabled on your wiki, if it isn't already enabled.
Usage
This script will create a new special page in Special:DiscussionsActivity , available through a link under the title in Special:RecentChanges , Special:SocialActivity , Special:NewFiles and Special:Reports .
The page will automatically take the theme of the wiki.
Changelog
Version
Date
Description
0.10.3
August 27, 2022
Integrated the script with the new Special:Reports tab.
0.10.2
August 12, 2022
Fixed that icons were not displayed any more due to changes in Fandoms codebase.
0.10.1
August 29, 2021
Fixed that text within numbered and bulleted lists was not displayed in the content summary of posts.
0.10.0
August 26, 2021
Rewrite for UCP.
First version with documented changes.