Merge "Remove support for <span class="mw-headline-number"> in headings"

This commit is contained in:
jenkins-bot 2022-10-26 16:29:41 +00:00 committed by Gerrit Code Review
commit c9dadbfe7d
8 changed files with 4 additions and 71 deletions

View file

@ -314,26 +314,13 @@ class CommentUtils {
if ( $headline->hasAttribute( 'data-mw-comment-start' ) ) {
$headline = $headline->parentNode;
Assert::precondition( $headline !== null, 'data-mw-comment-start was attached to a heading' );
}
if ( !$headline->getAttribute( 'id' ) ) {
// PHP HTML: Find the child with .mw-headline
$headline = $headline->firstChild;
while (
$headline && !(
$headline instanceof Element && DOMCompat::getClassList( $headline )->contains( 'mw-headline' )
)
) {
$headline = $headline->nextSibling;
}
if ( $headline ) {
if (
( $firstChild = $headline->firstChild ) instanceof Element &&
DOMCompat::getClassList( $firstChild )->contains( 'mw-headline-number' )
) {
$offset = 1;
}
} else {
$headline = DOMCompat::querySelector( $headline, '.mw-headline' );
if ( !$headline ) {
$headline = $heading;
}
}

View file

@ -258,11 +258,7 @@ function getHeadlineNodeAndOffset( heading ) {
if ( !headline.getAttribute( 'id' ) ) {
// PHP HTML: Find the child with .mw-headline
headline = headline.querySelector( '.mw-headline' );
if ( headline ) {
if ( headline.querySelector( '.mw-headline-number' ) ) {
offset = 1;
}
} else {
if ( !headline ) {
headline = heading;
}
}

View file

@ -27,7 +27,4 @@
<p><span data-mw-comment-start="" id="c-Matma_Rex-2020-11-02T18:32:00.000Z-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)"></span>Double wrapped signature with outer trailing text. <sup><small><a href="/wiki/User:Matma_Rex" title="User:Matma Rex">Matma Rex</a> (<a href="/wiki/User_talk:Matma_Rex" title="User talk:Matma Rex"><font color="green"><i>talk</i></font></a>) 18:32, 2 November 2020 (UTC)</small></sup>text<span class="ext-discussiontools-init-replylink-buttons" data-mw-comment="{&quot;timestamp&quot;:&quot;2020-11-02T18:32:00.000Z&quot;,&quot;author&quot;:&quot;Matma Rex&quot;,&quot;type&quot;:&quot;comment&quot;,&quot;level&quot;:1,&quot;id&quot;:&quot;c-Matma_Rex-2020-11-02T18:32:00.000Z-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)&quot;,&quot;replies&quot;:[]}"><span class="ext-discussiontools-init-replybutton oo-ui-widget oo-ui-widget-enabled oo-ui-buttonElement oo-ui-buttonElement-frameless oo-ui-labelElement oo-ui-flaggedElement-progressive oo-ui-buttonWidget" data-ooui='{"_":"OO.ui.ButtonWidget","rel":["nofollow"],"framed":false,"label":"(discussiontools-replybutton)","flags":["progressive"],"classes":["ext-discussiontools-init-replybutton"]}'><a role="button" tabindex="0" rel="nofollow" class="oo-ui-buttonElement-button"><span class="oo-ui-iconElement-icon oo-ui-iconElement-noIcon oo-ui-image-progressive"></span><span class="oo-ui-labelElement-label">(discussiontools-replybutton)</span><span class="oo-ui-indicatorElement-indicator oo-ui-indicatorElement-noIndicator oo-ui-image-progressive"></span></a></span><span class="ext-discussiontools-init-replylink-bracket">[</span><a class="ext-discussiontools-init-replylink-reply" role="button" tabindex="0" href="">(discussiontools-replylink)</a><span class="ext-discussiontools-init-replylink-bracket">]</span></span><span data-mw-comment-end="c-Matma_Rex-2020-11-02T18:32:00.000Z-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)"></span></p>
<p><span data-mw-comment-start="" id="c-Matma_Rex-2020-11-02T18:33:00.000Z-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)"></span>Trailing tags. <a href="/wiki/User:Matma_Rex" title="User:Matma Rex">Matma Rex</a> (<a href="/wiki/User_talk:Matma_Rex" title="User talk:Matma Rex"><font color="green"><i>talk</i></font></a>) 18:33, 2 November 2020 (UTC)<span>foo<span data-mw-comment-end="c-Matma_Rex-2020-11-02T18:33:00.000Z-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)"></span></span><span class="ext-discussiontools-init-replylink-buttons" data-mw-comment="{&quot;timestamp&quot;:&quot;2020-11-02T18:33:00.000Z&quot;,&quot;author&quot;:&quot;Matma Rex&quot;,&quot;type&quot;:&quot;comment&quot;,&quot;level&quot;:1,&quot;id&quot;:&quot;c-Matma_Rex-2020-11-02T18:33:00.000Z-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)&quot;,&quot;replies&quot;:[]}"><span class="ext-discussiontools-init-replybutton oo-ui-widget oo-ui-widget-enabled oo-ui-buttonElement oo-ui-buttonElement-frameless oo-ui-labelElement oo-ui-flaggedElement-progressive oo-ui-buttonWidget" data-ooui='{"_":"OO.ui.ButtonWidget","rel":["nofollow"],"framed":false,"label":"(discussiontools-replybutton)","flags":["progressive"],"classes":["ext-discussiontools-init-replybutton"]}'><a role="button" tabindex="0" rel="nofollow" class="oo-ui-buttonElement-button"><span class="oo-ui-iconElement-icon oo-ui-iconElement-noIcon oo-ui-image-progressive"></span><span class="oo-ui-labelElement-label">(discussiontools-replybutton)</span><span class="oo-ui-indicatorElement-indicator oo-ui-indicatorElement-noIndicator oo-ui-image-progressive"></span></a></span><span class="ext-discussiontools-init-replylink-bracket">[</span><a class="ext-discussiontools-init-replylink-reply" role="button" tabindex="0" href="">(discussiontools-replylink)</a><span class="ext-discussiontools-init-replylink-bracket">]</span></span></p>
<p><span data-mw-comment-start="" id="c-Matma_Rex-2020-11-02T18:33:00.000Z-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)-1"></span>Trailing void tags (br). <a href="/wiki/User:Matma_Rex" title="User:Matma Rex">Matma Rex</a> (<a href="/wiki/User_talk:Matma_Rex" title="User talk:Matma Rex"><font color="green"><i>talk</i></font></a>) 18:33, 2 November 2020 (UTC)<br/><span class="ext-discussiontools-init-replylink-buttons" data-mw-comment="{&quot;timestamp&quot;:&quot;2020-11-02T18:33:00.000Z&quot;,&quot;author&quot;:&quot;Matma Rex&quot;,&quot;type&quot;:&quot;comment&quot;,&quot;level&quot;:1,&quot;id&quot;:&quot;c-Matma_Rex-2020-11-02T18:33:00.000Z-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)-1&quot;,&quot;replies&quot;:[]}"><span class="ext-discussiontools-init-replybutton oo-ui-widget oo-ui-widget-enabled oo-ui-buttonElement oo-ui-buttonElement-frameless oo-ui-labelElement oo-ui-flaggedElement-progressive oo-ui-buttonWidget" data-ooui='{"_":"OO.ui.ButtonWidget","rel":["nofollow"],"framed":false,"label":"(discussiontools-replybutton)","flags":["progressive"],"classes":["ext-discussiontools-init-replybutton"]}'><a role="button" tabindex="0" rel="nofollow" class="oo-ui-buttonElement-button"><span class="oo-ui-iconElement-icon oo-ui-iconElement-noIcon oo-ui-image-progressive"></span><span class="oo-ui-labelElement-label">(discussiontools-replybutton)</span><span class="oo-ui-indicatorElement-indicator oo-ui-indicatorElement-noIndicator oo-ui-image-progressive"></span></a></span><span class="ext-discussiontools-init-replylink-bracket">[</span><a class="ext-discussiontools-init-replylink-reply" role="button" tabindex="0" href="">(discussiontools-replylink)</a><span class="ext-discussiontools-init-replylink-bracket">]</span></span><span data-mw-comment-end="c-Matma_Rex-2020-11-02T18:33:00.000Z-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)-1"></span></p>
<h2 class="ext-discussiontools-init-section"><span class='ext-discussiontools-init-section-subscribeButton oo-ui-widget oo-ui-widget-enabled oo-ui-buttonElement oo-ui-buttonElement-frameless oo-ui-iconElement oo-ui-labelElement oo-ui-flaggedElement-progressive oo-ui-buttonWidget' data-ooui='{"_":"OO.ui.ButtonWidget","rel":["nofollow"],"framed":false,"icon":"bellOutline","label":"(discussiontools-topicsubscription-button-subscribe-label)","title":"(discussiontools-topicsubscription-button-subscribe-tooltip)","flags":["progressive"],"classes":["ext-discussiontools-init-section-subscribeButton"]}'><a role='button' title='(discussiontools-topicsubscription-button-subscribe-tooltip)' tabindex='0' rel='nofollow' class='oo-ui-buttonElement-button'><span class='oo-ui-iconElement-icon oo-ui-icon-bellOutline oo-ui-image-progressive'></span><span class='oo-ui-labelElement-label'>(discussiontools-topicsubscription-button-subscribe-label)</span><span class='oo-ui-indicatorElement-indicator oo-ui-indicatorElement-noIndicator oo-ui-image-progressive'></span></a></span><span class="ext-discussiontools-init-section-subscribe mw-editsection-like"><span class="ext-discussiontools-init-section-subscribe-bracket">[</span><a href="" class="ext-discussiontools-init-section-subscribe-link" role="button" tabindex="0" title="(discussiontools-topicsubscription-button-subscribe-tooltip)">(discussiontools-topicsubscription-button-subscribe)</a><span class="ext-discussiontools-init-section-subscribe-bracket">]</span></span><span class="mw-headline" id="Transcluded" data-mw-comment="{&quot;headingLevel&quot;:2,&quot;name&quot;:&quot;h-Matma_Rex-2020-11-02T18:34:00.000Z&quot;,&quot;type&quot;:&quot;heading&quot;,&quot;level&quot;:0,&quot;id&quot;:&quot;h-Transcluded-2020-11-02T18:34:00.000Z&quot;,&quot;replies&quot;:[&quot;c-Matma_Rex-2020-11-02T18:34:00.000Z-Transcluded&quot;]}"><span class="mw-headline-number">1</span><span data-mw-comment-start="" id="h-Transcluded-2020-11-02T18:34:00.000Z"></span> Numbered heading with edit section links<span data-mw-comment-end="h-Transcluded-2020-11-02T18:34:00.000Z"></span></span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="#" title="Edit section: ">edit source</a><span class="mw-editsection-bracket">]</span></span><div class="ext-discussiontools-init-section-bar"><div class="ext-discussiontools-init-section-metadata"><span class='ext-discussiontools-init-section-metaitem ext-discussiontools-init-section-timestampLabel'>(discussiontools-topicheader-latestcomment: <a href="#c-Matma_Rex-2020-11-02T18:34:00.000Z-Transcluded">1604342040</a>)</span><span class='ext-discussiontools-init-section-metaitem ext-discussiontools-init-section-commentCountLabel'>(discussiontools-topicheader-commentcount: 1)</span><span class='ext-discussiontools-init-section-metaitem ext-discussiontools-init-section-authorCountLabel'>(discussiontools-topicheader-authorcount: 1)</span></div><div class="ext-discussiontools-init-section-actions"></div></div></h2>
<p><span data-mw-comment-start="" id="c-Matma_Rex-2020-11-02T18:34:00.000Z-Transcluded"></span>comment <a href="/wiki/User:Matma_Rex" title="User:Matma Rex">Matma Rex</a> (<a href="/wiki/User_talk:Matma_Rex" title="User talk:Matma Rex"><font color="green"><i>talk</i></font></a>) 18:34, 2 November 2020 (UTC)<span class="ext-discussiontools-init-replylink-buttons" data-mw-comment="{&quot;timestamp&quot;:&quot;2020-11-02T18:34:00.000Z&quot;,&quot;author&quot;:&quot;Matma Rex&quot;,&quot;type&quot;:&quot;comment&quot;,&quot;level&quot;:1,&quot;id&quot;:&quot;c-Matma_Rex-2020-11-02T18:34:00.000Z-Transcluded&quot;,&quot;replies&quot;:[]}"><span class="ext-discussiontools-init-replybutton oo-ui-widget oo-ui-widget-enabled oo-ui-buttonElement oo-ui-buttonElement-frameless oo-ui-labelElement oo-ui-flaggedElement-progressive oo-ui-buttonWidget" data-ooui='{"_":"OO.ui.ButtonWidget","rel":["nofollow"],"framed":false,"label":"(discussiontools-replybutton)","flags":["progressive"],"classes":["ext-discussiontools-init-replybutton"]}'><a role="button" tabindex="0" rel="nofollow" class="oo-ui-buttonElement-button"><span class="oo-ui-iconElement-icon oo-ui-iconElement-noIcon oo-ui-image-progressive"></span><span class="oo-ui-labelElement-label">(discussiontools-replybutton)</span><span class="oo-ui-indicatorElement-indicator oo-ui-indicatorElement-noIndicator oo-ui-image-progressive"></span></a></span><span class="ext-discussiontools-init-replylink-bracket">[</span><a class="ext-discussiontools-init-replylink-reply" role="button" tabindex="0" href="">(discussiontools-replylink)</a><span class="ext-discussiontools-init-replylink-bracket">]</span></span><span data-mw-comment-end="c-Matma_Rex-2020-11-02T18:34:00.000Z-Transcluded"></span></p>
<!--__DTLATESTCOMMENTPAGE__{"id":"c-Matma_Rex-2020-11-03T12:02:00.000Z-Matma_Rex-2020-11-02T18:28:00.000Z","timestamp":"2020-11-03T12:02:00.000Z","author":"Matma Rex","heading":{"headingLevel":2,"name":"h-Bob-2020-01-25T08:32:00.000Z","type":"heading","level":0,"id":"h-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)-2020-01-25T08:32:00.000Z","replies":["c-Matma_Rex-2020-11-02T18:28:00.000Z-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)","c-Matma_Rex-2020-11-02T18:29:00.000Z-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)","c-Matma_Rex-2020-11-02T18:30:00.000Z-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)","c-Matma_Rex-2020-11-02T18:31:00.000Z-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)","c-Matma_Rex-2020-11-02T18:32:00.000Z-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)","c-Matma_Rex-2020-11-02T18:33:00.000Z-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)","c-Matma_Rex-2020-11-02T18:33:00.000Z-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)-1"],"text":"hello Matma Rex (talk) 18:27, 2 November 2020 (UTC)","linkableTitle":"hello Matma Rex (talk) 18:27, 2 November 2020 (UTC)"}}__-->

View file

@ -27,7 +27,4 @@
<p><span data-mw-comment-start="" id="c-Matma_Rex-2020-11-02T18:32:00.000Z-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)"></span>Double wrapped signature with outer trailing text. <sup><small><a href="/wiki/User:Matma_Rex" title="User:Matma Rex">Matma Rex</a> (<a href="/wiki/User_talk:Matma_Rex" title="User talk:Matma Rex"><font color="green"><i>talk</i></font></a>) 18:32, 2 November 2020 (UTC)</small></sup>text<span class="ext-discussiontools-init-replylink-buttons" data-mw-comment="{&quot;timestamp&quot;:&quot;2020-11-02T18:32:00.000Z&quot;,&quot;author&quot;:&quot;Matma Rex&quot;,&quot;type&quot;:&quot;comment&quot;,&quot;level&quot;:1,&quot;id&quot;:&quot;c-Matma_Rex-2020-11-02T18:32:00.000Z-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)&quot;,&quot;replies&quot;:[]}"><span class="ext-discussiontools-init-replybutton oo-ui-widget oo-ui-widget-enabled oo-ui-buttonElement oo-ui-buttonElement-frameless oo-ui-iconElement oo-ui-labelElement oo-ui-flaggedElement-progressive oo-ui-buttonWidget" data-ooui='{"_":"OO.ui.ButtonWidget","rel":["nofollow"],"framed":false,"icon":"share","label":"(discussiontools-replybutton)","flags":["progressive"],"classes":["ext-discussiontools-init-replybutton"]}'><a role="button" tabindex="0" rel="nofollow" class="oo-ui-buttonElement-button"><span class="oo-ui-iconElement-icon oo-ui-icon-share oo-ui-image-progressive"></span><span class="oo-ui-labelElement-label">(discussiontools-replybutton)</span><span class="oo-ui-indicatorElement-indicator oo-ui-indicatorElement-noIndicator oo-ui-image-progressive"></span></a></span><span class="ext-discussiontools-init-replylink-bracket">[</span><a class="ext-discussiontools-init-replylink-reply" role="button" tabindex="0" href="">(discussiontools-replylink)</a><span class="ext-discussiontools-init-replylink-bracket">]</span></span><span data-mw-comment-end="c-Matma_Rex-2020-11-02T18:32:00.000Z-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)"></span></p>
<p><span data-mw-comment-start="" id="c-Matma_Rex-2020-11-02T18:33:00.000Z-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)"></span>Trailing tags. <a href="/wiki/User:Matma_Rex" title="User:Matma Rex">Matma Rex</a> (<a href="/wiki/User_talk:Matma_Rex" title="User talk:Matma Rex"><font color="green"><i>talk</i></font></a>) 18:33, 2 November 2020 (UTC)<span>foo<span data-mw-comment-end="c-Matma_Rex-2020-11-02T18:33:00.000Z-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)"></span></span><span class="ext-discussiontools-init-replylink-buttons" data-mw-comment="{&quot;timestamp&quot;:&quot;2020-11-02T18:33:00.000Z&quot;,&quot;author&quot;:&quot;Matma Rex&quot;,&quot;type&quot;:&quot;comment&quot;,&quot;level&quot;:1,&quot;id&quot;:&quot;c-Matma_Rex-2020-11-02T18:33:00.000Z-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)&quot;,&quot;replies&quot;:[]}"><span class="ext-discussiontools-init-replybutton oo-ui-widget oo-ui-widget-enabled oo-ui-buttonElement oo-ui-buttonElement-frameless oo-ui-iconElement oo-ui-labelElement oo-ui-flaggedElement-progressive oo-ui-buttonWidget" data-ooui='{"_":"OO.ui.ButtonWidget","rel":["nofollow"],"framed":false,"icon":"share","label":"(discussiontools-replybutton)","flags":["progressive"],"classes":["ext-discussiontools-init-replybutton"]}'><a role="button" tabindex="0" rel="nofollow" class="oo-ui-buttonElement-button"><span class="oo-ui-iconElement-icon oo-ui-icon-share oo-ui-image-progressive"></span><span class="oo-ui-labelElement-label">(discussiontools-replybutton)</span><span class="oo-ui-indicatorElement-indicator oo-ui-indicatorElement-noIndicator oo-ui-image-progressive"></span></a></span><span class="ext-discussiontools-init-replylink-bracket">[</span><a class="ext-discussiontools-init-replylink-reply" role="button" tabindex="0" href="">(discussiontools-replylink)</a><span class="ext-discussiontools-init-replylink-bracket">]</span></span></p>
<p><span data-mw-comment-start="" id="c-Matma_Rex-2020-11-02T18:33:00.000Z-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)-1"></span>Trailing void tags (br). <a href="/wiki/User:Matma_Rex" title="User:Matma Rex">Matma Rex</a> (<a href="/wiki/User_talk:Matma_Rex" title="User talk:Matma Rex"><font color="green"><i>talk</i></font></a>) 18:33, 2 November 2020 (UTC)<br/><span class="ext-discussiontools-init-replylink-buttons" data-mw-comment="{&quot;timestamp&quot;:&quot;2020-11-02T18:33:00.000Z&quot;,&quot;author&quot;:&quot;Matma Rex&quot;,&quot;type&quot;:&quot;comment&quot;,&quot;level&quot;:1,&quot;id&quot;:&quot;c-Matma_Rex-2020-11-02T18:33:00.000Z-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)-1&quot;,&quot;replies&quot;:[]}"><span class="ext-discussiontools-init-replybutton oo-ui-widget oo-ui-widget-enabled oo-ui-buttonElement oo-ui-buttonElement-frameless oo-ui-iconElement oo-ui-labelElement oo-ui-flaggedElement-progressive oo-ui-buttonWidget" data-ooui='{"_":"OO.ui.ButtonWidget","rel":["nofollow"],"framed":false,"icon":"share","label":"(discussiontools-replybutton)","flags":["progressive"],"classes":["ext-discussiontools-init-replybutton"]}'><a role="button" tabindex="0" rel="nofollow" class="oo-ui-buttonElement-button"><span class="oo-ui-iconElement-icon oo-ui-icon-share oo-ui-image-progressive"></span><span class="oo-ui-labelElement-label">(discussiontools-replybutton)</span><span class="oo-ui-indicatorElement-indicator oo-ui-indicatorElement-noIndicator oo-ui-image-progressive"></span></a></span><span class="ext-discussiontools-init-replylink-bracket">[</span><a class="ext-discussiontools-init-replylink-reply" role="button" tabindex="0" href="">(discussiontools-replylink)</a><span class="ext-discussiontools-init-replylink-bracket">]</span></span><span data-mw-comment-end="c-Matma_Rex-2020-11-02T18:33:00.000Z-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)-1"></span></p>
<h2 class="ext-discussiontools-init-section"><span class="ext-discussiontools-init-section-subscribe mw-editsection-like"><span class="ext-discussiontools-init-section-subscribe-bracket">[</span><a href="" class="ext-discussiontools-init-section-subscribe-link" role="button" tabindex="0" title="(discussiontools-topicsubscription-button-subscribe-tooltip)">(discussiontools-topicsubscription-button-subscribe)</a><span class="ext-discussiontools-init-section-subscribe-bracket">]</span></span><span class="mw-headline" id="Transcluded" data-mw-comment="{&quot;headingLevel&quot;:2,&quot;name&quot;:&quot;h-Matma_Rex-2020-11-02T18:34:00.000Z&quot;,&quot;type&quot;:&quot;heading&quot;,&quot;level&quot;:0,&quot;id&quot;:&quot;h-Transcluded-2020-11-02T18:34:00.000Z&quot;,&quot;replies&quot;:[&quot;c-Matma_Rex-2020-11-02T18:34:00.000Z-Transcluded&quot;]}"><span class="mw-headline-number">1</span><span data-mw-comment-start="" id="h-Transcluded-2020-11-02T18:34:00.000Z"></span> Numbered heading with edit section links<span data-mw-comment-end="h-Transcluded-2020-11-02T18:34:00.000Z"></span></span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="#" title="Edit section: ">edit source</a><span class="mw-editsection-bracket">]</span></span><span class='ext-discussiontools-init-section-ellipsisButton oo-ui-widget oo-ui-widget-enabled oo-ui-buttonElement oo-ui-buttonElement-frameless oo-ui-iconElement oo-ui-buttonWidget' data-ooui='{"_":"OO.ui.ButtonMenuSelectWidget","rel":["nofollow"],"framed":false,"icon":"ellipsis","classes":["ext-discussiontools-init-section-ellipsisButton"]}'><a role='button' tabindex='0' rel='nofollow' class='oo-ui-buttonElement-button'><span class='oo-ui-iconElement-icon oo-ui-icon-ellipsis'></span><span class='oo-ui-labelElement-label'></span><span class='oo-ui-indicatorElement-indicator oo-ui-indicatorElement-noIndicator'></span></a></span><div class="ext-discussiontools-init-section-bar"><div class="ext-discussiontools-init-section-metadata"><span class='ext-discussiontools-init-section-metaitem ext-discussiontools-init-section-timestampLabel'>(discussiontools-topicheader-latestcomment: <a href="#c-Matma_Rex-2020-11-02T18:34:00.000Z-Transcluded">1604342040</a>)</span><span class='ext-discussiontools-init-section-metaitem ext-discussiontools-init-section-commentCountLabel'>(discussiontools-topicheader-commentcount: 1)</span><span class='ext-discussiontools-init-section-metaitem ext-discussiontools-init-section-authorCountLabel'>(discussiontools-topicheader-authorcount: 1)</span></div><div class="ext-discussiontools-init-section-actions"><span class='ext-discussiontools-init-section-subscribeButton oo-ui-widget oo-ui-widget-enabled oo-ui-buttonElement oo-ui-buttonElement-frameless oo-ui-iconElement oo-ui-labelElement oo-ui-flaggedElement-progressive oo-ui-buttonWidget' data-ooui='{"_":"OO.ui.ButtonWidget","rel":["nofollow"],"framed":false,"icon":"bellOutline","label":"(discussiontools-topicsubscription-button-subscribe-label)","title":"(discussiontools-topicsubscription-button-subscribe-tooltip)","flags":["progressive"],"classes":["ext-discussiontools-init-section-subscribeButton"]}'><a role='button' title='(discussiontools-topicsubscription-button-subscribe-tooltip)' tabindex='0' rel='nofollow' class='oo-ui-buttonElement-button'><span class='oo-ui-iconElement-icon oo-ui-icon-bellOutline oo-ui-image-progressive'></span><span class='oo-ui-labelElement-label'>(discussiontools-topicsubscription-button-subscribe-label)</span><span class='oo-ui-indicatorElement-indicator oo-ui-indicatorElement-noIndicator oo-ui-image-progressive'></span></a></span></div></div></h2>
<p><span data-mw-comment-start="" id="c-Matma_Rex-2020-11-02T18:34:00.000Z-Transcluded"></span>comment <a href="/wiki/User:Matma_Rex" title="User:Matma Rex">Matma Rex</a> (<a href="/wiki/User_talk:Matma_Rex" title="User talk:Matma Rex"><font color="green"><i>talk</i></font></a>) 18:34, 2 November 2020 (UTC)<span class="ext-discussiontools-init-replylink-buttons" data-mw-comment="{&quot;timestamp&quot;:&quot;2020-11-02T18:34:00.000Z&quot;,&quot;author&quot;:&quot;Matma Rex&quot;,&quot;type&quot;:&quot;comment&quot;,&quot;level&quot;:1,&quot;id&quot;:&quot;c-Matma_Rex-2020-11-02T18:34:00.000Z-Transcluded&quot;,&quot;replies&quot;:[]}"><span class="ext-discussiontools-init-replybutton oo-ui-widget oo-ui-widget-enabled oo-ui-buttonElement oo-ui-buttonElement-frameless oo-ui-iconElement oo-ui-labelElement oo-ui-flaggedElement-progressive oo-ui-buttonWidget" data-ooui='{"_":"OO.ui.ButtonWidget","rel":["nofollow"],"framed":false,"icon":"share","label":"(discussiontools-replybutton)","flags":["progressive"],"classes":["ext-discussiontools-init-replybutton"]}'><a role="button" tabindex="0" rel="nofollow" class="oo-ui-buttonElement-button"><span class="oo-ui-iconElement-icon oo-ui-icon-share oo-ui-image-progressive"></span><span class="oo-ui-labelElement-label">(discussiontools-replybutton)</span><span class="oo-ui-indicatorElement-indicator oo-ui-indicatorElement-noIndicator oo-ui-image-progressive"></span></a></span><span class="ext-discussiontools-init-replylink-bracket">[</span><a class="ext-discussiontools-init-replylink-reply" role="button" tabindex="0" href="">(discussiontools-replylink)</a><span class="ext-discussiontools-init-replylink-bracket">]</span></span><span data-mw-comment-end="c-Matma_Rex-2020-11-02T18:34:00.000Z-Transcluded"></span></p>
<!--__DTLATESTCOMMENTPAGE__{"id":"c-Matma_Rex-2020-11-03T12:02:00.000Z-Matma_Rex-2020-11-02T18:28:00.000Z","timestamp":"2020-11-03T12:02:00.000Z","author":"Matma Rex","heading":{"headingLevel":2,"name":"h-Bob-2020-01-25T08:32:00.000Z","type":"heading","level":0,"id":"h-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)-2020-01-25T08:32:00.000Z","replies":["c-Matma_Rex-2020-11-02T18:28:00.000Z-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)","c-Matma_Rex-2020-11-02T18:29:00.000Z-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)","c-Matma_Rex-2020-11-02T18:30:00.000Z-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)","c-Matma_Rex-2020-11-02T18:31:00.000Z-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)","c-Matma_Rex-2020-11-02T18:32:00.000Z-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)","c-Matma_Rex-2020-11-02T18:33:00.000Z-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)","c-Matma_Rex-2020-11-02T18:33:00.000Z-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)-1"],"text":"hello Matma Rex (talk) 18:27, 2 November 2020 (UTC)","linkableTitle":"hello Matma Rex (talk) 18:27, 2 November 2020 (UTC)"}}__-->

View file

@ -27,6 +27,3 @@
<p>Double wrapped signature with outer trailing text. <sup><small><a href="/wiki/User:Matma_Rex" title="User:Matma Rex">Matma Rex</a> (<a href="/wiki/User_talk:Matma_Rex" title="User talk:Matma Rex"><font color="green"><i>talk</i></font></a>) 18:32, 2 November 2020 (UTC)</small></sup>text</p><dl><dd>Reply to c-Matma_Rex-2020-11-02T18:32:00.000Z-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)</dd></dl>
<p>Trailing tags. <a href="/wiki/User:Matma_Rex" title="User:Matma Rex">Matma Rex</a> (<a href="/wiki/User_talk:Matma_Rex" title="User talk:Matma Rex"><font color="green"><i>talk</i></font></a>) 18:33, 2 November 2020 (UTC)<span>foo</span></p><dl><dd>Reply to c-Matma_Rex-2020-11-02T18:33:00.000Z-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)</dd></dl>
<p>Trailing void tags (br). <a href="/wiki/User:Matma_Rex" title="User:Matma Rex">Matma Rex</a> (<a href="/wiki/User_talk:Matma_Rex" title="User talk:Matma Rex"><font color="green"><i>talk</i></font></a>) 18:33, 2 November 2020 (UTC)<br/></p><dl><dd>Reply to c-Matma_Rex-2020-11-02T18:33:00.000Z-hello_Matma_Rex_(talk)_18:27,_2_November_2020_(UTC)-1</dd></dl>
<h2><span class="mw-headline" id="Transcluded"><span class="mw-headline-number">1</span> Numbered heading with edit section links</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="#" title="Edit section: ">edit source</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>comment <a href="/wiki/User:Matma_Rex" title="User:Matma Rex">Matma Rex</a> (<a href="/wiki/User_talk:Matma_Rex" title="User talk:Matma Rex"><font color="green"><i>talk</i></font></a>) 18:34, 2 November 2020 (UTC)</p><dl><dd>Reply to c-Matma_Rex-2020-11-02T18:34:00.000Z-Transcluded</dd></dl>

