Misplaced Pages

User talk:BrandonXLF: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 01:03, 16 December 2024 editClueBot III (talk | contribs)Bots1,375,620 editsm Archiving 1 discussion to User talk:BrandonXLF/Archives/2024. (BOT)← Previous edit Revision as of 19:46, 20 December 2024 edit undoAnomalocaris (talk | contribs)Extended confirmed users, Pending changes reviewers87,979 edits Module:Sandbox/BrandonXLF/Module:Map params/testcases: new sectionNext edit →
Line 29: Line 29:
<div lang="en" dir="ltr" class="mw-content-ltr"><div style="-moz-column-count:2; -webkit-column-count:2; column-count:2;"> {{Misplaced Pages:Misplaced Pages Signpost/2024-12-12}} </div><!--Volume 20, Issue 17, manually published--> <div class="hlist" style="margin-top:10px; font-size:90%; padding-left:5px; font-family:Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;"> * ''']''' * ] * ] * ] (]) 21:56, 12 December 2024 (UTC) </div></div> <div lang="en" dir="ltr" class="mw-content-ltr"><div style="-moz-column-count:2; -webkit-column-count:2; column-count:2;"> {{Misplaced Pages:Misplaced Pages Signpost/2024-12-12}} </div><!--Volume 20, Issue 17, manually published--> <div class="hlist" style="margin-top:10px; font-size:90%; padding-left:5px; font-family:Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;"> * ''']''' * ] * ] * ] (]) 21:56, 12 December 2024 (UTC) </div></div>
<!-- Message sent by User:Bri@enwiki using the list at https://en.wikipedia.org/search/?title=Misplaced Pages:Wikipedia_Signpost/Subscribe&oldid=1262352523 --> <!-- Message sent by User:Bri@enwiki using the list at https://en.wikipedia.org/search/?title=Misplaced Pages:Wikipedia_Signpost/Subscribe&oldid=1262352523 -->

== Module:Sandbox/BrandonXLF/Module:Map params/testcases ==

] edited ], changing
<pre>out = out .. "<p><div>'''Live'''</div>" .. (res ~= '' and res or "''No output''") .. '</p>\n'</pre>
to
<pre>out = out .. "<div>'''Live'''</div>" .. (res ~= '' and res or "''No output''") .. '\n'</pre>
Then you changed it to
<pre>out = out .. "<p>'''Live'''<br>" .. (res ~= '' and res or "''No output''") .. '</p>\n'</pre>
but unfortunately, from ExpandTemplates, the output of this line is
<pre><p>'''Live'''<br></pre>
which has a missing end tag for {{tag|p|o}}, and I don't speak module markup, so I can't fix it. —] (]) 19:46, 20 December 2024 (UTC)

Revision as of 19:46, 20 December 2024

 Userpage Talk User scripts Tools 
This talk page is automatically archived. Any threads with no replies in 7 days may be automatically moved.
Archives: 2014, 2015, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
Welcome to my talk page. Please adhere to the talk page guidelines and particularly the following:
  • I will generally respond here to comments that are posted here, rather than replying via your Talk page (or the article Talk page, if you are writing to me here about an article), so you may want to watch this page until you are responded to, or specifically let me know where you'd prefer the reply.
⇒ Start a new Talk topic.

Special characters in portlets links?

Maybe I'm just missing something, but when I try to create a link to say "Special:Contributions/$PAGENAME$" and then click on it, it gets URL encoded and doesn't work as it will turn the / into a "Special:Contributions/User%253ARaladic" Is there any way to work around that? Raladic (talk) 17:40, 1 December 2024 (UTC)

@Raladic Looks like the result of "$PAGENAME$" was being URL encoded twice. I've updated the script so it is not URL encoded when used as part of a page title. Hope that helps! – BrandonXLF (talk) 08:50, 2 December 2024 (UTC)
Awesome, thanks :) Raladic (talk) 16:30, 2 December 2024 (UTC)

Nomination for deletion of Template:Userbox-r/create

Template:Userbox-r/create has been nominated for deletion. You are invited to comment on the discussion at the entry on the Templates for discussion page. Gonnym (talk) 07:30, 12 December 2024 (UTC)

The Signpost: 12 December 2024

* Read this Signpost in full * Single-page * Unsubscribe * MediaWiki message delivery (talk) 21:56, 12 December 2024 (UTC)

Module:Sandbox/BrandonXLF/Module:Map params/testcases

Jonesey95 edited Module:Sandbox/BrandonXLF/Module:Map params/testcases, changing

out = out .. "<p><div>'''Live'''</div>" .. (res ~= '' and res or "''No output''") .. '</p>\n'

to

out = out .. "<div>'''Live'''</div>" .. (res ~= '' and res or "''No output''") .. '\n'

Then you changed it to

out = out .. "<p>'''Live'''<br>" .. (res ~= '' and res or "''No output''") .. '</p>\n'

but unfortunately, from ExpandTemplates, the output of this line is

<p>'''Live'''<br>

which has a missing end tag for <p>, and I don't speak module markup, so I can't fix it. —Anomalocaris (talk) 19:46, 20 December 2024 (UTC)