当您将鼠标悬停在脚注标记上时,参考文献预览功能将显示该脚注的预览。此功能是MediaWiki扩展Popups 的一部分,该扩展用于页面预览 。
参考预览功能旨在实现一个愿望,从德语社区的技术愿望清单,是由wmde的技术团队,与wmf的网络团队的支持。WMF正在开发此功能的设计。 您可以在元维基上的项目主页面获取更多信息。
参考预览显示脚注出现在页面底部时的预览。在预览内,可以显示任何和所有脚注内容(文本,图像,表格,…)。在弹出窗口的顶部,将显示引用类型。 参考预览是为了创造一种体验符合页面预览,以便所有弹出窗口都具有相同的设计,而不管您是悬停在页面链接上还是脚注标记上。
交流
预览功能依赖于JavaScript。如果没有激活JavaScript,就没有悬停效果,脚注标记仍然是简单的跳转标记。
参考预览将默认为所有人启用(包括已登录用户、匿名用户、维基的读者)。
请注意: If you use the Reference Tooltips or Navigation Popups gadget – either because it’s a default gadget on your wiki or because you enabled it individually – you won’t see Reference Previews. If you disable the gadget, you can see Reference Previews.
At the top of each pop-up, Reference Previews prominently indicate what kind of source is being referenced. We currently define six reference types:
Each reference is defined by CSS classes, e.g., <cite class="journal">
for journal references. These classes are set in the <cite>
element in a reference's content. References without cite tags and classes (e.g., plain <ref>
tags) are displayed as "Reference".
To assign a reference type:
cite
class. The English cite
templates, for example this one, specify the cite
class already, and derivations of these templates are used in many wikis. Other templates can also be updated to do so.<cite>
class directly into a <cite>
tag, like so: <ref><cite class="book">reference content</cite></ref>
.
testwiki
):
Reference Previews
Page Previews
此功能的软件消息可在翻译wiki上翻译。我们欢迎您任何形式的帮助!