View file

@ -27,6 +27,3 @@
<p>Double wrapped signature with outer trailing text. <sup><small><a href="/wiki/User:Matma_Rex" title="User:Matma Rex">Matma Rex</a> (<a href="/wiki/User_talk:Matma_Rex" title="User talk:Matma Rex"><font color="green"><i>talk</i></font></a>) 18:32, 2 November 2020 (UTC)</small></sup>text<a href="#">Reply</a></p>
<p>Trailing tags. <a href="/wiki/User:Matma_Rex" title="User:Matma Rex">Matma Rex</a> (<a href="/wiki/User_talk:Matma_Rex" title="User talk:Matma Rex"><font color="green"><i>talk</i></font></a>) 18:33, 2 November 2020 (UTC)<span>foo</span><a href="#">Reply</a></p>
<p>Trailing void tags (br). <a href="/wiki/User:Matma_Rex" title="User:Matma Rex">Matma Rex</a> (<a href="/wiki/User_talk:Matma_Rex" title="User talk:Matma Rex"><font color="green"><i>talk</i></font></a>) 18:33, 2 November 2020 (UTC)<br/><a href="#">Reply</a></p>
<h2><span class="mw-headline" id="Transcluded"><span class="mw-headline-number">1</span> Numbered heading with edit section links</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="#" title="Edit section: ">edit source</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>comment <a href="/wiki/User:Matma_Rex" title="User:Matma Rex">Matma Rex</a> (<a href="/wiki/User_talk:Matma_Rex" title="User talk:Matma Rex"><font color="green"><i>talk</i></font></a>) 18:34, 2 November 2020 (UTC)<a href="#">Reply</a></p>

