2022-01-24 00:59:49 +00:00
|
|
|
!! Version 2
|
|
|
|
|
|
|
|
!! test
|
|
|
|
PageImages with one image
|
|
|
|
!! options
|
|
|
|
property=page_image_free
|
2023-02-14 20:56:07 +00:00
|
|
|
!! config
|
|
|
|
wgParserEnableLegacyMediaDOM=false
|
2022-01-24 00:59:49 +00:00
|
|
|
!! wikitext
|
|
|
|
[[File:Foobar.jpg]]
|
2023-02-10 03:40:57 +00:00
|
|
|
!! metadata
|
|
|
|
property[page_image_free]=Foobar.jpg
|
2022-01-24 00:59:49 +00:00
|
|
|
!! html
|
2023-04-20 20:37:08 +00:00
|
|
|
<p><span class="mw-default-size" typeof="mw:File"><a href="/wiki/File:Foobar.jpg" class="mw-file-description"><img src="http://example.com/images/3/3a/Foobar.jpg" decoding="async" width="1941" height="220" class="mw-file-element" /></a></span>
|
2022-01-24 00:59:49 +00:00
|
|
|
</p>
|
|
|
|
!! end
|
|
|
|
|
|
|
|
!! test
|
|
|
|
PageImages with two images
|
|
|
|
!! options
|
|
|
|
property=page_image_free
|
2023-02-14 20:56:07 +00:00
|
|
|
!! config
|
|
|
|
wgParserEnableLegacyMediaDOM=false
|
2022-01-24 00:59:49 +00:00
|
|
|
!! wikitext
|
|
|
|
[[File:Thumb.png]]
|
|
|
|
[[File:Foobar.jpg]]
|
2023-02-10 03:40:57 +00:00
|
|
|
!! metadata
|
|
|
|
property[page_image_free]=Foobar.jpg
|
2022-01-24 00:59:49 +00:00
|
|
|
!! html
|
2023-04-20 20:37:08 +00:00
|
|
|
<p><span class="mw-default-size" typeof="mw:File"><a href="/wiki/File:Thumb.png" class="mw-file-description"><img src="http://example.com/images/e/ea/Thumb.png" decoding="async" width="135" height="135" class="mw-file-element" /></a></span>
|
|
|
|
<span class="mw-default-size" typeof="mw:File"><a href="/wiki/File:Foobar.jpg" class="mw-file-description"><img src="http://example.com/images/3/3a/Foobar.jpg" decoding="async" width="1941" height="220" class="mw-file-element" /></a></span>
|
2022-01-24 00:59:49 +00:00
|
|
|
</p>
|
|
|
|
!! end
|
|
|
|
|
|
|
|
!! test
|
|
|
|
PageImages with best excluded by wgPageImagesLeadSectionOnly
|
|
|
|
!! options
|
|
|
|
property=page_image_free
|
2022-11-24 12:50:52 +00:00
|
|
|
disabled
|
2024-02-19 18:04:39 +00:00
|
|
|
!! config
|
|
|
|
wgParserEnableLegacyMediaDOM=false
|
2023-02-10 03:40:57 +00:00
|
|
|
!! metadata
|
|
|
|
property[page_image_free]=Thumb.png
|
2022-01-24 00:59:49 +00:00
|
|
|
!! wikitext
|
|
|
|
[[File:Thumb.png]]
|
|
|
|
|
|
|
|
== Section ==
|
|
|
|
|
|
|
|
[[File:Foobar.jpg]]
|
|
|
|
!! html
|
|
|
|
<p><a href="/wiki/File:Thumb.png" class="image"><img alt="Thumb.png" src="http://example.com/images/e/ea/Thumb.png" decoding="async" width="135" height="135" /></a>
|
|
|
|
</p>
|
|
|
|
<h2><span class="mw-headline" id="Section">Section</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: Section">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
|
|
|
|
<p><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" decoding="async" width="1941" height="220" /></a>
|
|
|
|
</p>
|
|
|
|
!! end
|
2024-02-19 18:04:39 +00:00
|
|
|
|
|
|
|
!! test
|
|
|
|
PageImages with toc and image in heading
|
|
|
|
!! options
|
|
|
|
property=page_image_free
|
|
|
|
!! config
|
|
|
|
wgParserEnableLegacyMediaDOM=false
|
|
|
|
!! wikitext
|
|
|
|
__TOC__
|
|
|
|
== Hello [[File:Foobar.jpg]] ==
|
|
|
|
!! metadata
|
|
|
|
property[page_image_free]=Foobar.jpg
|
|
|
|
!! html
|
|
|
|
<div id="toc" class="toc" role="navigation" aria-labelledby="mw-toc-heading"><input type="checkbox" role="button" id="toctogglecheckbox" class="toctogglecheckbox" style="display:none" /><div class="toctitle" lang="en" dir="ltr"><h2 id="mw-toc-heading">Contents</h2><span class="toctogglespan"><label class="toctogglelabel" for="toctogglecheckbox"></label></span></div>
|
|
|
|
<ul>
|
|
|
|
<li class="toclevel-1 tocsection-1"><a href="#Hello"><span class="tocnumber">1</span> <span class="toctext">Hello</span></a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<h2><span class="mw-headline" id="Hello">Hello <span class="mw-default-size" typeof="mw:File"><a href="/wiki/File:Foobar.jpg" class="mw-file-description"><img src="http://example.com/images/3/3a/Foobar.jpg" decoding="async" width="1941" height="220" class="mw-file-element" /></a></span></span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&action=edit&section=1" title="Edit section: Hello">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
|
|
|
|
!! end
|