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:
|
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
- News and notes: Arbitrator election concludes
- Arbitration report: Palestine-Israel articles 5
- Disinformation report: Sex, power, and money revisited
- Op-ed: On the backrooms by Tamzin
- In the media: Like the BBC, often useful but not impartial
- Traffic report: Something Wicked for almost everybody
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)