View file

@ -27,6 +27,3 @@
<p>Double wrapped signature with outer trailing text. <sup><small><a href="/wiki/User:Matma_Rex" title="User:Matma Rex">Matma Rex</a> (<a href="/wiki/User_talk:Matma_Rex" title="User talk:Matma Rex"><font color="green"><i>talk</i></font></a>) 18:32, 2 November 2020 (UTC)</small></sup>text</p>
<p>Trailing tags. <a href="/wiki/User:Matma_Rex" title="User:Matma Rex">Matma Rex</a> (<a href="/wiki/User_talk:Matma_Rex" title="User talk:Matma Rex"><font color="green"><i>talk</i></font></a>) 18:33, 2 November 2020 (UTC)<span>foo</span></p>
<p>Trailing void tags (br). <a href="/wiki/User:Matma_Rex" title="User:Matma Rex">Matma Rex</a> (<a href="/wiki/User_talk:Matma_Rex" title="User talk:Matma Rex"><font color="green"><i>talk</i></font></a>) 18:33, 2 November 2020 (UTC)<br/></p>
<h2><span class="mw-headline" id="Transcluded"><span class="mw-headline-number">1</span> Numbered heading with edit section links</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="#" title="Edit section: ">edit source</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>comment <a href="/wiki/User:Matma_Rex" title="User:Matma Rex">Matma Rex</a> (<a href="/wiki/User_talk:Matma_Rex" title="User talk:Matma Rex"><font color="green"><i>talk</i></font></a>) 18:34, 2 November 2020 (UTC)</p>

View file

@ -499,40 +499,5 @@
"replies": []
}
]
},
{
"placeholderHeading": false,
"type": "heading",
"range": [
"29/0/1",
"29/0/2"
],
"headingLevel": 2,
"level": 0,
"name": "h-Matma_Rex-2020-11-02T18:34:00.000Z",
"id": "h-Transcluded-2020-11-02T18:34:00.000Z",
"warnings": [],
"replies": [
{
"type": "comment",
"timestamp": "2020-11-02T18:34:00.000Z",
"author": "Matma Rex",
"range": [
"31/0",
"31/4/30"
],
"signatureRanges": [
[
"31/1",
"31/4/30"
]
],
"level": 1,
"name": "c-Matma_Rex-2020-11-02T18:34:00.000Z",
"id": "c-Matma_Rex-2020-11-02T18:34:00.000Z-Transcluded",
"warnings": [],
"replies": []
}
]
}
]