Test:修订间差异

来自工场百科
(创建页面,内容为“<languages/> {{shortcut|MV}} {{TNT|Extension|templatemode = |name = MultimediaViewer |status = stable |type1 = interface |type2 = aja...”)
 
无编辑摘要
标签visualeditor
 
(未显示2个用户的32个中间版本)
第1行: 第1行:
<languages/>
<!-- 什么是注释? -->1、目录是可以自动生成的
{{shortcut|MV}}
=一级标题=
{{TNT|Extension|templatemode =
==二级标题==
|name          = MultimediaViewer
===三级标题===
|status        = stable
====四级标题====
|type1        = interface
最好统一用二级标题作为最高级标题
|type2        = ajax
2、分段为两个“enter”
|hook1        = GetBetaFeaturePreferences
|hook2        = BeforePageDisplay
|hook3        = CategoryPageView
|hook4        = ResourceLoaderGetConfigVars
|author        = [[User:MarkTraceur|Mark Holmquist]], [[User:Tgr (WMF)|Gergő Tisza]], [[User:GDubuc (WMF)|Gilles Dubuc]]
|description  = <translate><!--T:1-->
Provides a better experience to users when they click on thumbnails in a page</translate>
|image        = Screenshot of MultimediaViewer extension 2014-04-21.png
|imagesize    = 300
|version      = 0.3.0
|update        = 2014-03-28
|mediawiki    = <translate><!--T:33-->
1.23+</translate>
|php          = <translate><!--T:34-->
5.3+</translate>
|license      = GPL-2.0+
|download      = {{WikimediaDownload}}
|readme        =
|changelog    =
|namespace    = main
|parameters    = * $wgEnableMediaViewerForLoggedInUsersOnly
* $wgMediaViewerIsInBeta
|tags          =
|rights        =
|example      = <translate><!--T:35-->
[<tvar|filemw>https://www.mediawiki.org/wiki/Extension:MultimediaViewer#mediaviewer/File:Screenshot_of_MultimediaViewer_extension_2014-04-21.png</> MediaWiki.org]</translate>
|needs-updatephp = No
|compatibility =
|bugzilla      = MultimediaViewer
}}
<translate>
<!--T:2-->
The '''MultimediaViewer''' extension gives the user of a wiki a different interface for viewing full-size, or nearly full-size, images in their browser without extraneous page loads or confusing interstitial pages.


== Installation == <!--T:3-->
尝试一下~~


<!--T:4-->
3、符号列表由“*”表示,越多级别越低
'''Option A''': use Vagrant. See the [[MediaWiki-Vagrant]] page for instructions to get a MediaWiki installation going with a Vagrant virtual machine system.
*符号列表
**行首以(*)开始
***符号越多,表示级别越低


<!--T:5-->
4、数字列表用“#”
Then do <code>vagrant enable-role multimediaviewer</code> and then <code>vagrant provision</code>.
#数字列表
##行首以(#)开始
###符号越多,表示级别越低
#数字列表
##行首以(#)开始
###符号越多,表示级别越低
###符号越多,表示级别越低


<!--T:6-->
5、数字和符号还可以混合~
'''Option B''': install manually.
*混合列表
*#也有层次之分
*#*不错吧


<!--T:7-->
6、定义列表
First, consider installing [[Extension:BetaFeatures]]. It may be helpful to hide the media viewer feature behind a preference. If you don't install this, it will be enabled everywhere. MultimediaViewer uses [[Manual:Hooks/GetBetaFeaturePreferences|the GetBetaFeaturePreferences hook]], which is created and run from BetaFeatures, to register this preference.


<!--T:8-->
;定理 : 定理含义
You'll also likely want to download [[Extension:CommonsMetadata]] - it's not a hard requirement, but without it you won't get very much information in your lightboxes.
</translate>
{{ {{TNTN|ExtensionInstall}}
|repo-name=MultimediaViewer
}}
<translate>


== Configuration == <!--T:9-->
7、如果行首是空格,那么它将会以其原始形式出现。
*以下不分级
1、ASD
2、asf
3、hsdghds


<!--T:10-->
8、华丽丽的水平线‘----
* <code>$wgMediaViewerIsInBeta</code> will register a preference with [[<tvar|ext-betafeatures>Extension:BetaFeatures</>|BetaFeatures]] if set to "true"</translate>
<translate>
<!--T:29-->
* <code>$wgMediaViewerEnableByDefault</code> and <code>$wgMediaViewerEnableByDefaultForAnonymous</code> will determine whether MMV is enabled  by default for everyone and for anonymous users, respectively. They both default to true.</translate>
<translate>
<!--T:22-->
* <code>$wgMediaViewerUseThumbnailGuessing</code> will improve performance when enabled, but can be fragile depending on how the wiki is set up (it will probably work fine if you use a [[<tvar|thumb>Manual:thumb.php</>|404 handler]]).</translate>
<translate>
<!--T:23-->
If neither <code>$wgMediaViewerIsInBeta</code> nor <code>$wgEnableMediaViewerForLoggedInUsersOnly</code> are set, MMV will be turned on for '''all users'''!


<!--T:24-->
试试
;Forced download</translate>
----
<translate>
效果
<!--T:25-->
To ensure files are offered for download and not viewed in the user's browser following a click on the ''Download …'' button, the server has to be configured, except when using vagrant:


<!--T:26-->
If the requested URL to an image directory contains the <code>download</code> query parameter, the <code>Content-Disposition</code>-header must be set to <code>attachment</code>.</translate>
<translate>
<!--T:27-->
This can be achieved in Apache and compatible servers [<tvar|dl-apache-sample>https://gerrit.wikimedia.org/r/#/c/120614/3/puppet/templates/content_disposition_attachment.conf.erb</> using mod_rewrite and mod_headers in a <code>.htaccess</code> file].</translate>
<translate>
<!--T:28-->
Varnish configuration can look [<tvar|dl-varnish-sample>https://gerrit.wikimedia.org/r/#/c/120617/7/templates/varnish/upload-frontend.inc.vcl.erb</> like this].


== Using the extension == <!--T:11-->
9、字符加重


<!--T:12-->
''强调'', '''很强调''', '''''超级强调'''''
First thing, before testing, is to make sure you're logged in and you have the preference enabled: Log in to the wiki and go to Special:Preferences, then visit the "Beta features" tab and check the appropriate box.


<!--T:13-->
<strike>删除线</strike>或<u>下划线</u>
Next, go to a page that has a thumbnail on it. Try clicking on the image or on the "expand" icon near it. The lightbox should pop up and give you a bigger view of the image.


<!--T:14-->
<center>使文字居中显示</center>
If you'd prefer, there's an [[<tvar|test>Extension:MultimediaViewer/Exported test wiki</>|exported test environment]] that you can use via Special:Import to quickly set up a suitable testing environment.


== Extending with user scripts == <!--T:15-->
3个“~”来签名:[[用户:Yuanxing14|张元星]]([[用户讨论:Yuanxing14|讨论]])


<!--T:16-->
我是:[[用户:Yuanxing14|张元星]]([[用户讨论:Yuanxing14|讨论]])
If you want to add functionality, you'll have to dig around in the classes and change the functionality pretty manually. We'll work on making this a nicer experience, but given the class and method hierarchy we've built, we think it's not terribly difficult right now.


<!--T:17-->
4个可显示用户名及日期时间:[[用户:Yuanxing14|张元星]]([[用户讨论:Yuanxing14|讨论]]) 2015年2月6日 (五) 16:54 (CST)
'''HOWEVER''', you should avoid doing this too much. If things change internally, then your code might break in unexpected ways, and you (and your users) will be surprised. Don't let that happen, and wait for a more stable way to extend the product.


<!--T:18-->
5个则只显示时间::2015年2月6日 (五) 16:54 (CST)
See [[<tvar|metadata>Extension:MultimediaViewer/Extension:Metadata</>|/Extension:Metadata]] for an example.


== Templates == <!--T:30-->


<!--T:31-->
Multimedia Viewer and [[UploadWizard|Upload Wizard]] needs several templates to show data of photos.</translate>
<translate>
<!--T:32-->
Just save this [[<tvar|exported>Extension:MultimediaViewer/Exported test wiki</>|code]] in a xml file and import it in your wiki.


== See also == <!--T:19-->
10、链接


<!--T:20-->
链接到:[[新手预备知识|新手预备知识]]
* [[Special:MyLanguage/Multimedia|Multimedia]]
</translate>
* {{ll|Multimedia/Media Viewer}}


; Similar extension(s):
当名称与链接目标相同时可简写为:[[新手预备知识|新手预备知识]]
* [[Extension:FancyBoxThumbs|FancyBoxThumbs]] extension


{{TNT|onWikimedia}}
当名称与链接目标不同时:[[新手预备知识|新手须知]],后面的是显示的字符,前面是链接的名字
[[Category:Image extensions{{translation}}]]
 
 
还可以链接到一个页面的某个章节(即命名锚记):
 
[[快速设置指南/FeistyFawn#安装JAVA环境支持]]
 
同样也可以使用不同的名称:
 
[[快速设置指南/FeistyFawn#安装JAVA环境支持|Feisty下安装JAVA环境]
 
自动隐藏圆括号:[[什么是Linux Deepin (yeah)|什么是Linux Deepin]]
 
自动隐藏名字空间:[[Linux Deepin中文:帮助|帮助]]
 
当链接显示为红色,表示此页面尚未创建,你可以通过点击它来创建此页面。
 
外部链接:[http://zh.wikipedia.org/ 维基百科]
 
或直接提供URL:http://zh.wikipedia.org/
 
 
11、图像
 
 
 
12、表格
 
表格符号必须在新的一行的开始使用
{| border=1
| 深之度
| Linux Deepin
|-
| 播放器
| Totem
|}

2019年3月2日 (六) 14:27的最新版本

1、目录是可以自动生成的

一级标题

二级标题

三级标题

四级标题

最好统一用二级标题作为最高级标题 2、分段为两个“enter”

尝试一下~~

3、符号列表由“*”表示,越多级别越低

  • 符号列表
    • 行首以(*)开始
      • 符号越多,表示级别越低

4、数字列表用“#”

  1. 数字列表
    1. 行首以(#)开始
      1. 符号越多,表示级别越低
  2. 数字列表
    1. 行首以(#)开始
      1. 符号越多,表示级别越低
      2. 符号越多,表示级别越低

5、数字和符号还可以混合~

  • 混合列表
    1. 也有层次之分
      • 不错吧

6、定义列表

定理
定理含义

7、如果行首是空格,那么它将会以其原始形式出现。

  • 以下不分级
1、ASD
2、asf
3、hsdghds

8、华丽丽的水平线‘----’

试试


效果


9、字符加重

强调, 很强调, 超级强调

删除线下划线

使文字居中显示

3个“~”来签名:张元星讨论

我是:张元星讨论

4个可显示用户名及日期时间:张元星讨论) 2015年2月6日 (五) 16:54 (CST)

5个则只显示时间::2015年2月6日 (五) 16:54 (CST)


10、链接

链接到:新手预备知识

当名称与链接目标相同时可简写为:新手预备知识

当名称与链接目标不同时:新手须知,后面的是显示的字符,前面是链接的名字


还可以链接到一个页面的某个章节(即命名锚记):

快速设置指南/FeistyFawn#安装JAVA环境支持

同样也可以使用不同的名称:

[[快速设置指南/FeistyFawn#安装JAVA环境支持|Feisty下安装JAVA环境]

自动隐藏圆括号:什么是Linux Deepin

自动隐藏名字空间:帮助

当链接显示为红色,表示此页面尚未创建,你可以通过点击它来创建此页面。

外部链接:维基百科

或直接提供URL:http://zh.wikipedia.org/


11、图像


12、表格

表格符号必须在新的一行的开始使用

深之度 Linux Deepin
播放器 Totem