Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个包含许多页面的大型媒体 wiki,它的结构非常好,并由许多人维护。
但是,我需要一些小工具或功能来显示主页上的最新更改。
例如:更改页面的名称,按日期排序 - 列表中的 20 行..
也许不是每一个小的编辑文本的保存,但通常是最后一个被编辑的页面。
有没有办法做到这一点?对于用户来说,看看最近是否发生了一些变化,这将是非常有帮助的。
您可以嵌入,Special:Recentchanges或者如果您想将更改嵌入某处,请{{Special:RecentChanges/20}}在您的页面中添加代码。
Special:Recentchanges
{{Special:RecentChanges/20}}