<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.explainxkcd.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=172.71.241.66</id>
		<title>explain xkcd - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.explainxkcd.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=172.71.241.66"/>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php/Special:Contributions/172.71.241.66"/>
		<updated>2026-04-16T07:19:33Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=explain_xkcd_talk:Editor_FAQ&amp;diff=373060</id>
		<title>explain xkcd talk:Editor FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=explain_xkcd_talk:Editor_FAQ&amp;diff=373060"/>
				<updated>2025-04-15T15:04:39Z</updated>
		
		<summary type="html">&lt;p&gt;172.71.241.66: /* How do I..? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Feel free to enter any question about editing this Wiki and don't forget to sign you comment. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 21:18, 31 May 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Formatting of explanations ==&lt;br /&gt;
&lt;br /&gt;
Many pages contain tables where a definition list would be 1) easier to read 2) mobile friendly, for example: [https://www.explainxkcd.com/wiki/index.php?title=1957:_2018_CVE_List&amp;amp;oldid=160469 1957]. &lt;br /&gt;
&lt;br /&gt;
I was also involved in rewriting the transcript for [[1963]], where the discussion came up about how those should be styled. (&amp;quot;as if you were reading the comic to someone&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
I think we should have a small style guide to encourage sane formatting. What else should such guidelines contain? &lt;br /&gt;
&lt;br /&gt;
Edit: One more thing I'd love to see: semantic headlines (i.e. &amp;lt; h3&amp;gt; headlines for explanation subchapters instead of &amp;lt; h2&amp;gt; which is the same level as the explanation itself)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;(Sidenote: I've been active on explainxkcd for quite some time, but only now got around making an account.)&amp;lt;/small&amp;gt; [[User:Gir|//gir.st/]] ([[User talk:Gir|talk]]) 15:01, 19 August 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Thanks for your remarks. First: There is no need to start every new sentence at a new line. Tables are meant for small content in all other cases it's bad layout. I recently changed this [[2034: Equations]] to a proper floating text. At the transcript tables should never be used, even when there is a table in the comic image it should be described by text. The guide here was mainly written by me because there was nothing like this here before. Some people already helped and I'm happy for any further remarks to enhance it. And this table issue is definitely one; I just not wanted to be the only (arrogant) layout master. Your help is welcome to write something, otherwise I will do so soon.&lt;br /&gt;
:For headlines we don't use HTML-code but WIKI-code. The main headlines are written like this: &amp;lt;nowiki&amp;gt;==Explanation==&amp;lt;/nowiki&amp;gt;, &amp;lt;nowiki&amp;gt;==Transcript==&amp;lt;/nowiki&amp;gt;, and (optional) &amp;lt;nowiki&amp;gt;==Trivia==&amp;lt;/nowiki&amp;gt;. Headlines inside that chapters should be done in this way: &amp;lt;nowiki&amp;gt;;Subtitle&amp;lt;/nowiki&amp;gt;. The preceding semicolon causes the entire line to be rendered in bold. Only when the explanation really needs sub-chapters it can be done by this: &amp;lt;nowiki&amp;gt;===Sub header===&amp;lt;/nowiki&amp;gt; (three equal signs before and after the text). I will put this also into the FAQ.&lt;br /&gt;
:Welcome and thanks for helping. PROTIP: Always use the preview button to check the layout before saving. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 13:39, 20 August 2018 (UTC)&lt;br /&gt;
::hi, I'm aware about the headlines and stuff, it was just shorter to write it this way in the comment. I see you started a bit with a styleguide already; I hope I can contribute to it next week, when things cool down at work a bit. //gir.st/, who is to lazy to log in [[Special:Contributions/172.68.51.190|172.68.51.190]] 06:51, 24 August 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
So, one more thing, regarding 'What is the proper layout for headers?'. I think we should better use small &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;====headings====&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; instead of just description titles (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;;bold text&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;), since it makes the intent clearer. what is your reasoning behind suggesting it the other way round? greetings, [[User:Gir|//gir.st/]] ([[User talk:Gir|talk]]) 14:49, 25 August 2018 (UTC)&lt;br /&gt;
:Thanks for your input and of course Wiki markup headers should be valid. I just believe that the simplest way should also be valid for less experienced writers. When a new explanation starts it's often awful and chaotic; giving a simple but effective structure at the beginning helps against this chaos. So, I'm thinking about dividing the section &amp;quot;What is the proper layout for headers?&amp;quot; (it's a question because it's a FAQ) into two subsections:&lt;br /&gt;
:*easy: a semicolon, the colon at the following paragraph may be mentioned - but I'm not sure about the colon because it should be ''easy''&lt;br /&gt;
:*advanced: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;===headings===&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; if the comic really can be divided into chapters; &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;====headings====&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; as a replacement for the semicolon; and &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;==headings==&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; is forbidden because it belongs to expl, trnsc, trivia. The semicolon, colon issue should be mentioned here.&lt;br /&gt;
:Please consider that there was many chaos in the past and many writers will do their edits without reading this FAQ. So keeping this simple as possible seems to me to be inevitable. And dividing sections by using the semicolon for a header is still much better than many of those tables. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 17:41, 25 August 2018 (UTC)&lt;br /&gt;
::Based on this discussion I edited the current comic here: [http://www.explainxkcd.com/wiki/index.php?title=2037%3A_Supreme_Court_Bracket&amp;amp;type=revision&amp;amp;diff=161880&amp;amp;oldid=161841] and compare it to this former version [http://www.explainxkcd.com/wiki/index.php?title=2037:_Supreme_Court_Bracket&amp;amp;diff=prev&amp;amp;oldid=161841]. Do not focus on the edits, just scroll down to the resulting page.&lt;br /&gt;
::This brought me to another important issue: NO links in a header. At Wikipedia this is also not welcome. This site isn't Wikipedia but in this case I feel this is a good rule. But the TOC (Table of content) is shown in the preview while it's not at the resulting page. The result is preferred but the TOC in the preview may confuse editors here.&lt;br /&gt;
::So, I'm still looking for simple instructions, layouts which advanced people always can enhance.&lt;br /&gt;
::And consider that some editors are probably younger than xkcd is. Not sure about this but there are definitely young people here and I welcome them all. And I'm NOT getting old like Randall sometimes feel, I like to support every editor despite any other background. And this has to be simple on the first place. STOP(I could talk much more) --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 20:49, 25 August 2018 (UTC)&lt;br /&gt;
:::Sorry, I missed this. I'd personally go with the &amp;quot;advanced&amp;quot; option, but mentioning both is fine too. Nice work on 2037! Really enjoying our conversations about this, I hope i'm not a bother ;-) [[User:Gir|//gir.st/]] ([[User talk:Gir|talk]]) 11:20, 28 August 2018 (UTC)&lt;br /&gt;
OK, after a few days and some more edits (for example see here: [[2035: Dark Matter Candidates]]) I believe this would be the best guide:&lt;br /&gt;
*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;====headings====&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; should be preferred because the advantage is that each header has it's own edit button. One other advantage is that the header text will be shown at the summary in the history.&lt;br /&gt;
*The semicolon may be used as a preliminary layout for new comics until it's clear of what content the explanation is composed of.&lt;br /&gt;
*On more rare circumstances the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;===headings===&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; may divide the explanation into different larger chapters.&lt;br /&gt;
*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;==headings==&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; is reserved to the general layout and has not to be used.&lt;br /&gt;
And I still oppose to the colon at the beginning of any paragraph at all. Any thoughts? --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 13:17, 29 August 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
Sorry if it's any bother, or if it's rude to ask (I'm not really very sure about the wiki's etiquette system beyond editing), but could someone create my user page? Thanks, [[User:Xnerkcd|xnerkcd]] ([[User talk:Xnerkcd|talk]]) 14:22, 13 April 2025 (UTC)&lt;br /&gt;
:Done! --[[User:FaviFake|FaviFake]] ([[User talk:FaviFake|talk]]) 15:32, 13 April 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Please '''''do not''''' use semicolon-lines as &amp;quot;headings&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
Hi, sorry to butt in, but I was going to mention this here anyway after I saw it in the FAQ. Please ''don't'' continue to give this advice to editors:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;For headlines you have to use Wiki-style code. The simplest way is a preceding semicolon at the beginning of the line which causes the entire line to be rendered in bold.&amp;lt;ref&amp;gt;§ [[explain xkcd:Editor FAQ#What_is_the_proper_layout_for_headers.3F|What is the proper layout for headers?]] of the [[explain xkcd:Editor FAQ|Editor FAQ]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====References====&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The [[explain xkcd:Editor FAQ#In_which_case_tables_are_meaningful_and_when_not.3F|previous Editor FAQ section]] has it right: in wikicode, the semicolon opens a ''description list'', and will be translated into equivalent HTML. In other words, the wikicode is processed as follows:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Wikicode !! HTML&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:top;&amp;quot; |&amp;lt;pre&amp;gt;; xkcd&lt;br /&gt;
: a popular webcomic&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;amp;lt;dl&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;dt&amp;amp;gt;xkcd&amp;amp;lt;/dt&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;dd&amp;amp;gt;a popular webcomic&amp;amp;lt;/dd&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;/dl&amp;amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
One or more lines started with a semicolon ''must'' be followed by at least one line that starts with a colon, to provide the &amp;lt;code&amp;gt;&amp;amp;lt;dd&amp;amp;gt;...&amp;amp;lt;/dd&amp;amp;gt;&amp;lt;/code&amp;gt; part of the description list block.&lt;br /&gt;
&lt;br /&gt;
It is a {{w|Help:List#Common_mistakes|common mistake}} to use semicolon-lines as &amp;quot;headings&amp;quot;. Unfortunately the result is '''invalid HTML''', since the HTML spec requires that a &amp;lt;code&amp;gt;&amp;amp;lt;dl&amp;amp;gt;&amp;lt;/code&amp;gt; block contain:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Zero or more groups each consisting of one or more dt elements followed by one or more dd elements&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
It's fine to have multiple semicolon-lines in a row (as the HTML standard allows for groups of several &amp;lt;code&amp;gt;&amp;amp;lt;dt&amp;amp;gt;...&amp;amp;lt;/dt&amp;amp;gt;&amp;lt;/code&amp;gt; blocks in sequence), but they must '''always''' be followed by at least one &amp;lt;code&amp;gt;&amp;amp;lt;dd&amp;amp;gt;...&amp;amp;lt;/dd&amp;amp;gt;&amp;lt;/code&amp;gt; block, created in wikicode by following a line started with a semicolon with another line that starts with a colon. &lt;br /&gt;
&lt;br /&gt;
Just like lines started with &amp;lt;code&amp;gt;*&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;#&amp;lt;/code&amp;gt;, a line started with a &amp;lt;code&amp;gt;;&amp;lt;/code&amp;gt; creates a list element, and has syntactic requirements that must be followed. Abusing the description-term wikicode for purposes other than description-list creation not only breaks the HTML on the resulting page, but it makes the content much harder for screen readers and other assistive technologies to parse and accurately reproduce. &lt;br /&gt;
&lt;br /&gt;
(And, yes, technically Mediawiki's use of &amp;lt;code&amp;gt;:&amp;lt;/code&amp;gt;-lines for indenting, as on talk pages, is also invalid since it creates a &amp;lt;code&amp;gt;&amp;amp;lt;dl&amp;amp;gt;&amp;amp;lt;dd&amp;amp;gt;...&amp;amp;lt;/dd&amp;amp;gt;&amp;amp;lt;/dl&amp;amp;gt;&amp;lt;/code&amp;gt; block with no &amp;lt;code&amp;gt;&amp;amp;lt;dt&amp;amp;gt;&amp;lt;/code&amp;gt; element. So it's bad enough on talk pages, it's 100x worse to encourage doing it on '''article''' pages.) Please consider removing this bad advice from the Editor FAQ. Thanks. -- [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 05:48, 5 September 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Thanks for your remarks, that's why I started this FAQ and the discussion about it. Especially the header section is still preliminary, just check the section above here at the talk page.&lt;br /&gt;
:My first purpose is to keep it as simple as possible for writers having not much or no knowledge about wiki code or HTML. After that an advanced section should follow and define the rules for a complete article.&lt;br /&gt;
:Please check my summary from 29 August 2018 just above here. You're right the semicolon isn't a header, that's why I'm saying it should be used only temporary. And after reading your remarks here I would propose a single line with bold text and a following empty line instead of that semicolon thing.&lt;br /&gt;
:Keep it simple for people who just want to write something here; advanced users will change it to an appropriate layout later. Consider: When a new comic is out the explanation often starts in chaos. And for now I'm really happy that the overwhelming usage of tables is stopped.&lt;br /&gt;
:Let me know what you do think about the bold text line (not by semicolon) and the more sophisticated header guidance for the final layout as I've mentioned on 29 August 2018. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 12:45, 5 September 2018 (UTC)&lt;br /&gt;
::And of course the usage of a semicolon should also be mentioned together with the colon because it's a list. An entire paragraph &amp;quot;How do I format lists?&amp;quot; has still to be written yet. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 12:51, 5 September 2018 (UTC)&lt;br /&gt;
::One more: I've checked the definition for &amp;lt;code&amp;gt;dd/dt/dl&amp;lt;/code&amp;gt; and it's clear the &amp;lt;code&amp;gt;dd&amp;lt;/code&amp;gt; tag must be followed by at least one (either &amp;lt;code&amp;gt;dt&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;dl&amp;lt;/code&amp;gt;) child. This tells me that the indent done by a colon is proper HTML. This is very important because every transcript since the first comic uses this indentation. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 13:20, 5 September 2018 (UTC)&lt;br /&gt;
:::On one hand, yes, the HTML is technically invalid, but on the other hand, every browser gets the intended layout correct, in no small part because these sorts of errors have been parts of industry-wide regression test suites since the mid-1990s. Asking users to try to achieve completely unnecessary perfection is a waste of time. Even screenreaders are completely unfazed by this nominal flaw. [[Special:Contributions/172.70.211.36|172.70.211.36]] 01:29, 11 July 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Incomplete tags==&lt;br /&gt;
The FAQ says to use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{incomplete transcript|YOUR REASON}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; but instead of rendering like this (like with the incomplete template):&lt;br /&gt;
&lt;br /&gt;
{{notice|'''This transcript is incomplete:''' ''YOUR REASON'' &amp;lt;br/&amp;gt;If you can address this issue, please '''[{{fullurl:{{{target|{{FULLPAGENAME}}}}}|action=edit}} edit the page]!''' Thanks.}}&lt;br /&gt;
&lt;br /&gt;
It renders like this:&lt;br /&gt;
&lt;br /&gt;
{{notice|'''This transcript is incomplete.''' Please help [{{fullurl:{{{target|{{FULLPAGENAME}}}}}|action=edit}} editing] it! Thanks.}}&lt;br /&gt;
&lt;br /&gt;
Can someone please change this? [[Special:Contributions/172.68.133.180|172.68.133.180]] 02:55, 13 October 2018 (UTC)&lt;br /&gt;
:The FAQ also says: &amp;quot;The reason at the transcript is not shown to the viewer.&amp;quot; You can see it when you edit the transcript. And because the reason for the comic is also often not given this should be enough for the transcript. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 16:49, 15 October 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== math markup ==&lt;br /&gt;
&lt;br /&gt;
Just to note - I was curious about the &amp;quot;math markup&amp;quot; message at the top of each page, and duly followed the link to the Editor FAQ as instructed, but ther--e is no mention of why it shouldn't be used... (no account yet, as I've not made any edits - yet! and i use google data saver, so this is not my ip --&amp;gt;)  --[[Special:Contributions/162.158.34.22|162.158.34.22]] 23:49, 11 December 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
:damn, I'm tired - just re-read the section titles, and there it is.  It's late, so sorry! --[[Special:Contributions/162.158.34.22|162.158.34.22]] 23:54, 11 December 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
::I think the reason given is incomplete, but wanted to check here before I amended it. Transcripts are for the benefit of visually-challenged visitors, so using math markup, and thus rendering the text as images, is counterproductive. Right? -- [[User:Dtgriscom|Dtgriscom]] ([[User talk:Dtgriscom|talk]]) 15:06, 20 March 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::The explanation is (in my opinion) somewhat silly, as the image generated by MathML has an alt tag for text browsers/accessible use. Further, if this wiki's settings were chosen correctly, the image would be output with MathML alongside, which is the ''actual'' (non-plaintext) accessible solution for displaying mathematical formulas on the web. See also: https://accessibility.princeton.edu/about/blog/mathml-accessible-math-markup [[User:DimeCadmium|DimeCadmium]] ([[User talk:DimeCadmium|talk]]) 02:20, 12 October 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Create page for new comic ==&lt;br /&gt;
&lt;br /&gt;
Should there be a paragraph about this?&lt;br /&gt;
Since the bot is not working anymore, people need to do this. I know I have seen isntructions somewhere on this wiki, but cannot find them... [btw: there is a new comic up, right now, as I post this line, which is not yet in the wiki. SO if you know how to do it, do it before explaining it on the FAQ :)] --[[User:Lupo|Lupo]] ([[User talk:Lupo|talk]]) 13:27, 3 January 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Page targeted by Spam ==&lt;br /&gt;
&lt;br /&gt;
The page is currently targeted heavily by Spambots. I am not sure why they target this specific page. It might be, because it is linked in the header? Since Admins (who could protect the FAQ) seem to  be currently absent from the page, anyone got any ideas what to do about it? leave it to spam and create a seperate FAQ with the same content? --[[User:Lupo|Lupo]] ([[User talk:Lupo|talk]]) 10:08, 26 February 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Spaces ==&lt;br /&gt;
&lt;br /&gt;
Seriously, why oh why is [[1285:_Third_Way|1285]] not linked into the statement about the one space / two space [[1285:_Third_Way | controversy]]?  This feels like an inexplicable gap.  Is there a policy insisting the FAQ remain fastidiously humorless in all ways?  [[Special:Contributions/162.158.107.231|162.158.107.231]] 02:10, 29 January 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Duplicating the hover text/title in the transcript section? ==&lt;br /&gt;
&lt;br /&gt;
Is there a reason not to duplicate the title/hovertext in the transcript section, so a screenreader user can be sent there and not have to page back up for that bit (besides &amp;quot;one or more editors would need to check all entries and edit it in where missing&amp;quot;)? [[Special:Contributions/141.101.68.43|141.101.68.43]] 00:11, 28 November 2021 (UTC)&lt;br /&gt;
:For my two (or three) cents:&lt;br /&gt;
:1) You'd be duplicating it, so you ought to lose the sub-image record if you do that or you could get silly with all kinds of repeating of everything..&lt;br /&gt;
:2) It's a Transcript to try to record/present the text (and imagery) you cannot already screen-read.&lt;br /&gt;
:3) It doesn't need manual editing (and manual editing is more likely to have mistakes, anyway).&lt;br /&gt;
:...Perhaps some Template(-pair?) could be developed to sit post-template to &amp;quot;display:screenreader-only&amp;quot; (or whatever the markup format would be) the upper-templated titletext field? [[Special:Contributions/172.70.86.12|172.70.86.12]] 04:00, 28 November 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
== it's/its typo ==&lt;br /&gt;
&lt;br /&gt;
At §[[explain_xkcd:Editor_FAQ#How_do_I_enter_mathematical_or_chemical_formulas.3F| How_do_I_enter_mathematical_or_chemical_formulas?]] please change “it's Wikipedia help page” to “'''its''' Wikipedia help page” (for the same reason that &amp;quot;our&amp;quot; and &amp;quot;their&amp;quot; don't have apostrophes).&lt;br /&gt;
[[User:Kurahaupo|Kurahaupo]] ([[User talk:Kurahaupo|talk]]) 23:44, 29 January 2022 (UTC)&lt;br /&gt;
: Came here to say this, but I see I'm two months too late. [[Special:Contributions/172.70.86.64|172.70.86.64]] 12:32, 9 April 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Punctuation inside quotes and parentheses ==&lt;br /&gt;
&lt;br /&gt;
Can we add a section saying &amp;lt;tt&amp;gt;.&amp;quot;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;,&amp;quot;&amp;lt;/tt&amp;gt; is always better than putting the quotation mark first, and &amp;lt;tt&amp;gt;.)&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;.&amp;quot;)&amp;lt;/tt&amp;gt; are similarly preferable to &amp;lt;tt&amp;gt;).&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;quot;).&amp;lt;/tt&amp;gt; please? We also need to remind editors that numbered hyperlinks come after periods, commas, and parentheses, not before them. [[Special:Contributions/172.69.33.83|172.69.33.83]] 03:30, 3 September 2022 (UTC)&lt;br /&gt;
:...Erm. For quotes, it depends. If a proper sentence(-fragment) then I'd put punctuation in front (entry and exit), with ','=&amp;gt;'.' or vice-versa, as required by the full container sentence, but retaining notable exclamation- and question-marks. &amp;lt;tt&amp;gt;He said, &amp;quot;Erm,&amp;quot; with a hint of hesitation, &amp;quot;For quotes, it depends.&amp;quot;&amp;lt;/tt&amp;gt; I know this is how I was taught to deal with quoted speech (close on fifty years ago), although I know standards change, and it may not even then have been so necessary for non-speech quotations. Yet certainly if I were to mention a set of randomish words like &amp;quot;Red green blue&amp;quot; (or &amp;quot;Red&amp;quot;, &amp;quot;Green&amp;quot; and &amp;quot;Blue&amp;quot;, perhaps) I would unhesitatingly consider it utterly wrong to move punctuation within any such quotation section. And note that an Oxford Comma (even without the quotes) would confuse matters in that second example.&lt;br /&gt;
:As for &amp;lt;tt&amp;gt;.)&amp;lt;/tt&amp;gt; (etc), I've seen somebody ''wrongly'' do this. Do not do it if you have a in-sentence parenthesis (like this). I have never seen any suggestion that you'd do that (like this.) [&amp;lt;= Deliberately wrong!] And, even if it works &amp;quot;like a quote&amp;quot;, it ''really'' looks wrong to me. (The clear exception is when you entirely make a sentence parenthetical, like this.)&lt;br /&gt;
:Now, this is just my own experience/preference/habituation. I have no doubt there are alternative points of view, which I would welcome to be added hereafter. But, whilst supporting the ''initial'' idea to precede quotes with punctuation (yet content to let it slip when others have prior authorship and it causes no additional confusion), I rail against it as an unwavering/absolutist style for all quotes (&amp;quot;quotes&amp;quot; ''and'' 'quotes', and maybe even «quotes» and the rest?) and especially it having any bearing at all in any bracketting/bracing/parenthesi(s|z)ing situations where full and proper start/end mark nesting should be adhered to as the ''only'' useful criteria.&lt;br /&gt;
:An interesting counter-examplee, however, might even mean individualised punctuation either side of a close-paren (if the sentence somehow does not require the same mark as the aside somehow begs, whether that be exclamation, question or even… ellipsis…?!?). Just so. But I'd normally consider rewriting that, as too stream-of-consciousness-like. [[Special:Contributions/162.158.159.73|162.158.159.73]] 04:25, 3 September 2022 (UTC)&lt;br /&gt;
::This is covered in sections [https://www.chicagomanualofstyle.org/16/ch06/ch06_sec005.html 6.5] and [https://www.chicagomanualofstyle.org/16/ch06/ch06_sec009.html 6.9] of the ''Chicago Manual of Style''. The intent is to aid readability. The reasons for variation from such style guidelines are evident when they are compelling, but whether a quotation doesn't actually end with a comma is simply not a compelling reason to write typography which distracts the ordinary reader. [[Special:Contributions/172.70.206.213|172.70.206.213]] 09:32, 3 September 2022 (UTC)&lt;br /&gt;
:::(Chicago links need registration to access, so no idea whose arguments/what alternative it supports.)&lt;br /&gt;
:::There are many Style Manuals (I'd defer to H. W. Fowler's ''Modern English Usage'', if forced). But, I would say, clarity is king above all. And I think the original suggestion is incorrect in that regard.&lt;br /&gt;
:::And depends upon medium. I was taught to put a little finger between words when learning to write with nibbed-pens (and don't smudge/flick the ink!) and a thumb-width indent to each paragraph's first line. Later two spacebars between sentences (and four as indent) when typing.&lt;br /&gt;
:::But that's old-hat (and  doesn't   survive     whitespace      condensing     in    XMLish   context,  etc, anyway). Spell things correctly (or, because of where Randall lives, all Americanised!) and try not to be accidentally ambiguous! And &amp;quot;-1&amp;quot; to original suggestion. [[Special:Contributions/172.70.91.80|172.70.91.80]] 12:04, 3 September 2022 (UTC)&lt;br /&gt;
::::A Google search on, &amp;quot;Fowler's Modern English on quotation,&amp;quot; returns the question, &amp;quot;What is the correct punctuation for quotes?,&amp;quot; in the second paragraph of results. Clicking on it shows the answer, &amp;quot;Commas and periods always go inside the quotation marks in American English; dashes, colons, and semicolons almost always go outside the quotation marks; question marks and exclamation marks sometimes go inside, sometimes stay outside.&amp;quot;[https://www.grammarly.com/blog/quotation-marks/] Does ''Fowler'' diverge from ''Chicago'' in any of these respects? The paywall has a free 30-day trial, and it isn't difficult to find citations to those sections elsewhere. [[Special:Contributions/172.70.206.163|172.70.206.163]] 21:38, 3 September 2022 (UTC)&lt;br /&gt;
:::::(On principle, I don't do 'free trials', but that's just me and a comment on being asked to check something that has hoops to it.)&lt;br /&gt;
:::::Like I said, ''if forced'', I'd defer to Fowler of the many options, after the clear suggestion that Chicago was effectively the ''Académie Française'' of English, no matter which flavo[u]r of the lingo you're defaulting to. And [https://www.thepunctuationguide.com/british-versus-american-style.html this article is interesting], but I'm not sure I agree with its single-/double-quotes mark primacy suggestion.&lt;br /&gt;
:::::Anyway, when it's an actual speech-quoting-quote I'd probably adhere to preceding the quotation marks. But was resonding to OP's (your?) suggestion that it &amp;quot;is always better&amp;quot;. And, coincidentally, just there it is not. Furthermore, Fowler does suggest that where a sentence is equally clear with and without punctuation, one should leave it out. I may not always stick to that myself, with an inordinate love of comma-bound sub-clausing, but I find it a decent principle to aspire to.&lt;br /&gt;
:::::As for &amp;quot;Foo (bar.)&amp;quot;-form sentences. No. Just no. Though &amp;quot;(Foo bar.)&amp;quot;, and then always so in that case! Noting that you've not defended this part of the original idea, so I don't feel the need to continue to flog that aparently terminal equine.&lt;br /&gt;
:::::It's all just opinions, however, just to demonstrate my feelings on the subject as sympathetic to the gist of OP's first respondant. I have no idea if OP and Chicago-linker (and, in turn Chicago-trialler) are the same person or just separately of the opposing opinion. Let those who actually administer the site have the ultimate say (if they wish to have), naturally. [[Special:Contributions/172.69.79.201|172.69.79.201]] 23:18, 3 September 2022 (UTC)&lt;br /&gt;
::::::The reason we don't try to assign identities to the sources of ideas when we discuss them, is because we believe, as Oscar Wilde once said, the value of the idea is greater than the value of the person expressing the idea. Would you please answer the question about whether ''Fowler'' diverges from ''Chicago?'' [[Special:Contributions/172.69.33.83|172.69.33.83]] 23:49, 3 September 2022 (UTC)&lt;br /&gt;
:::::::I have yet to delve into the Windy City's precise text. And Fowler has said much, but how about:&lt;br /&gt;
       [...] Neatness is the sole consideration; just as the ears may be regarded as not hearing organs, but 'handsome volutes of the human capital', so quotation marks may be welcomed as giving a good picturesque finish to a sentence; those who are of this way of thinking must feel that, if they allowed outside them anything short of fine handsome stops like the exclamation and question marks, they would be countenancing an anticlimax. But they are really mere conservatives, masquerading only as aesthetes; and their conservatism will soon have to yield. Argument on the subject is impossible; it is only a question whether the printer's love for the old ways that seem to him so neat, or the writer's and reader's desire to be understood and to understand fully, is to prevail.&amp;quot;&lt;br /&gt;
:::::::And later, as part of a conclusion, the interesting:&lt;br /&gt;
       [...] We recommend that the Times method should be abandoned, and the first or second of the others used according to circumstances.&lt;br /&gt;
        The next question is, Whence is this income derived?—Times.&lt;br /&gt;
        The next question is 'Whence is this income derived?'. (Full direct quotation. Observe the 'monstrosity' stop)&lt;br /&gt;
        The next question is whence this income is derived. (Indirect quotation)&lt;br /&gt;
        The next question is 'Whence this income is derived'. (Indirect quotation with quotation marks, or half-and-half quotation, like the Borrow sentence)&lt;br /&gt;
:::::::Far too much to copypasta. The concluding para just over-eggs my already eggy pudding, so above are just two of the many interesting bits that popped up in the source given at the top of my own definitive search (by exactly the same terms as given above), that demonstrate the evolution of what might be considered acceptible (and why) going into the future, ''[https://www.bartleby.com/116/406.html from 1908]''! [[Special:Contributions/162.158.159.11|162.158.159.11]] 10:06, 4 September 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Math Formatting==&lt;br /&gt;
Math formatting seems to be broken.  For example, the following (from [[2435: Geothmetic Meandian]]) doesn't compile:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\left(\prod_{i=1}^n x_i\right)^\frac{1}{n} = \sqrt[n]{x_1 x_2 \cdots x_n}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Perhaps a configuration error?  The LaTeX markup is correct, and it works on Wikipedia and TeX processing systems like Overleaf, but not here.  Simple things like &amp;lt;math&amp;gt;E=mc^2&amp;lt;/math&amp;gt; seem to work, but more slightly more advanced things like uppercase greek letters (e.g., ''\Pi'') and delimiters (e.g., ''\left('' or ''\right)'') don't seem to.&lt;br /&gt;
&lt;br /&gt;
Or is this by design, and math formulas really shouldn't be part of explanations?  That seems a bit odd to me (especially for an xkcd explanation wiki), but I'm new here and I'm not sure.&lt;br /&gt;
&lt;br /&gt;
:Math formulas should be a part of the explanation. I think this is an error. I am having trouble with this too. I am correcting a formula on 2117. A simple change of superscript positioning triggers the same error for me. [[Special:Contributions/172.69.58.141|172.69.58.141]] 19:15, 14 October 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Clarify &amp;quot;removing Discussion (from main comic article) if it gets too long&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
''What'' gets too long: Article or Discussion (or the net sum of both)? How much ''is'' too long? Is there a 'hmm maybe' buffer, given the inconsistencies in application across articles? Do you just scrap {{template|comic discussion}} (noting header-tab to the Talk: page is always there), or do you leave an explanatory surrogate link for the no-longer-embedded section (especially as others may arrive later and presume that it was missed/removed for no good reason, never mind actually disagreeing over the utility...). And do you do it unilaterally/anonymously, or is it better to posit the change (RFC it, on the relevent Talk: page, or perhaps a Community Portal-like global review page/section) ''before'' stepping in to do so without opposing voices?&lt;br /&gt;
&lt;br /&gt;
I can see why it's a sensible guideline, but I'm not confident that it is being consistently applied (one way or another, or both), and it could do with concensus rather than seemingly arbitrary application at the whim of any old editor. [[Special:Contributions/172.70.91.235|172.70.91.235]] 10:06, 30 October 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How do I..? ==&lt;br /&gt;
How do I add text in my user page?[[User:Ninojin3DD|/&amp;amp;#124;/ i /&amp;amp;#124;/ ()    jin  3 &amp;amp;#124;) &amp;amp;#124;)]] ([[User talk:Ninojin3DD|talk]]) 12:59, 4 January 2025 (UTC)&lt;br /&gt;
:I ''think'' you're asking about why your User Page doesn't actually exist yet, and why you can't create it.&lt;br /&gt;
:Direct answer: It takes a small but significant amount of time spent on the site before you get the ability to create pages yourself (standard procedure). If you wait a while (and ideally show your ability to be a good editor), then you'll get granted that possibility.&lt;br /&gt;
:Indirect (but probably quicker to happen) answer: Convince someone else, already a regular named editor, to create the page(s) for you. Ask nicely, obviously. Or (the lazy way), consider the above as your request and wait for someone to take pity on you on the basis of this. [[Special:Contributions/172.68.205.93|172.68.205.93]] 18:41, 4 January 2025 (UTC) (PS, moved it from a rather unrelated secction. But you'll get the hang of that kind of thing, I'm sure.) [[Special:Contributions/172.68.205.93|172.68.205.93]] 18:41, 4 January 2025 (UTC)&lt;br /&gt;
::Done '''[[User:42.book.addict|&amp;lt;span style=&amp;quot;font-family:Cormorant Garamond;font-size:9pt;color:#A9C6CA&amp;quot;&amp;gt;42.book.addict&amp;lt;/span&amp;gt;]]&amp;lt;sup&amp;gt;[[User talk:42.book.addict|&amp;lt;span style=&amp;quot;font-family:Cormorant Garamond;font-size:6pt;color:#516874&amp;quot;&amp;gt;Talk to me!&amp;lt;/span&amp;gt;]]&amp;lt;/sup&amp;gt;''' 21:34, 4 January 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
How do I add information tags that aren't incomplete tags? --[[User:Xnerkcd|xnerkcd]] ([[User talk:Xnerkcd|talk]]) 08:27, 15 April 2025 (UTC)&lt;br /&gt;
:What kind of information tag? There's...&lt;br /&gt;
:{{notice|This was inserted using the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{notice|...text here...}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; template}}&lt;br /&gt;
:...is that the type you want? Though, just to say, be very sure you're not overusing it. At least in the open wiki, I suppose you can do (more or less) what you want in your User page(s), if that's your intent. [[Special:Contributions/172.71.241.66|172.71.241.66]] 15:04, 15 April 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>172.71.241.66</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:3074:_Push_Notifications&amp;diff=372007</id>
		<title>Talk:3074: Push Notifications</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:3074:_Push_Notifications&amp;diff=372007"/>
				<updated>2025-04-09T23:08:33Z</updated>
		
		<summary type="html">&lt;p&gt;172.71.241.66: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
So...this is the April Fool's comic, if I'm not mistaken... Oh ye of little faith! [[Special:Contributions/172.71.26.106|172.71.26.106]] 20:00, 9 April 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
I turned this on thinking it would just be a few every so often but I quickly realized how this is xkcd and it doesn't &amp;quot;joke&amp;quot;. I had to turn this off because it disrupted my schoolwork by popping up every fricking 5 minutes&lt;br /&gt;
&lt;br /&gt;
Apparently my employer (or ublock) is keeping me from experiencing the full effect of any notifications. All I get is &amp;quot;An *actual* error has occurred. [[Special:Contributions/162.158.91.173|162.158.91.173]] 20:52, 9 April 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
What the heck are the &amp;quot;Zoom Notification&amp;quot; ones, with just a pair of numbers? Now that I've been sitting with this for a little bit, they're by far the most common notifications, and the most mysterious. What is &amp;quot;zoom&amp;quot;ing or should be zoomed-in-on or whatever, and what do the two numbers signify? [[Special:Contributions/172.68.22.75|172.68.22.75]] 20:35, 9 April 2025 (UTC)&lt;br /&gt;
:I think they're coordinates. So far (x,y) has had x from 4 fo 73 (that I've seen) and y from 2 to 28. That gives a tad over 2000 possible combinations, but omething tells me there won't be more than 500 or so in total. Quite a few y=24 (not yet adjacent by x), and any given x has 0 to 3 different y partners (so far). They ''do'' repeat (I'm not recording how many times, but I'm scatterplotting what I get). The ones prefixed with &amp;quot;oh look!&amp;quot; are tightly clustered in x=6..13 and y=4..11, so far, with no non-&amp;quot;oh look!&amp;quot; ones there, so I'm plotting them in a different marker. I ''suspect'', after many many more Zoom Notifications, I'll be left with (enough of) a pixelated image's pixels (of two types, background colour excluded), or else I'm doing it wrong and I should be drawing lines between the dots, but I never managed to grab them all, so I'm relying on it being a random &amp;quot;spraygun droplets&amp;quot; sort of image-reveal. (Still some way to go...) [[Special:Contributions/172.71.241.66|172.71.241.66]] 23:08, 9 April 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
Made a new page called [[3074: Push Notifications/Table of Notifications]], much like [[1506: xkbutt/List of Permalinks]]. I’m hoping that we can put all of the possible notifications into the table, along with any possible images that go along with it and an explanation (if necessary). '''[[User:42.book.addict|&amp;lt;span style=&amp;quot;font-family:Cormorant Garamond;font-size:9pt;color:pink&amp;quot;&amp;gt;42.book.addict&amp;lt;/span&amp;gt;]]&amp;lt;sup&amp;gt;[[User talk:42.book.addict|&amp;lt;span style=&amp;quot;font-family:Cormorant Garamond;font-size:6pt;color:#B1E4E3&amp;quot;&amp;gt;Talk to me!&amp;lt;/span&amp;gt;]]&amp;lt;/sup&amp;gt;''' 21:26, 9 April 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
I clicked on the silence notifications at a cost button a lot and it set Cueball's PC on fire?&lt;br /&gt;
&lt;br /&gt;
I found what is presumably the source code (?) of the comic through the transcript. It’s all JS pages. No idea what they mean (I’m not good with code), but I’m sure that there are some on here that can help dissect it. '''[[User:42.book.addict|&amp;lt;span style=&amp;quot;font-family:Cormorant Garamond;font-size:9pt;color:pink&amp;quot;&amp;gt;42.book.addict&amp;lt;/span&amp;gt;]]&amp;lt;sup&amp;gt;[[User talk:42.book.addict|&amp;lt;span style=&amp;quot;font-family:Cormorant Garamond;font-size:6pt;color:#B1E4E3&amp;quot;&amp;gt;Talk to me!&amp;lt;/span&amp;gt;]]&amp;lt;/sup&amp;gt;''' 21:50, 9 April 2025 (UTC)&lt;br /&gt;
:https://xkcd.com/3074/marconi/manifest.json &lt;br /&gt;
:https://xkcd.com/3074/marconi/static/js/42.4f5b21b3.js&lt;br /&gt;
:https://xkcd.com/3074/marconi/static/js/index.js?v=1&lt;br /&gt;
&lt;br /&gt;
I have a sneaking suspicion the Zoom Notifications are sketching out an image of some sort &lt;br /&gt;
(Update: after plotting like 60 of them no apparent pattern is to be found)  [[User:SkiesShaper|SkiesShaper]] ([[User talk:SkiesShaper|talk]]) 22:24, 9 April 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
Apparently one of the notifications is: &amp;quot;The Earth is spinning at a rate of 1 rpd&amp;quot; This is true if you round it, but not exact. The time it takes to rotate is called a sidereal day, and there's one extra sidereal day a year. Basically, there's one solar day removed in a year, because the Earth's motion around the sun cancels it out. Think of it with a tidally locked planet. It spins around once a year, but the sun never moves. Really there's 1.0027379 rotations per day. [[User:DanielLC|DanielLC]] ([[User talk:DanielLC|talk]]) 23:02, 9 April 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>172.71.241.66</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:3059:_Water_Damage&amp;diff=368105</id>
		<title>Talk:3059: Water Damage</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:3059:_Water_Damage&amp;diff=368105"/>
				<updated>2025-03-06T15:55:35Z</updated>
		
		<summary type="html">&lt;p&gt;172.71.241.66: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
I suppose that there'd be no way to make a 'no fault' claim on your policy. [[Special:Contributions/141.101.98.248|141.101.98.248]] 18:22, 5 March 2025 (UTC)&lt;br /&gt;
: Bravo![[Special:Contributions/172.70.163.15|172.70.163.15]] 09:57, 6 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
Will I have to buy a lithospheric humidifier if I live in a boat? [[Special:Contributions/172.71.190.58|172.71.190.58]] 18:54, 5 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
So is this a series now? Should we make a tag? [[User:Mushrooms|Mushrooms]] ([[User talk:Mushrooms|talk]]) 18:56, 5 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Probably so. Maxwell's Demon was made a category with only three examples, so I don't see why subduction can't also be a category with 1194, 1388, 1829, 2616, 3021, 3059, and almost 2987. [[User:StapleFreeBatteries|StapleFreeBatteries]] ([[User talk:StapleFreeBatteries|talk]]) 09:00, 6 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
um guys, you might wanna check the new what if video [[User:CalibansCreations|'''&amp;lt;span style=&amp;quot;color:#ff0000;&amp;quot;&amp;gt;Caliban&amp;lt;/span&amp;gt;''']] ([[User talk:CalibansCreations|talk]]) 19:04, 5 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
What is going on with the templates? [[User:TomtheBuilder|TomtheBuilder]] ([[User talk:TomtheBuilder|talk]]) 19:28, 5 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
He's on a real geology kick lately huh.  Unfortunately zero of them are funny. [[Special:Contributions/162.158.154.238|162.158.154.238]] 19:32, 5 March 2025 (UTC)&lt;br /&gt;
:Are you kidding? He rocks! Igneously, sedimentarily ''and'' metamorphically! [[Special:Contributions/172.69.195.4|172.69.195.4]] 21:04, 5 March 2025 (UTC)&lt;br /&gt;
::Oh, you mean ingeniously, sentimentally, and metaphorically. Yes. [[User:DKMell|DKMell]] ([[User talk:DKMell|talk]]) 02:53, 6 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
Ponytail is likely wrong here. Water leads to partial melting of the mantle above the slab, not the crust itself. [[User:Rhesus|Rhesus]] ([[User talk:Rhesus|talk]]) 08:15, 6 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
An insurance company could totally defraud millions of Home and business owners by selling too cheap earthquake and volcano insurance with really long lifetimes before installing lithospheric dehumidifiers to make those phenomenons extremely rare. Homeowners beware! [[Special:Contributions/162.158.103.36|162.158.103.36]] 13:29, 6 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
Could we make a category for house related things, with comics like this one and the fridge one and the life hacks series? genuine question I don't fully  understand categories.--[[User:Calpurnia Tate|Calpurnia Tate]] ([[User talk:Calpurnia Tate|talk]]) 13:55, 6 March 2025 (UTC)&lt;br /&gt;
:It can be done (not by me, but I've probably seen well over half the comic-category categories created). If you think that it's useful, I would suggest:&lt;br /&gt;
:*Either here, below, or in the Community Portal pages, lay out your case.&lt;br /&gt;
:*It helps if you suggest a name (or several alternatives) to encompass what you think is &amp;quot;a subject&amp;quot;. Could be ''really'' broad (&amp;quot;Houses&amp;quot;), but I think you're looking to something a lot tighter. (Not quite knowing what you have in mind, so far, I'll wait until I see your next step before seriously suggesting/critiquing the possible choice(s)...)&lt;br /&gt;
:*List the candidate comics. Obviously [[3059: Water Damage]], and very likely [[3037: Radon]], but &amp;quot;the fridge one&amp;quot; immediately reminds me of two different ones you could mean, for different reasons (possibly you'd want them both, and other 'fridge ones' I'm currently not counting!). My inkling is that ''some'' of the Life Hacks are relevent to your idea (e.g. [[1494: Insurance]], but maybe not for that reason), though not others. And maybe checking the existing [[:Category:Tips]] (or similar) will add some (but not all) of that Cat to your list. ...in short demonstrate that &amp;quot;house related things&amp;quot; is a sane group (to which we can also attach a sane name).&lt;br /&gt;
:*There's several people here who I know will see the fleshed out idea and might well implement it (hopefully not before others have chance to provide feedback, and... dare I suggest it... I might pop back up with steering suggestiions!). Certainly more likely to do so when justified. You should ''not'' (though people do) just add &amp;lt;nowiki&amp;gt;[[Some Category Name]]&amp;lt;/nowiki&amp;gt; to the bottom of pages, seemingly at random, and hope someone will un-Redlink this Cat for you after the fact (it's harder to check what you're thinking of including).&lt;br /&gt;
:*As and when it ''is'' set up, the resulting Cat-listing page can be freely nicified, maybe made a member of a some super-Cat, other categories made members of ''it'' and any further comics that you (and others) had accidentally not noted as equivalent can be added so easily. But we need to know where to start from. Which is up to you. (Or, having posited the possibility, someone else may jump in with a convincing grouping ...no guarantee it'll match what you think, though.)&lt;br /&gt;
:Not the only way to procede (nor necessarily the most thorough), but a way which covers most of the bases. [[Special:Contributions/172.70.91.245|172.70.91.245]] 15:53, 6 March 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>172.71.241.66</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2913:_Periodic_Table_Regions&amp;diff=366074</id>
		<title>2913: Periodic Table Regions</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2913:_Periodic_Table_Regions&amp;diff=366074"/>
				<updated>2025-02-19T09:37:23Z</updated>
		
		<summary type="html">&lt;p&gt;172.71.241.66: Added wp link to allotropes of boron&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2913&lt;br /&gt;
| date      = March 29, 2024&lt;br /&gt;
| title     = Periodic Table Regions&lt;br /&gt;
| image     = periodic_table_regions_2x.png&lt;br /&gt;
| imagesize = 740x501px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = Cesium-133, let it be. Cesium-134, let it be even more.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
The {{w|periodic table}} is used to arrange {{w|chemical element}}s based on their properties. This comic groups them together into regions with labels humorously reflecting their properties, characteristics, or uses.&lt;br /&gt;
&lt;br /&gt;
=== Table Sections ===&lt;br /&gt;
&lt;br /&gt;
{| class=wikitable&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Section&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Real table&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Elements contained&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Explanation&lt;br /&gt;
|-&lt;br /&gt;
| Slightly fancy protons || Hydrogen || Hydrogen || Most hydrogen atoms (specifically of the isotope H-1, making up 99.9844% of all hydrogen on Earth) are a proton and an electron. Since the electron can be removed (so only a proton remains) and you can call that an H&amp;lt;sup&amp;gt;+&amp;lt;/sup&amp;gt; ion, [[Randall]] calls hydrogen atoms &amp;quot;slightly fancy protons&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| Weird dirt || Lighter alkali and alkaline earth metals || Lithium, Beryllium || Lithium and beryllium, as some of the lightest elements, have unusual properties compared to heavier metals. Lithium, for instance, is the least dense metal on the periodic table and is used in applications such as [https://www.rsc.org/periodic-table/element/3/lithium rechargeable batteries] and as a {{w|Lithium_(medication)|psychiatric medication}}. Beryllium is both toxic and transparent to X-rays, but also keeps its shape and stiffness over a wide range of temperatures, leading to its use in the primary mirrors of the [https://webb.nasa.gov/content/observatory/ote/mirrors/index.html#3 James Webb Space Telescope]. It was also used in F1, both in brake calipers and {{w|Beryllium#Applications|internal engine parts}}, before being outlawed (due to its toxicity). Also, {{w|Beryllium#Nuclear_applications|both}} {{w|Lithium#Nuclear|elements}} have nuclear applications.&lt;br /&gt;
|-&lt;br /&gt;
| Regular dirt || Middle alkali and alkaline earth metals || Sodium, Magnesium, Potassium, Calcium || Despite being metals, these are listed as &amp;quot;dirt&amp;quot; rather than &amp;quot;metal.&amp;quot; Perhaps this is because they are commonly found in dirt, as they are essential nutrients for plant life and for many other forms of life, including humans.&lt;br /&gt;
|-&lt;br /&gt;
| Ends in a number, let it slumber. Ends in a letter, not much better. || Heavier alkali and alkaline earth metals || Rubidium, Strontium, Cesium&amp;lt;!-- Let's not have an edit war, after all, Randall is American. Also title text's spelling. --&amp;gt;, Barium, Francium, Radium || Highly reactive metals, some of which are commonly used as radioactive isotopes (which are known by a number; e.g. radium-223).&amp;lt;br/&amp;gt;The title text mentions cesium-133 and cesium-134, with the former being the only stable isotope of cesium. The phrase, &amp;quot;cesium-133, let it be,&amp;quot; in the title text is a reference to the mnemonic used to remind one how to identify and to avoid {{w|poison ivy}}: &amp;quot;leaves of 3, let it be&amp;quot;. The joke is that these elements are so aggressively reactive that even where stable isotopes exist, they're incredibly dangerous to handle (ie, &amp;quot;not much better&amp;quot; than the radioactive ones).&lt;br /&gt;
|-&lt;br /&gt;
| Boring alloy metals. It's probably crucial to the spark plug industry or something. (But one of them is radioactive so stay on your toes.) || The left transition metals || Scandium, Titanium, Vanadium, Chromium, Manganese, Yttrium, Zirconium, Niobium, Molybdenum, Technetium, Ruthenium, Hafnium, Tantalum, Tungsten, Rhenium, Osmium || These elements tend not to be very well known to the general public, since they're rarely primary components in anything a typical person would encounter. Nonetheless, they're used as constituents (sometimes as a small but vital trace) in alloys with specific uses, including {{w|stainless steel}}, {{w|Electric light|bulb filaments}} and {{w|Superconductivity|superconductors}}.&amp;lt;br/&amp;gt;A {{w|spark plug}} may use {{w|austenitic stainless steel}}, which includes chromium and (in some cases) molybdenum, for heat and oxidation resistance.&amp;lt;br/&amp;gt;{{w|Technetium}} is the lightest element that has no stable isotope and is thus radioactive. Technetium is commonly used in medical imaging.&lt;br /&gt;
|-&lt;br /&gt;
| Regular metals || The top transition metals || Titanium, Manganese, Iron, Cobalt, Nickel, Copper, Zinc, Aluminum&amp;lt;!-- Let's not have an edit war, after all, Randall is American. --&amp;gt;, Silicon || Commonly known metals (and one metalloid, silicon). These all have important uses in construction and other major industries. Titanium is extremely lightweight and creates bright white sparks. Iron is a common building material. It is used in almost everything from bridges to buildings. Nickel and Zinc are both found in American coins (Zinc makes up 97.5% of the {{w|Penny (United States coin)|penny}}). Copper is part of Gold's family and is used mostly in wires because of its conducting properties. Aluminum is also extremely lightweight like Titanium. It is used in high-stress but lightweight applications such as bike frames and airplanes. &lt;br /&gt;
|-&lt;br /&gt;
| $$$$ || The platinum group || Rhodium, Palladium, Silver, Osmium, Iridium, Platinum, Gold || Rare and highly prized metals. The most expensive of these, osmium, is worth about $1,600 per gram as of when the comic was posted. Gold, silver, and platinum are famous for being precious metals, and are commonly used in jewelry.&lt;br /&gt;
|-&lt;br /&gt;
| Weird metals || The &amp;quot;ordinary metals&amp;quot; and some transition metals || Gallium, Germanium, Cadmium, Indium, Tin, Mercury || These are more obscure than the other metals (except tin and mercury) and tend to have fewer or more specialized uses. Mercury is also the only metal that is liquid at room temperature, and gallium melts just above that at 30 °C (86 °F). Indium is one of the only metals that can be chewed like bubble gum. This is because it is non-toxic and extremely soft.&lt;br /&gt;
|-&lt;br /&gt;
| Boron (fool's carbon) || Boron || Boron || Just as like how {{w|pyrite}} is commonly called &amp;quot;fool's gold&amp;quot;, Randall calls {{w|boron}} &amp;quot;fool's carbon&amp;quot; due to its similarities in the way both elements can make stable {{w|covalently bonded}} molecules. Many of {{w|allotropes of boron|boron’s allotropes}} are also analogous with those of carbon.&lt;br /&gt;
|-&lt;br /&gt;
| You are here || Nonmetals || Carbon, Nitrogen, Oxygen, Phosphorus || Other than hydrogen, these are all the elements required to make {{w|DNA}}, and they make up the majority of atoms in other biological molecules, thus placing you over here.&lt;br /&gt;
|-&lt;br /&gt;
| Murder weapons || Ordinary metals and metalloids || Arsenic, Antimony, Tellurium, Thallium, Lead, Bismuth, Polonium || Arsenic, thallium, lead, and polonium are highly toxic and have notorious histories as poisons. Arsenic, specifically, was a frequently used poison for murders in the 19th century. A radioactive isotope of polonium has been used for clandestine state-sponsored murders, due to the tiny amount needed for a lethal dose. Antimony and tellurium are also hazardous, though to a lesser degree. Lead is also the primary metal used for making bullets, making it a potential tool for murder in a different way. Bismuth is the odd one out, having little toxicity at all, but it is used in lead-free bullets.&lt;br /&gt;
|-&lt;br /&gt;
| Safety goggles required || The lighter halogens + some of group 16 || Fluorine, Sulfur, Chlorine, Selenium, Bromine || These elements are highly reactive, so safety goggles are required. Randall has previously mentioned the nasty properties of {{w|bromine}} at room temperature in [https://what-if.xkcd.com/50/ Extreme Boating] and the awful things you can do with {{w|fluorine}} in [https://what-if.xkcd.com/40/ Pressure Cooker].&lt;br /&gt;
|-&lt;br /&gt;
| Very specific health problems || Iodine and Radon || Iodine, Radon || {{w|Radon}} gas is formed in the radioactive decay series of uranium and thorium, which occur in trace levels in many common minerals. The gravel and concrete used in construction include such minerals, and the radon is released into the air via pores and cracks in the stone and concrete. The relatively poor ventilation in underground spaces such as basements and cellars can cause the radon to accumulate rather than be released into the environment. Eventually, the radon itself decays into other elements, which are also radioactive. Radon is chemically very inert and doesn't bind to anything, but it can still be inhaled, and its daughter elements can bind to dust particles. The radioactive materials, when inhaled, can cause damage to cells, especially in the lungs, with lung cancers as a possible long-term consequence. Iodine is a required nutrient that humans need in trace amounts to remain healthy, with an iodine deficiency typically causing thyroid problems such as goiter. Radioactive iodine is easily taken into the body, deliberately to counteract hyperthyroidism (by giving the thyroid gland radiation damage) or uncontrollably due to exposure to material in nuclear fallout/accidents. Giving high doses of 'normal' iodine would ideally flush out the problematic isotope. Even comparing the two radioactive effects, these two specific health problems are entirely unrelated, and it is only by coincidence that they are corner-to-corner on the periodic table.&lt;br /&gt;
|-&lt;br /&gt;
| Lawful Neutral || Noble gases || Helium, Neon, Argon, Krypton, Xenon || These elements are mostly non-reactive and are referred to as 'noble' as they typically do not associate with other elements. (The first three don't form chemical compounds at all, apart from things like unstable ionic complexes. The other two do form a few compounds, but these are rather difficult to synthesize and are quite reactive.)&lt;br /&gt;
Lawful Neutral is a reference to the {{w|Dungeons &amp;amp; Dragons}} alignment chart, which gives moral categories for characters. The chart goes from Lawful to Chaotic on one axis, and Good to Evil on another. Lawful Neutral means following the law without any bias towards Good or Evil, which could be exemplified by the unreactivity of noble gases. See also: [[2251: Alignment Chart Alignment Chart]].&lt;br /&gt;
|-&lt;br /&gt;
| Don't bother learning their names – they're not staying long || Astatine and Period 7 from Rutherfordium onwards || Astatine, Rutherfordium, Dubnium, Seaborgium, Bohrium, Hassium, Meitnerium, Darmstadtium, Roentgenium, Copernicum, Nihonium, Flerovium, Moscovium, Livermorium, Tennessine, Oganesson || These elements are hard to produce in large quantities and decay within hours or less... in some cases, milliseconds. (Their names haven't exactly been stable, either, with previous multiple systems of placeholder names. For example, dubnium has been called nielsbohrium, hahnium, joliotium, unnilpentium, and eka-tantalum.)&lt;br /&gt;
|-&lt;br /&gt;
| Whoever figures out a better way to fit these up there gets the next Nobel Prize || The internal transition metals || Lanthanum, Cerium, Praseodymium, Neodymium, Promethium, Samarium, Europium, Gadolinium, Terbium, Dysprosium, Holmium, Erbium, Thulium, Ytterbium, Lutetium, Actinium, Thorium, Protactinium, Uranium, Neptunium, Plutonium, Americium, Curium, Berkelium, Californium, Einsteinium, Fermium, Mendelevium, Nobelium, Lawrencium|| The {{w|lanthanide}}s and {{w|actinide}}s are usually placed disconnected from the main periodic table, largely because putting them where they &amp;quot;should&amp;quot; be would [https://ptable.com/image/periodic-table-wide.svg make the chart very long]. Other {{w|types of periodic tables}} that arrange the elements exist; with the seventh period filled out the hunt is on for the eighth period which is expected to {{w|Extended periodic table|contain an extra 18 groups (columns)}}, making a redesign even more prudent than ever.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The periodic table of elements has previously been the subject in [[2214: Chemistry Nobel]], [[2639: Periodic Table Changes]], and [[2723: Outdated Periodic Table]].  It is also referred to or indirectly referenced in a number of other comics, such as [[18: Snapple]], [[821: Five-Minute Comics: Part 3]], and [[1052: Every Major's Terrible]].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:[A periodic table with regions labeled. Regions are marked with shapes that have rounded edges and sometimes a chemical element can be partially in two regions.]&lt;br /&gt;
&lt;br /&gt;
:[Hydrogen:]&lt;br /&gt;
:Slightly fancy protons&lt;br /&gt;
:[Lithium and beryllium:]&lt;br /&gt;
:Weird dirt&lt;br /&gt;
:[4 elements below:]&lt;br /&gt;
:Regular dirt&lt;br /&gt;
:[6 elements further below:]&lt;br /&gt;
:Ends in a number, let it slumber&lt;br /&gt;
:ends in a letter, not much better&lt;br /&gt;
:[Left side of the transition metals group:]&lt;br /&gt;
:Boring alloy metals&lt;br /&gt;
:Probably critical to the spark plug industry or something&lt;br /&gt;
:(but one of them is radioactive so stay on your toes)&lt;br /&gt;
:[Most of the top row of the transition metals + aluminum:]&lt;br /&gt;
:Regular metals&lt;br /&gt;
:[Below the rightmost &amp;quot;regular metals&amp;quot;:]&lt;br /&gt;
:Weird metals&lt;br /&gt;
:[Between &amp;quot;boring alloy metals&amp;quot; and &amp;quot;weird metals&amp;quot;:]&lt;br /&gt;
:$$$$&lt;br /&gt;
:[Boron:]&lt;br /&gt;
:Boron (fool's carbon)&lt;br /&gt;
:[Top-center of p-block:]&lt;br /&gt;
:You are here&lt;br /&gt;
:[Top-right of p-block, excluding the rightmost column:]&lt;br /&gt;
:Safety goggles required&lt;br /&gt;
:[5 uppermost elements of the rightmost column:]&lt;br /&gt;
:Lawful neutral&lt;br /&gt;
:[Iodine and radon:]&lt;br /&gt;
:Very specific health problems&lt;br /&gt;
:[Below and to the right of &amp;quot;weird metals&amp;quot;:]&lt;br /&gt;
:Murder weapons&lt;br /&gt;
:[Bottom row from the fourth column onwards:]&lt;br /&gt;
:Don't bother learning their names - they're not staying long&lt;br /&gt;
:[The lanthanides and actinides below the rest of the table, two rows of fifteen elements, arrow pointing to a conspicuous gap in the third column of the main table where the fifteenth would ordinarily be:]&lt;br /&gt;
:Whoever figures out a better way to fit these up there gets the next Nobel Prize&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Chemistry]]&lt;br /&gt;
[[Category:Nobel Prize]]&lt;br /&gt;
[[Category:Periodic table]]&lt;br /&gt;
[[Category:Dungeons &amp;amp; Dragons]]&lt;/div&gt;</summary>
		<author><name>172.71.241.66</name></author>	</entry>

	</feed>