<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://me-pedia.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tom+cfs</id>
	<title>MEpedia - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://me-pedia.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tom+cfs"/>
	<link rel="alternate" type="text/html" href="https://me-pedia.org/wiki/Special:Contributions/Tom_cfs"/>
	<updated>2026-04-07T18:02:25Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://me-pedia.org/w/index.php?title=User_talk:Notjusttired&amp;diff=77936</id>
		<title>User talk:Notjusttired</title>
		<link rel="alternate" type="text/html" href="https://me-pedia.org/w/index.php?title=User_talk:Notjusttired&amp;diff=77936"/>
		<updated>2019-11-17T05:25:11Z</updated>

		<summary type="html">&lt;p&gt;Tom cfs:New theory of cfs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== New theory of CFS ==&lt;br /&gt;
&lt;br /&gt;
Hi. I have a new theory of CFS. I&#039;m not sure this is the best forum, but I&#039;d love it if you&#039;d take a look. &lt;br /&gt;
&lt;br /&gt;
https://cfstheory.blogspot.com/2019/11/new-theory-of-cfs.html&lt;br /&gt;
&lt;br /&gt;
Thanks! -Tom&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==subpages==&lt;br /&gt;
[[User_talk:Notjusttired/cleanup]]&lt;br /&gt;
&lt;br /&gt;
==Leave me a message ==&lt;br /&gt;
&lt;br /&gt;
Could you explain what you are doing to the [[fatty acid]] and the [[antibody]] pages?  You are removing important links that are there to remind us that we need to create these pages.  Red links help us to figure out which important pages need to be created, such as the [[fatty acid]] and the [[antibody]] pages.  By removing important red links, we lose track of which pages need to be created.  All your changes will need to be reverted when the pages are created.  If you are looking to simplify things, then we can get rid of the categories, rather than the main pages for the categories.  In this case, we would combine all pages in the category into the main page for the category, so that we have one page, rather than a whole category.  Please explain.&lt;br /&gt;
&amp;lt;br&amp;gt;[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 00:29, October 11, 2019 (EDT)&lt;br /&gt;
:I already discussed this with [[User:Kmdenmark]] as I think you&#039;ve already seen [[Talk:Single_nucleotide_polymorphism here]] - others you tagged earlier did not respond. Those pages won&#039;t have enough content to be worthwhile do terms are now added to the glossary. They have been stub pages for many years rather than wanted pages - I have looked for content and there is simply too little to justify a page. Fatty acids is a category that does not need a summary article in my view, plus there are articles for very long chain fatty acids, short chain fatty acids, etc. Please think carefully about making mass reverts without checking. [[User:Pyrrhus]]  ~[[User:Notjusttired|Njt]] ([[User talk:Notjusttired|talk]]) 09:26, October 11, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Messages I&#039;ve seen:&lt;br /&gt;
&lt;br /&gt;
{{collapse top}}&lt;br /&gt;
Hi Njt!  I just wanted to briefly clarify what I said on Kmdenmark&#039;s talk page.  I&#039;ll use bullet points because I find it easier to organize my thoughts:&lt;br /&gt;
* There are three different language settings in MediaWiki: &lt;br /&gt;
** The wiki&#039;s default language setting (specified in LocalSettings.php)&lt;br /&gt;
** The page&#039;s content language setting (reflected by the language code suffix such as &amp;quot;/de&amp;quot;)&lt;br /&gt;
** The reader&#039;s preferred language setting (specified in preferences, for now)&lt;br /&gt;
&lt;br /&gt;
* The visible screen in MediaWiki is divided into user interface and content.  &lt;br /&gt;
** The user interface should always match the reader&#039;s preferred language setting.&lt;br /&gt;
** The content should always match the page&#039;s content language setting.&lt;br /&gt;
&lt;br /&gt;
*Now, template messages mostly count as user interface, not as content, so templates mostly follow the reader&#039;s preferred language, not the page&#039;s content language.  This is why templates use &amp;lt;nowiki&amp;gt;{{int:}} or {{int:lang}}&amp;lt;/nowiki&amp;gt;, since these parser functions follow the reader&#039;s preferred language, not the page&#039;s content language.&lt;br /&gt;
*However, when you&#039;re editing content inside a regular page, your content should follow the page&#039;s content language.  In this case, you should use &amp;lt;nowiki&amp;gt;{{PAGELANGUAGE}}, not {{int:}}&amp;lt;/nowiki&amp;gt;.  Of course, since each language gets their own page via a suffix like &amp;quot;/de&amp;quot;, you probably won&#039;t need to use either.&lt;br /&gt;
&lt;br /&gt;
*Example: [[Template:Cleanup]] displays a message about the page at the top of the page.  This is best considered part of the user interface, not part of the page itself.  Therefore, this template will follow the reader&#039;s preferred language and use &amp;lt;nowiki&amp;gt;{{int:}}, not {{PAGELANGUAGE}}&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
*Example: [[Glossary/de]] is a content page.  Therefore anything added to this page should follow the page&#039;s content language, not the reader&#039;s preferred language.  To put it another way, the content of a page ending in &amp;quot;/de&amp;quot; should be in German, no matter what the reader&#039;s preferred language is.&lt;br /&gt;
*More complicated example: [[Template:Citation needed]] displays a message embedded inside the content of a page.  Does this make it part of the user interface or part of the page content itself?  If we consider it part of the user interface, then it should use &amp;lt;nowiki&amp;gt;{{int:lang}}&amp;lt;/nowiki&amp;gt;.  However, if we consider it part of the page content then it should use &amp;lt;nowiki&amp;gt;{{PAGELANGUAGE}} instead of {{int:lang}}&amp;lt;/nowiki&amp;gt;.  This is kind of a grey area, but the more I think about it, it should probably be considered part of the content, not part of the user interface.  Therefore, we should consider switching it from &amp;lt;nowiki&amp;gt;{{int:lang}} to {{PAGELANGUAGE}}&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
*NOTE: &amp;lt;nowiki&amp;gt;{{PAGELANGUAGE}}&amp;lt;/nowiki&amp;gt; does not yet work, as it needs a developer change in order to make sure that it returns the same language as the &amp;quot;/de&amp;quot; suffix.  &lt;br /&gt;
&lt;br /&gt;
Hope this is clear!&lt;br /&gt;
&amp;lt;br&amp;gt;[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 00:04, September 7, 2019 (EDT)&lt;br /&gt;
:Thanks for the great explanation. Does PAGELANGUAGE use system messages? I guess having a main page in different languages would probably be too much to maintain? Although if it was possible to create them using system messages it might be simple since the page doesn&#039;t change often. Do you know if the word Portal is translated in the user interface? I think it might not be. A more recent developer tasks list would be appreciated on Slack since I am not sure if we have requested certain things or not. [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 09:23, September 7, 2019 (EDT)&lt;br /&gt;
::PAGELANGUAGE is just a global system variable that returns the page content language of the current page.  I don’t think having the main page in different languages will be such a big deal, it’s short and it doesn’t change much.  Plus, you don’t need admin privileges to create [[Welcome to MEpedia/de]], like you would need in order to create a system message.  But more importantly, if someone chooses to view the German version of the main page using the interlanguage links in the sidebar, then they should expect to see the page in German, not in whatever their reader preferred language setting might be at the time, which is why system messages are to be avoided in a content page.  This will all probably become much clearer when the developer changes are made and we can test things out for ourselves.  I’ll send you a link on Slack to the “DRAFT Developer Suggestions” as it currently stands.  Hope this helps.&lt;br /&gt;
::[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 20:41, September 7, 2019 (EDT)&lt;br /&gt;
:::Great! My thinking with system messages was to use without &#039;&#039;&#039;int:&#039;&#039;&#039;, eg &amp;lt;nowiki &amp;gt;MediaWiki:mymessage/{{PAGELANGUAGE}}&amp;lt;/nowiki &amp;gt; [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 15:51, September 8, 2019 (EDT)&lt;br /&gt;
{{collapse bottom}}&lt;br /&gt;
&lt;br /&gt;
==Category banners: Medical hypotheses and Potential treatments ==&lt;br /&gt;
{{collapse top}}&lt;br /&gt;
&#039;&#039;&#039;Compatibility with all skins&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
Both the pivot and Timeless (dark) skins rely on classes being used - without that no banner appears on the Pivot skin and the colors are messed up on Timeless skin (it adds a dark shadow to text to improve contrast: it&#039;s also a &amp;quot;low vision&amp;quot; skin). Current banners are created by [[MediaWiki:Common.js]] Javascript using the following classes and css (note: banner position can be moved below heading if &amp;quot;append&amp;quot; is used instead of &amp;quot;prepend&amp;quot;).&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
//$(&amp;quot;.mw-body-content&amp;quot;).css (&amp;quot;background-color&amp;quot;,&amp;quot;#f8d6c2&amp;quot;);&lt;br /&gt;
     //$(&amp;quot;.toc&amp;quot;).css (&amp;quot;background-color&amp;quot;,&amp;quot;#f8d6c2&amp;quot;);&lt;br /&gt;
     $(&amp;quot;.firstHeading&amp;quot;).prepend (&#039;&amp;lt;div style = &amp;quot;margin:auto;padding:20px;width:100%;text-align:center;background-color:#00ee54;&amp;quot;&amp;gt;This is a &amp;lt;a href = &amp;quot;/wiki/Category:Potential_treatments&amp;quot;&amp;gt;Potential treatments&amp;lt;/a&amp;gt; page&amp;lt;/div&amp;gt;&#039;);&lt;br /&gt;
&lt;br /&gt;
// pivot fix&lt;br /&gt;
$(&amp;quot;h1.title&amp;quot;...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
So any h1 headings should apply &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;class=&amp;quot;title&amp;quot;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; and text not using the &amp;quot;h1&amp;quot; style should include &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;class=&amp;quot;firstHeading&amp;quot;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
We should probably move these colors to [[MediaWiki:Common.css]], perhaps creating a class for each banner style with the relevant background and font colors.&lt;br /&gt;
 &lt;br /&gt;
Suggested new formatting: using low vision sky blue to slightly improve contrast, fixing text color rather than changing depending on if the link has been visited or not, and a text shadow to improve visibly.&lt;br /&gt;
&lt;br /&gt;
Add to [[MediaWiki:Common.css]]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
.title {&lt;br /&gt;
   background-color: #56b4e9;&lt;br /&gt;
   color: white;&lt;br /&gt;
   margin:auto;&lt;br /&gt;
   padding:20px;&lt;br /&gt;
   width:100%;&lt;br /&gt;
   text-align: center;&lt;br /&gt;
   font-size: 1.8em;&lt;br /&gt;
   text-shadow: 1px 1px black;&lt;br /&gt;
}&lt;br /&gt;
.title a.link:active, .title a.link:hover,&lt;br /&gt;
 .title a.link:visited, .title a.link,&lt;br /&gt;
 .title a {&lt;br /&gt;
    color: white !important;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Change code on [[MediaWiki:Top-notice-Biopsychosocial model]] to:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;title&amp;quot; style=&amp;quot;background: #56b4e9&amp;quot;&amp;gt;This is a [[:Category:Medical_hypotheses|Medical hypothesis]] page.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
~[[User:Notjusttired|Njt]] ([[User talk:Notjusttired|talk]]) 16:55, October 25, 2019 (EDT)[[User:Notjusttired|Njt]] ([[User talk:Notjusttired|talk]]) 16:40, October 25, 2019 (EDT)[[User:Notjusttired|Njt]] ([[User talk:Notjusttired|talk]]) 16:08, October 25, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
Code now above. I think I over-complicated explanation - won&#039;t add new features, just better color contrast and text shadow which works on all skins (light and dark). Once confirmed working small updates needed to [[MediaWiki:Common.js]] for both Potential treatments and Medical hypothesis banners. Pretty much looks like this (but with a link):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:auto; padding:20px; width:100%; text-align:center; background-color:#56b4e9!important; font-size: 1.8em!important; color: #fff!important; text-shadow: 1px 1px black;&amp;quot;&amp;gt;This is a &amp;lt;span style=&amp;quot;font-weight:bold&amp;quot;&amp;gt;Medical hypothesis&amp;lt;/span&amp;gt; page.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::[[User:Pyrrhus]]  ~[[User:Notjusttired|Njt]] ([[User talk:Notjusttired|talk]]) 16:55, October 25, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
:This sounds like a new feature request.  You can start a new section for this request at [[MediaWiki talk:Common.js]].  This talk page will be deleted once I am done testing the new banner.&lt;br /&gt;
:[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 16:31, October 25, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
::I think I understand now.  One question: Is &amp;quot;title&amp;quot; a new CSS class or an existing class?  If it&#039;s a new class, maybe we should choose a more unique name such as &amp;quot;custom-header&amp;quot; or something that won&#039;t conflict with other classes? [[User:Notjusttired]]&lt;br /&gt;
::[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 18:25, October 25, 2019 (EDT)&lt;br /&gt;
{{collapse bottom}}&lt;br /&gt;
&lt;br /&gt;
==Bulk Import==&lt;br /&gt;
{{Done}} {{Thanks}} [[User:Kmdenmark]]&lt;br /&gt;
{{collapse top}}&lt;br /&gt;
&amp;lt;pre &amp;gt;&lt;br /&gt;
&amp;lt;mediawiki xmlns=&amp;quot;http://www.mediawiki.org/xml/export-0.10/&amp;quot; xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; xsi:schemaLocation=&amp;quot;http://www.mediawiki.org/xml/export-0.10/ http://www.mediawiki.org/xml/export-0.10.xsd&amp;quot; version=&amp;quot;0.10&amp;quot; xml:lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;siteinfo&amp;gt;&lt;br /&gt;
    &amp;lt;sitename&amp;gt;MEpedia&amp;lt;/sitename&amp;gt;&lt;br /&gt;
    &amp;lt;dbname&amp;gt;me_pedia_org_3&amp;lt;/dbname&amp;gt;&lt;br /&gt;
    &amp;lt;base&amp;gt;https://www.me-pedia.org/wiki/Welcome_to_MEpedia&amp;lt;/base&amp;gt;&lt;br /&gt;
    &amp;lt;generator&amp;gt;MediaWiki 1.30.0&amp;lt;/generator&amp;gt;&lt;br /&gt;
    &amp;lt;case&amp;gt;first-letter&amp;lt;/case&amp;gt;&lt;br /&gt;
    &amp;lt;namespaces&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;-2&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Media&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;-1&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Special&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;0&amp;quot; case=&amp;quot;first-letter&amp;quot; /&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;2&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;User&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;3&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;User talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;4&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;MEpedia&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;5&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;MEpedia talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;6&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;File&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;7&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;File talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;8&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;MediaWiki&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;9&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;MediaWiki talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;10&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Template&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;11&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Template talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;12&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Help&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;13&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Help talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;14&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Category&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;15&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Category talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;828&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Module&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;829&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Module talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;2300&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Gadget&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;2301&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Gadget talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;2302&amp;quot; case=&amp;quot;case-sensitive&amp;quot;&amp;gt;Gadget definition&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;2303&amp;quot; case=&amp;quot;case-sensitive&amp;quot;&amp;gt;Gadget definition talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;3006&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Portal&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;3007&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Portal talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
    &amp;lt;/namespaces&amp;gt;&lt;br /&gt;
  &amp;lt;/siteinfo&amp;gt;&lt;br /&gt;
  &amp;lt;page&amp;gt;&lt;br /&gt;
    &amp;lt;title&amp;gt;MediaWiki:Pagetriage-tags-cleanup-desc&amp;lt;/title&amp;gt;&lt;br /&gt;
    &amp;lt;ns&amp;gt;8&amp;lt;/ns&amp;gt;&lt;br /&gt;
    &amp;lt;revision&amp;gt;&lt;br /&gt;
      &amp;lt;model&amp;gt;wikitext&amp;lt;/model&amp;gt;&lt;br /&gt;
      &amp;lt;format&amp;gt;text/x-wiki&amp;lt;/format&amp;gt;&lt;br /&gt;
      &amp;lt;text xml:space=&amp;quot;preserve&amp;quot;&amp;gt;This article needs cleanup to meet [[MEpedia:Guidelines|MEpedia&#039;s guidelines]].&amp;lt;/text&amp;gt;&lt;br /&gt;
    &amp;lt;/revision&amp;gt;&lt;br /&gt;
  &amp;lt;/page&amp;gt;&lt;br /&gt;
  &amp;lt;page&amp;gt;&lt;br /&gt;
    &amp;lt;title&amp;gt;MediaWiki:Pagetriage-tags-cleanup-desc/de&amp;lt;/title&amp;gt;&lt;br /&gt;
    &amp;lt;ns&amp;gt;8&amp;lt;/ns&amp;gt;&lt;br /&gt;
    &amp;lt;revision&amp;gt;&lt;br /&gt;
      &amp;lt;model&amp;gt;wikitext&amp;lt;/model&amp;gt;&lt;br /&gt;
      &amp;lt;format&amp;gt;text/x-wiki&amp;lt;/format&amp;gt;&lt;br /&gt;
      &amp;lt;text xml:space=&amp;quot;preserve&amp;quot;&amp;gt;Dieser Artikel muss möglicherweise Überarbeitet werden, um die [[MEpedia:Guidelines|Richtlinien von MEpedia]] zu erfüllen.&amp;lt;/text&amp;gt;&lt;br /&gt;
    &amp;lt;/revision&amp;gt;&lt;br /&gt;
  &amp;lt;/page&amp;gt;&lt;br /&gt;
&amp;lt;/mediawiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{collapse bottom}}&lt;br /&gt;
&lt;br /&gt;
==Translations to do ==&lt;br /&gt;
Pyrrhus may change footer text or links eg [[MediaWiki:Wikimedia-developers]] and it&#039;s URL&lt;br /&gt;
&lt;br /&gt;
{{collapse top}}&lt;br /&gt;
Cleanup Reason given is&lt;br /&gt;
[[User:Pyrrhus]] can you also do these 3 imports.  [[User:Notjusttired|Njt]] ([[User talk:Notjusttired|talk]]) 06:54, September 28, 2019 (EDT)&lt;br /&gt;
:{{done}} 181 pages imported.  Please check to make sure that all pages were correctly imported.&lt;br /&gt;
:[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 19:00, September 30, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
::Great, thanks. There&#039;s just the German one that I must have got the wrong message in. I&#039;ve tagged you in the talk page with the right translation.  ~[[User:Notjusttired|Njt]] ([[User talk:Notjusttired|talk]])|&lt;br /&gt;
:::Cleanup-reason-is all done  so code deleted  ~[[User:Notjusttired|Njt]] ([[User talk:Notjusttired|talk]]) 20:31, October 6, 2019 (EDT)&lt;br /&gt;
{{collapse bottom}}&lt;br /&gt;
&lt;br /&gt;
===No-reason custom message (done)===&lt;br /&gt;
Basically an export of Lqt_noreason messages, but with the message name changed. Ready to import [[User:Pyrrhus]].  ~[[User:Notjusttired|Njt]] ([[User talk:Notjusttired|talk]]) 23:45, October 6, 2019 (EDT)&lt;br /&gt;
::All done.{{collapse top}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediawiki xmlns=&amp;quot;http://www.mediawiki.org/xml/export-0.10/&amp;quot; xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; xsi:schemaLocation=&amp;quot;http://www.mediawiki.org/xml/export-0.10/ http://www.mediawiki.org/xml/export-0.10.xsd&amp;quot; version=&amp;quot;0.10&amp;quot; xml:lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;siteinfo&amp;gt;&lt;br /&gt;
    &amp;lt;sitename&amp;gt;translatewiki.net&amp;lt;/sitename&amp;gt;&lt;br /&gt;
    &amp;lt;dbname&amp;gt;translatewiki_net&amp;lt;/dbname&amp;gt;&lt;br /&gt;
    &amp;lt;base&amp;gt;https://translatewiki.net/&amp;lt;/base&amp;gt;&lt;br /&gt;
    &amp;lt;generator&amp;gt;MediaWiki 1.34.0-alpha&amp;lt;/generator&amp;gt;&lt;br /&gt;
    &amp;lt;case&amp;gt;first-letter&amp;lt;/case&amp;gt;&lt;br /&gt;
    &amp;lt;namespaces&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;0&amp;quot; case=&amp;quot;first-letter&amp;quot; /&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;14&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Category&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;15&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Category talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;208&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Concept&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;209&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Concept talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;6&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;File&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;7&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;File talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;106&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Form&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;107&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Form talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;2300&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Gadget&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;2302&amp;quot; case=&amp;quot;case-sensitive&amp;quot;&amp;gt;Gadget definition&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;2303&amp;quot; case=&amp;quot;case-sensitive&amp;quot;&amp;gt;Gadget definition talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;2301&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Gadget talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;12&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Help&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;13&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Help talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;-2&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Media&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;100&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Portal&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;101&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Portal talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;4&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Project&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;5&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Project talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;202&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Property&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;203&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Property talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;214&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Rule&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;215&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Rule talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;212&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;smw/schema&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;213&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;smw/schema talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;-1&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Special&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;92&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Summary&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;93&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Summary talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;10&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Template&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;11&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Template talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;90&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Thread&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;91&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Thread talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1102&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Translating&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1103&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Translating talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;2&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;User&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;3&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;User talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1276&amp;quot; case=&amp;quot;case-sensitive&amp;quot;&amp;gt;Ajapaik&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1277&amp;quot; case=&amp;quot;case-sensitive&amp;quot;&amp;gt;Ajapaik talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1256&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Blockly&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1257&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Blockly talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1214&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Commonist&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1215&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Commonist talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1272&amp;quot; case=&amp;quot;case-sensitive&amp;quot;&amp;gt;Dissemin&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1273&amp;quot; case=&amp;quot;case-sensitive&amp;quot;&amp;gt;Dissemin talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1264&amp;quot; case=&amp;quot;case-sensitive&amp;quot;&amp;gt;EntryScape&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1265&amp;quot; case=&amp;quot;case-sensitive&amp;quot;&amp;gt;EntryScape talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1242&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;EOL&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1243&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;EOL talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1250&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;EtherpadLite&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1251&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;EtherpadLite talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1236&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Europeana&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1237&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Europeana talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1202&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;FreeCol&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1203&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;FreeCol talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1218&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;FUDforum&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1219&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;FUDforum talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1254&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;FUEL&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1255&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;FUEL talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1266&amp;quot; case=&amp;quot;case-sensitive&amp;quot;&amp;gt;Hivejs&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1267&amp;quot; case=&amp;quot;case-sensitive&amp;quot;&amp;gt;Hivejs talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1248&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Huggle&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1249&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Huggle talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1228&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;iHRIS&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1229&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;iHRIS talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1262&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;iNaturalist&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1263&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;iNaturalist talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1240&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Intuition&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1241&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Intuition talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1244&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Kiwix&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1245&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Kiwix talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1268&amp;quot; case=&amp;quot;case-sensitive&amp;quot;&amp;gt;lib.reviews&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1269&amp;quot; case=&amp;quot;case-sensitive&amp;quot;&amp;gt;lib.reviews talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1278&amp;quot; case=&amp;quot;case-sensitive&amp;quot;&amp;gt;LibreMesh&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1279&amp;quot; case=&amp;quot;case-sensitive&amp;quot;&amp;gt;LibreMesh talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1210&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Mantis&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1211&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Mantis talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1258&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;MathJax&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1259&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;MathJax talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1280&amp;quot; case=&amp;quot;case-sensitive&amp;quot;&amp;gt;MAZI&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1281&amp;quot; case=&amp;quot;case-sensitive&amp;quot;&amp;gt;MAZI talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;8&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;MediaWiki&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;9&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;MediaWiki talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1230&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Mifos&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1231&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Mifos talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1246&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Mozilla&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1247&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Mozilla talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1212&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Mwlib&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1213&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Mwlib talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1260&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;NFCRingControl&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1261&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;NFCRingControl talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1204&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Nocc&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1205&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Nocc talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1220&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Okawix&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1221&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Okawix talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1234&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;OpenImages&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1235&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;OpenImages talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1216&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;OpenLayers&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1217&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;OpenLayers talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1270&amp;quot; case=&amp;quot;case-sensitive&amp;quot;&amp;gt;Oppia&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1271&amp;quot; case=&amp;quot;case-sensitive&amp;quot;&amp;gt;Oppia talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1222&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Osm&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1223&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Osm talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1274&amp;quot; case=&amp;quot;case-sensitive&amp;quot;&amp;gt;Phabricator&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1275&amp;quot; case=&amp;quot;case-sensitive&amp;quot;&amp;gt;Phabricator talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1238&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Pywikibot&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1239&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Pywikibot talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1226&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Shapado&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1227&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Shapado talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1208&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;StatusNet&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1209&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;StatusNet talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1198&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Translations&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1199&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Translations talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1252&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Vicuna&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1253&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Vicuna talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1200&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Voctrain&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1201&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Voctrain talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1232&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Wikia&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1233&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Wikia talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1282&amp;quot; case=&amp;quot;case-sensitive&amp;quot;&amp;gt;Wikidocumentaries&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1283&amp;quot; case=&amp;quot;case-sensitive&amp;quot;&amp;gt;Wikidocumentaries talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1206&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Wikimedia&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1207&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;Wikimedia talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1224&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;WikiReader&amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;namespace key=&amp;quot;1225&amp;quot; case=&amp;quot;first-letter&amp;quot;&amp;gt;WikiReader talk&amp;lt;/namespace&amp;gt;&lt;br /&gt;
    &amp;lt;/namespaces&amp;gt;&lt;br /&gt;
  &amp;lt;/siteinfo&amp;gt;&lt;br /&gt;
  &amp;lt;page&amp;gt;&lt;br /&gt;
    &amp;lt;title&amp;gt;MediaWiki:No-reason/ar&amp;lt;/title&amp;gt;&lt;br /&gt;
    &amp;lt;ns&amp;gt;8&amp;lt;/ns&amp;gt;&lt;br /&gt;
    &amp;lt;id&amp;gt;114330&amp;lt;/id&amp;gt;&lt;br /&gt;
    &amp;lt;revision&amp;gt;&lt;br /&gt;
      &amp;lt;id&amp;gt;161369&amp;lt;/id&amp;gt;&lt;br /&gt;
      &amp;lt;timestamp&amp;gt;2007-11-23T07:44:38Z&amp;lt;/timestamp&amp;gt;&lt;br /&gt;
      &amp;lt;contributor&amp;gt;&lt;br /&gt;
        &amp;lt;username&amp;gt;Meno25&amp;lt;/username&amp;gt;&lt;br /&gt;
        &amp;lt;id&amp;gt;315&amp;lt;/id&amp;gt;&lt;br /&gt;
      &amp;lt;/contributor&amp;gt;&lt;br /&gt;
      &amp;lt;model&amp;gt;wikitext&amp;lt;/model&amp;gt;&lt;br /&gt;
      &amp;lt;format&amp;gt;text/x-wiki&amp;lt;/format&amp;gt;&lt;br /&gt;
      &amp;lt;text xml:space=&amp;quot;preserve&amp;quot; bytes=&amp;quot;21&amp;quot;&amp;gt;لا سبب معطى.&amp;lt;/text&amp;gt;&lt;br /&gt;
      &amp;lt;sha1&amp;gt;trbxdtbjsbqc6n7do97xtdlikuiljet&amp;lt;/sha1&amp;gt;&lt;br /&gt;
    &amp;lt;/revision&amp;gt;&lt;br /&gt;
  &amp;lt;/page&amp;gt;&lt;br /&gt;
  &amp;lt;page&amp;gt;&lt;br /&gt;
    &amp;lt;title&amp;gt;MediaWiki:No-reason/da&amp;lt;/title&amp;gt;&lt;br /&gt;
    &amp;lt;ns&amp;gt;8&amp;lt;/ns&amp;gt;&lt;br /&gt;
    &amp;lt;id&amp;gt;2057108&amp;lt;/id&amp;gt;&lt;br /&gt;
    &amp;lt;revision&amp;gt;&lt;br /&gt;
      &amp;lt;id&amp;gt;2951594&amp;lt;/id&amp;gt;&lt;br /&gt;
      &amp;lt;timestamp&amp;gt;2011-04-25T05:34:11Z&amp;lt;/timestamp&amp;gt;&lt;br /&gt;
      &amp;lt;contributor&amp;gt;&lt;br /&gt;
        &amp;lt;username&amp;gt;Peter Alberti&amp;lt;/username&amp;gt;&lt;br /&gt;
        &amp;lt;id&amp;gt;3782&amp;lt;/id&amp;gt;&lt;br /&gt;
      &amp;lt;/contributor&amp;gt;&lt;br /&gt;
      &amp;lt;model&amp;gt;wikitext&amp;lt;/model&amp;gt;&lt;br /&gt;
      &amp;lt;format&amp;gt;text/x-wiki&amp;lt;/format&amp;gt;&lt;br /&gt;
      &amp;lt;text xml:space=&amp;quot;preserve&amp;quot; bytes=&amp;quot;26&amp;quot;&amp;gt;Ingen begrundelse angivet.&amp;lt;/text&amp;gt;&lt;br /&gt;
      &amp;lt;sha1&amp;gt;ic5gwik8pqulwwq8x9ubgdkkqt7e68k&amp;lt;/sha1&amp;gt;&lt;br /&gt;
    &amp;lt;/revision&amp;gt;&lt;br /&gt;
  &amp;lt;/page&amp;gt;&lt;br /&gt;
  &amp;lt;page&amp;gt;&lt;br /&gt;
    &amp;lt;title&amp;gt;MediaWiki:No-reason/fi&amp;lt;/title&amp;gt;&lt;br /&gt;
    &amp;lt;ns&amp;gt;8&amp;lt;/ns&amp;gt;&lt;br /&gt;
    &amp;lt;id&amp;gt;909955&amp;lt;/id&amp;gt;&lt;br /&gt;
    &amp;lt;revision&amp;gt;&lt;br /&gt;
      &amp;lt;id&amp;gt;1289062&amp;lt;/id&amp;gt;&lt;br /&gt;
      &amp;lt;timestamp&amp;gt;2009-07-02T10:52:16Z&amp;lt;/timestamp&amp;gt;&lt;br /&gt;
      &amp;lt;contributor&amp;gt;&lt;br /&gt;
        &amp;lt;username&amp;gt;Cimon Avaro&amp;lt;/username&amp;gt;&lt;br /&gt;
        &amp;lt;id&amp;gt;283&amp;lt;/id&amp;gt;&lt;br /&gt;
      &amp;lt;/contributor&amp;gt;&lt;br /&gt;
      &amp;lt;comment&amp;gt;suomeksi&amp;lt;/comment&amp;gt;&lt;br /&gt;
      &amp;lt;model&amp;gt;wikitext&amp;lt;/model&amp;gt;&lt;br /&gt;
      &amp;lt;format&amp;gt;text/x-wiki&amp;lt;/format&amp;gt;&lt;br /&gt;
      &amp;lt;text xml:space=&amp;quot;preserve&amp;quot; bytes=&amp;quot;19&amp;quot;&amp;gt;Ei annettua syytä.&amp;lt;/text&amp;gt;&lt;br /&gt;
      &amp;lt;sha1&amp;gt;0rcsgy11ym0psz051cyj70nan4gwyl7&amp;lt;/sha1&amp;gt;&lt;br /&gt;
    &amp;lt;/revision&amp;gt;&lt;br /&gt;
  &amp;lt;/page&amp;gt;&lt;br /&gt;
  &amp;lt;page&amp;gt;&lt;br /&gt;
    &amp;lt;title&amp;gt;MediaWiki:No-reason/it&amp;lt;/title&amp;gt;&lt;br /&gt;
    &amp;lt;ns&amp;gt;8&amp;lt;/ns&amp;gt;&lt;br /&gt;
    &amp;lt;id&amp;gt;1033853&amp;lt;/id&amp;gt;&lt;br /&gt;
    &amp;lt;revision&amp;gt;&lt;br /&gt;
      &amp;lt;id&amp;gt;1460274&amp;lt;/id&amp;gt;&lt;br /&gt;
      &amp;lt;timestamp&amp;gt;2009-08-29T17:10:40Z&amp;lt;/timestamp&amp;gt;&lt;br /&gt;
      &amp;lt;contributor&amp;gt;&lt;br /&gt;
        &amp;lt;username&amp;gt;Marco 27&amp;lt;/username&amp;gt;&lt;br /&gt;
        &amp;lt;id&amp;gt;2110&amp;lt;/id&amp;gt;&lt;br /&gt;
      &amp;lt;/contributor&amp;gt;&lt;br /&gt;
      &amp;lt;comment&amp;gt;Translate&amp;lt;/comment&amp;gt;&lt;br /&gt;
      &amp;lt;model&amp;gt;wikitext&amp;lt;/model&amp;gt;&lt;br /&gt;
      &amp;lt;format&amp;gt;text/x-wiki&amp;lt;/format&amp;gt;&lt;br /&gt;
      &amp;lt;text xml:space=&amp;quot;preserve&amp;quot; bytes=&amp;quot;29&amp;quot;&amp;gt;Nessuna motivazione indicata.&amp;lt;/text&amp;gt;&lt;br /&gt;
      &amp;lt;sha1&amp;gt;b0nip64qeghwffvyr0463rpzvupwdns&amp;lt;/sha1&amp;gt;&lt;br /&gt;
    &amp;lt;/revision&amp;gt;&lt;br /&gt;
  &amp;lt;/page&amp;gt;&lt;br /&gt;
  &amp;lt;page&amp;gt;&lt;br /&gt;
    &amp;lt;title&amp;gt;MediaWiki:No-reason/ja&amp;lt;/title&amp;gt;&lt;br /&gt;
    &amp;lt;ns&amp;gt;8&amp;lt;/ns&amp;gt;&lt;br /&gt;
    &amp;lt;id&amp;gt;191005&amp;lt;/id&amp;gt;&lt;br /&gt;
    &amp;lt;revision&amp;gt;&lt;br /&gt;
      &amp;lt;id&amp;gt;261562&amp;lt;/id&amp;gt;&lt;br /&gt;
      &amp;lt;timestamp&amp;gt;2008-02-17T16:20:46Z&amp;lt;/timestamp&amp;gt;&lt;br /&gt;
      &amp;lt;contributor&amp;gt;&lt;br /&gt;
        &amp;lt;username&amp;gt;JtFuruhata&amp;lt;/username&amp;gt;&lt;br /&gt;
        &amp;lt;id&amp;gt;791&amp;lt;/id&amp;gt;&lt;br /&gt;
      &amp;lt;/contributor&amp;gt;&lt;br /&gt;
      &amp;lt;comment&amp;gt;translate&amp;lt;/comment&amp;gt;&lt;br /&gt;
      &amp;lt;model&amp;gt;wikitext&amp;lt;/model&amp;gt;&lt;br /&gt;
      &amp;lt;format&amp;gt;text/x-wiki&amp;lt;/format&amp;gt;&lt;br /&gt;
      &amp;lt;text xml:space=&amp;quot;preserve&amp;quot; bytes=&amp;quot;39&amp;quot;&amp;gt;理由は付記されていません。&amp;lt;/text&amp;gt;&lt;br /&gt;
      &amp;lt;sha1&amp;gt;1d2qt9uhieh8c9hoptqqfth6x1waa8f&amp;lt;/sha1&amp;gt;&lt;br /&gt;
    &amp;lt;/revision&amp;gt;&lt;br /&gt;
  &amp;lt;/page&amp;gt;&lt;br /&gt;
  &amp;lt;page&amp;gt;&lt;br /&gt;
    &amp;lt;title&amp;gt;MediaWiki:No-reason/pl&amp;lt;/title&amp;gt;&lt;br /&gt;
    &amp;lt;ns&amp;gt;8&amp;lt;/ns&amp;gt;&lt;br /&gt;
    &amp;lt;id&amp;gt;215941&amp;lt;/id&amp;gt;&lt;br /&gt;
    &amp;lt;revision&amp;gt;&lt;br /&gt;
      &amp;lt;id&amp;gt;1491831&amp;lt;/id&amp;gt;&lt;br /&gt;
      &amp;lt;parentid&amp;gt;294155&amp;lt;/parentid&amp;gt;&lt;br /&gt;
      &amp;lt;timestamp&amp;gt;2009-09-15T16:34:01Z&amp;lt;/timestamp&amp;gt;&lt;br /&gt;
      &amp;lt;contributor&amp;gt;&lt;br /&gt;
        &amp;lt;username&amp;gt;Leinad&amp;lt;/username&amp;gt;&lt;br /&gt;
        &amp;lt;id&amp;gt;921&amp;lt;/id&amp;gt;&lt;br /&gt;
      &amp;lt;/contributor&amp;gt;&lt;br /&gt;
      &amp;lt;model&amp;gt;wikitext&amp;lt;/model&amp;gt;&lt;br /&gt;
      &amp;lt;format&amp;gt;text/x-wiki&amp;lt;/format&amp;gt;&lt;br /&gt;
      &amp;lt;text xml:space=&amp;quot;preserve&amp;quot; bytes=&amp;quot;18&amp;quot;&amp;gt;Nie podano powodu.&amp;lt;/text&amp;gt;&lt;br /&gt;
      &amp;lt;sha1&amp;gt;m5y060qmskof0mqy0j2e61ewfdrtr5i&amp;lt;/sha1&amp;gt;&lt;br /&gt;
    &amp;lt;/revision&amp;gt;&lt;br /&gt;
  &amp;lt;/page&amp;gt;&lt;br /&gt;
  &amp;lt;page&amp;gt;&lt;br /&gt;
    &amp;lt;title&amp;gt;MediaWiki:No-reason/pt&amp;lt;/title&amp;gt;&lt;br /&gt;
    &amp;lt;ns&amp;gt;8&amp;lt;/ns&amp;gt;&lt;br /&gt;
    &amp;lt;id&amp;gt;178383&amp;lt;/id&amp;gt;&lt;br /&gt;
    &amp;lt;revision&amp;gt;&lt;br /&gt;
      &amp;lt;id&amp;gt;1727893&amp;lt;/id&amp;gt;&lt;br /&gt;
      &amp;lt;parentid&amp;gt;243351&amp;lt;/parentid&amp;gt;&lt;br /&gt;
      &amp;lt;timestamp&amp;gt;2009-12-05T02:00:11Z&amp;lt;/timestamp&amp;gt;&lt;br /&gt;
      &amp;lt;contributor&amp;gt;&lt;br /&gt;
        &amp;lt;username&amp;gt;Hamilton Abreu&amp;lt;/username&amp;gt;&lt;br /&gt;
        &amp;lt;id&amp;gt;2715&amp;lt;/id&amp;gt;&lt;br /&gt;
      &amp;lt;/contributor&amp;gt;&lt;br /&gt;
      &amp;lt;model&amp;gt;wikitext&amp;lt;/model&amp;gt;&lt;br /&gt;
      &amp;lt;format&amp;gt;text/x-wiki&amp;lt;/format&amp;gt;&lt;br /&gt;
      &amp;lt;text xml:space=&amp;quot;preserve&amp;quot; bytes=&amp;quot;36&amp;quot;&amp;gt;Não foi especificado nenhum motivo.&amp;lt;/text&amp;gt;&lt;br /&gt;
      &amp;lt;sha1&amp;gt;avtjeyv5wb49krj6tbgx32c1bhdhnhn&amp;lt;/sha1&amp;gt;&lt;br /&gt;
    &amp;lt;/revision&amp;gt;&lt;br /&gt;
  &amp;lt;/page&amp;gt;&lt;br /&gt;
  &amp;lt;page&amp;gt;&lt;br /&gt;
    &amp;lt;title&amp;gt;MediaWiki:No-reason/ru&amp;lt;/title&amp;gt;&lt;br /&gt;
    &amp;lt;ns&amp;gt;8&amp;lt;/ns&amp;gt;&lt;br /&gt;
    &amp;lt;id&amp;gt;132336&amp;lt;/id&amp;gt;&lt;br /&gt;
    &amp;lt;revision&amp;gt;&lt;br /&gt;
      &amp;lt;id&amp;gt;1446038&amp;lt;/id&amp;gt;&lt;br /&gt;
      &amp;lt;parentid&amp;gt;183803&amp;lt;/parentid&amp;gt;&lt;br /&gt;
      &amp;lt;timestamp&amp;gt;2009-08-22T07:30:26Z&amp;lt;/timestamp&amp;gt;&lt;br /&gt;
      &amp;lt;contributor&amp;gt;&lt;br /&gt;
        &amp;lt;username&amp;gt;Kv75&amp;lt;/username&amp;gt;&lt;br /&gt;
        &amp;lt;id&amp;gt;2463&amp;lt;/id&amp;gt;&lt;br /&gt;
      &amp;lt;/contributor&amp;gt;&lt;br /&gt;
      &amp;lt;comment&amp;gt;correction&amp;lt;/comment&amp;gt;&lt;br /&gt;
      &amp;lt;model&amp;gt;wikitext&amp;lt;/model&amp;gt;&lt;br /&gt;
      &amp;lt;format&amp;gt;text/x-wiki&amp;lt;/format&amp;gt;&lt;br /&gt;
      &amp;lt;text xml:space=&amp;quot;preserve&amp;quot; bytes=&amp;quot;35&amp;quot;&amp;gt;Не указана причина.&amp;lt;/text&amp;gt;&lt;br /&gt;
      &amp;lt;sha1&amp;gt;j6tvgosjjberi6m3gqq61eqa0kncte0&amp;lt;/sha1&amp;gt;&lt;br /&gt;
    &amp;lt;/revision&amp;gt;&lt;br /&gt;
  &amp;lt;/page&amp;gt;&lt;br /&gt;
  &amp;lt;page&amp;gt;&lt;br /&gt;
    &amp;lt;title&amp;gt;MediaWiki:No-reason/sv&amp;lt;/title&amp;gt;&lt;br /&gt;
    &amp;lt;ns&amp;gt;8&amp;lt;/ns&amp;gt;&lt;br /&gt;
    &amp;lt;id&amp;gt;191517&amp;lt;/id&amp;gt;&lt;br /&gt;
    &amp;lt;revision&amp;gt;&lt;br /&gt;
      &amp;lt;id&amp;gt;262234&amp;lt;/id&amp;gt;&lt;br /&gt;
      &amp;lt;timestamp&amp;gt;2008-02-18T08:13:15Z&amp;lt;/timestamp&amp;gt;&lt;br /&gt;
      &amp;lt;contributor&amp;gt;&lt;br /&gt;
        &amp;lt;username&amp;gt;M.M.S.&amp;lt;/username&amp;gt;&lt;br /&gt;
        &amp;lt;id&amp;gt;802&amp;lt;/id&amp;gt;&lt;br /&gt;
      &amp;lt;/contributor&amp;gt;&lt;br /&gt;
      &amp;lt;model&amp;gt;wikitext&amp;lt;/model&amp;gt;&lt;br /&gt;
      &amp;lt;format&amp;gt;text/x-wiki&amp;lt;/format&amp;gt;&lt;br /&gt;
      &amp;lt;text xml:space=&amp;quot;preserve&amp;quot; bytes=&amp;quot;22&amp;quot;&amp;gt;Ingen anledning given.&amp;lt;/text&amp;gt;&lt;br /&gt;
      &amp;lt;sha1&amp;gt;cycjvls08gyso44n0t7c0p3os4p3oo6&amp;lt;/sha1&amp;gt;&lt;br /&gt;
    &amp;lt;/revision&amp;gt;&lt;br /&gt;
  &amp;lt;/page&amp;gt;&lt;br /&gt;
  &amp;lt;page&amp;gt;&lt;br /&gt;
    &amp;lt;title&amp;gt;MediaWiki:No-reason/vi&amp;lt;/title&amp;gt;&lt;br /&gt;
    &amp;lt;ns&amp;gt;8&amp;lt;/ns&amp;gt;&lt;br /&gt;
    &amp;lt;id&amp;gt;254886&amp;lt;/id&amp;gt;&lt;br /&gt;
    &amp;lt;revision&amp;gt;&lt;br /&gt;
      &amp;lt;id&amp;gt;350621&amp;lt;/id&amp;gt;&lt;br /&gt;
      &amp;lt;timestamp&amp;gt;2008-04-11T03:42:28Z&amp;lt;/timestamp&amp;gt;&lt;br /&gt;
      &amp;lt;contributor&amp;gt;&lt;br /&gt;
        &amp;lt;username&amp;gt;Vinhtantran&amp;lt;/username&amp;gt;&lt;br /&gt;
        &amp;lt;id&amp;gt;709&amp;lt;/id&amp;gt;&lt;br /&gt;
      &amp;lt;/contributor&amp;gt;&lt;br /&gt;
      &amp;lt;model&amp;gt;wikitext&amp;lt;/model&amp;gt;&lt;br /&gt;
      &amp;lt;format&amp;gt;text/x-wiki&amp;lt;/format&amp;gt;&lt;br /&gt;
      &amp;lt;text xml:space=&amp;quot;preserve&amp;quot; bytes=&amp;quot;23&amp;quot;&amp;gt;Không đưa ra lý do.&amp;lt;/text&amp;gt;&lt;br /&gt;
      &amp;lt;sha1&amp;gt;242zviqquhnat6dle2aurg8pbgs6kin&amp;lt;/sha1&amp;gt;&lt;br /&gt;
    &amp;lt;/revision&amp;gt;&lt;br /&gt;
  &amp;lt;/page&amp;gt;&lt;br /&gt;
  &amp;lt;page&amp;gt;&lt;br /&gt;
    &amp;lt;title&amp;gt;MediaWiki:No-reason/zh-hans&amp;lt;/title&amp;gt;&lt;br /&gt;
    &amp;lt;ns&amp;gt;8&amp;lt;/ns&amp;gt;&lt;br /&gt;
    &amp;lt;id&amp;gt;512160&amp;lt;/id&amp;gt;&lt;br /&gt;
    &amp;lt;revision&amp;gt;&lt;br /&gt;
      &amp;lt;id&amp;gt;1445831&amp;lt;/id&amp;gt;&lt;br /&gt;
      &amp;lt;parentid&amp;gt;698700&amp;lt;/parentid&amp;gt;&lt;br /&gt;
      &amp;lt;timestamp&amp;gt;2009-08-22T07:06:14Z&amp;lt;/timestamp&amp;gt;&lt;br /&gt;
      &amp;lt;contributor&amp;gt;&lt;br /&gt;
        &amp;lt;username&amp;gt;FuzzyBot&amp;lt;/username&amp;gt;&lt;br /&gt;
        &amp;lt;id&amp;gt;646&amp;lt;/id&amp;gt;&lt;br /&gt;
      &amp;lt;/contributor&amp;gt;&lt;br /&gt;
      &amp;lt;comment&amp;gt;Updating translation from external source&amp;lt;/comment&amp;gt;&lt;br /&gt;
      &amp;lt;model&amp;gt;wikitext&amp;lt;/model&amp;gt;&lt;br /&gt;
      &amp;lt;format&amp;gt;text/x-wiki&amp;lt;/format&amp;gt;&lt;br /&gt;
      &amp;lt;text xml:space=&amp;quot;preserve&amp;quot; bytes=&amp;quot;18&amp;quot;&amp;gt;未给出原因。&amp;lt;/text&amp;gt;&lt;br /&gt;
      &amp;lt;sha1&amp;gt;mo3jtv9i5zrlb79gd6tbqc0zu2nh5sa&amp;lt;/sha1&amp;gt;&lt;br /&gt;
    &amp;lt;/revision&amp;gt;&lt;br /&gt;
  &amp;lt;/page&amp;gt;&lt;br /&gt;
  &amp;lt;page&amp;gt;&lt;br /&gt;
    &amp;lt;title&amp;gt;MediaWiki:No-reason/zh-hant&amp;lt;/title&amp;gt;&lt;br /&gt;
    &amp;lt;ns&amp;gt;8&amp;lt;/ns&amp;gt;&lt;br /&gt;
    &amp;lt;id&amp;gt;125571&amp;lt;/id&amp;gt;&lt;br /&gt;
    &amp;lt;revision&amp;gt;&lt;br /&gt;
      &amp;lt;id&amp;gt;5561381&amp;lt;/id&amp;gt;&lt;br /&gt;
      &amp;lt;parentid&amp;gt;175199&amp;lt;/parentid&amp;gt;&lt;br /&gt;
      &amp;lt;timestamp&amp;gt;2014-05-26T17:35:19Z&amp;lt;/timestamp&amp;gt;&lt;br /&gt;
      &amp;lt;contributor&amp;gt;&lt;br /&gt;
        &amp;lt;username&amp;gt;Cwlin0416&amp;lt;/username&amp;gt;&lt;br /&gt;
        &amp;lt;id&amp;gt;4987&amp;lt;/id&amp;gt;&lt;br /&gt;
      &amp;lt;/contributor&amp;gt;&lt;br /&gt;
      &amp;lt;model&amp;gt;wikitext&amp;lt;/model&amp;gt;&lt;br /&gt;
      &amp;lt;format&amp;gt;text/x-wiki&amp;lt;/format&amp;gt;&lt;br /&gt;
      &amp;lt;text xml:space=&amp;quot;preserve&amp;quot; bytes=&amp;quot;18&amp;quot;&amp;gt;未說明原因。&amp;lt;/text&amp;gt;&lt;br /&gt;
  &amp;lt;sha1&amp;gt;fgjh29koetf7sxb79nfbcjfya4p84a0&amp;lt;/sha1&amp;gt;&lt;br /&gt;
    &amp;lt;/revision&amp;gt;&lt;br /&gt;
  &amp;lt;/page&amp;gt;&lt;br /&gt;
&amp;lt;/mediawiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{collapse bottom}}&lt;br /&gt;
&lt;br /&gt;
==Stub==&lt;br /&gt;
&lt;br /&gt;
{{System message translations|Pagetriage-tags-stub-label}}&lt;br /&gt;
(not ready)&lt;br /&gt;
&lt;br /&gt;
custom messages &lt;br /&gt;
*[[MediaWiki:Pagetriage-tags-stub-label/ast]] Entamu&lt;br /&gt;
*[[MediaWiki:Pagetriage-tags-stub-label/bg]] Мъниче&lt;br /&gt;
*[[MediaWiki:Pagetriage-tags-stub-label/cs]] Pahýl&lt;br /&gt;
*[[MediaWiki:Pagetriage-tags-stub-label/el]] Λήμμα προς επέκταση&lt;br /&gt;
*[[MediaWiki:Pagetriage-tags-stub-label/hr]] Mrva&lt;br /&gt;
*[[MediaWiki:Pagetriage-tags-stub-label/ml]] അപൂർണ്ണം&lt;br /&gt;
*[[MediaWiki:Pagetriage-tags-stub-label/mni]] ꯑꯇꯦꯟꯕ&lt;br /&gt;
*[[MediaWiki:Pagetriage-tags-stub-label/my]] ဆောင်းပါးတို&lt;br /&gt;
*[[MediaWiki:Pagetriage-tags-stub-label/nb]] Stubbe&lt;br /&gt;
*[[MediaWiki:Pagetriage-tags-stub-label/no]] Stubbe&lt;br /&gt;
*[[MediaWiki:Pagetriage-tags-stub-label/pt]] Esboço&lt;br /&gt;
* (change value) [[MediaWiki:Pagetriage-tags-stub-label/pt-br]] Provisória&lt;br /&gt;
*[[MediaWiki:Pagetriage-tags-stub-label/qqq]] Translation of the word Stub.&lt;br /&gt;
*[[MediaWiki:Pagetriage-tags-stub-label/ro]] Ciot&lt;br /&gt;
*[[MediaWiki:Pagetriage-tags-stub-label/sr-ec]] Клица&lt;br /&gt;
*[[MediaWiki:Pagetriage-tags-stub-label/uk]] Заготовка&lt;br /&gt;
&lt;br /&gt;
==[[MediaWiki:Moodbar-action-reason-required]] ==&lt;br /&gt;
{{collapse top}}&lt;br /&gt;
[[User:Kmdenmark]] can you please create these?  ~[[User:Notjusttired|Njt]] ([[User talk:Notjusttired|talk]]) 20:27, October 11, 2019 (EDT)&lt;br /&gt;
:{{done}} [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 14:52, October 15, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
*[[mediawiki:Moodbar-action-reason-required/es]]&amp;lt;pre&amp;gt;&lt;br /&gt;
Proporciona una razón.&amp;lt;/pre&amp;gt;&lt;br /&gt;
*[[MediaWiki:pagetriage-tags-cleanupreorganise-desc/es]]&amp;lt;pre&amp;gt;&lt;br /&gt;
Esta página necesita una reorganización para cumplir con las recomendaciones de diseño.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[[MediaWiki:pagetriage-tags-cleanupreorganise-desc/fr]]&amp;lt;pre&amp;gt;&lt;br /&gt;
Le contenu de cette page a besoin d’être réorganisé pour respecter les recommandations.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[[MediaWiki:pagetriage-tags-cleanupreorganise-desc/nl]]&amp;lt;pre&amp;gt;&lt;br /&gt;
Deze pagina heeft extra referenties of bronnen nodig voor controleerbaarheid.&amp;lt;/pre&amp;gt;&lt;br /&gt;
:Great, {{Thank}}  ~[[User:Notjusttired|Njt]] ([[User talk:Notjusttired|talk]]) 16:57, October 15, 2019 (EDT)&lt;br /&gt;
{{collapse bottom}}&lt;br /&gt;
===Navigation translations ===&lt;br /&gt;
Done &lt;br /&gt;
*[[MediaWiki_talk:Pagetriage-tags-cleanup-desc]] for template:Cleanup&lt;br /&gt;
*[[mediawiki:Gettingstarted-lightbulb-heading]] Pages to improve&lt;br /&gt;
*[[MediaWiki:Qbbrowse]] Browse &lt;br /&gt;
*[[MediaWiki:Externalguidance-specialpage-contribute-title]] Ways to contribute&lt;br /&gt;
&lt;br /&gt;
==Translations: Licenses ==&lt;br /&gt;
{{collapse top}}&lt;br /&gt;
If anyone of you could help with the translations below I would really appreciate it. It&#039;s to help Non-English speakers upload files. [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 06:45, August 16, 2019 (EDT)&lt;br /&gt;
[[User:Hannosch]] [[User:sigridjones]] [[User:Sisyphus]] [[User:Guido den Broeder]] [[User:DaviSpain]]&lt;br /&gt;
&lt;br /&gt;
If you want to add languages you speak to  your user page you can find user boxes on [[Template:Userbox]] Thank you [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 06:45, August 16, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===License system message test===&lt;br /&gt;
* Unknown_copyright|{{int:copyright-i-dont-know}}&lt;br /&gt;
* CC-by-sa-3.0|{{int:copyright-own-sa-simple}}&lt;br /&gt;
* CC-by-nd-4.0|{{int:copyright-own-nd-simple}}&lt;br /&gt;
* CC-zero|{{int:copyright-own-pd-simple}}&lt;br /&gt;
&lt;br /&gt;
* {{int:wm-license-cc-conditions-attribution-header}}{{colon}}&lt;br /&gt;
** PD|{{int:copyright-pd}}&lt;br /&gt;
** PD-USGov|{{int:Copyright-pd-usgov}}&lt;br /&gt;
** GFDL|GFDL{{colon}} GNU Free Documentation License&lt;br /&gt;
** LGPL|LGPL{{colon}} GNU Lesser General Public License&lt;br /&gt;
** FAL|{{int:wm-license-fal}} (artlibre.org)&lt;br /&gt;
** CC-zero|Creative Commons Zero - {{int:copyright-pd}}&lt;br /&gt;
&lt;br /&gt;
* CC Share-Alike:&lt;br /&gt;
** CC-by-sa-4.0|Creative Commons ShareAlike 4.0&lt;br /&gt;
** CC-by-sa-3.0|Creative Commons ShareAlike 3.0&lt;br /&gt;
** CC-by-sa-2.5|Creative Commons ShareAlike 2.5&lt;br /&gt;
** CC-by-sa-2.0|Creative Commons ShareAlike 2.0&lt;br /&gt;
&lt;br /&gt;
* CC Attribution only:&lt;br /&gt;
** CC-by-4.0|Creative Commons Attribution 4.0&lt;br /&gt;
** CC-by-3.0|Creative Commons Attribution 3.0&lt;br /&gt;
** CC-by-2.5|Creative Commons Attribution 2.5&lt;br /&gt;
** CC-by-2.0|Creative Commons Attribution 2.0&lt;br /&gt;
&lt;br /&gt;
* CC other:&lt;br /&gt;
** CC-by-nc-4.0|CC NonCommercial 4.0&lt;br /&gt;
** CC-by-nc-3.0|CC NonCommercial 3.0&lt;br /&gt;
** CC-by-nc-2.5|CC NonCommercial 2.5&lt;br /&gt;
** CC-by-nc-2.0|CC NonCommercial 2.0&lt;br /&gt;
** CC-by-nc-nd-4.0|CC NonCommercial No-Derivs 4.0&lt;br /&gt;
** CC-by-nd-4.0|CC No-Derivs 4.0&lt;br /&gt;
&lt;br /&gt;
* {{int:Other}}{{Colon}}&lt;br /&gt;
** Fair_Use_License|{{int:Copyright-fair-usage}}{{Colon}} {{int:Copyright-explain-exception}}&lt;br /&gt;
** Other_license|{{int:Other}}{{Colon}} {{int:Copyright-leave-explanation}}&lt;br /&gt;
&lt;br /&gt;
==English ==&lt;br /&gt;
* Unknown copyright&lt;br /&gt;
**I don&#039;t know exactly&lt;br /&gt;
* I created this and anyone can copy it but don&#039;t alter it, and credit me as the author &lt;br /&gt;
* I created this and anyone can alter or copy it, but credit me as the author&lt;br /&gt;
*I created this and I don’t care what anyone does to it, no one has to credit me as the author &lt;br /&gt;
&lt;br /&gt;
* Free licenses:&lt;br /&gt;
** Public domain&lt;br /&gt;
** Public domain US Government&lt;br /&gt;
** Free Art License&lt;br /&gt;
&lt;br /&gt;
* Other:&lt;br /&gt;
** Fair Use: Please explain the copyright exception (e.g. scholarship/research)&lt;br /&gt;
** Other: Please leave detailed explanation&lt;br /&gt;
&lt;br /&gt;
#[[Template:Used with permission]]&lt;br /&gt;
#[[Template:Fair Use License]]&lt;br /&gt;
#[[Template:Unknown copyright]]&lt;br /&gt;
#[[Template:Copyright violation]]&lt;br /&gt;
&lt;br /&gt;
==Français==&lt;br /&gt;
*GFDL: Licence de documentation libre GNU&lt;br /&gt;
*LGPL : licence publique générale limitée GNU&lt;br /&gt;
* Attribution - Pas d&#039;Utilisation Commerciale - Pas de Modification 4.0 International (CC BY-NC-ND 4.0)&lt;br /&gt;
&lt;br /&gt;
* Unknown copyright&lt;br /&gt;
**I don&#039;t know exactly&lt;br /&gt;
* I created this and anyone can copy it but don&#039;t alter it, and credit me as the author &lt;br /&gt;
* I created this and anyone can alter or copy it, but credit me as the author&lt;br /&gt;
*I created this and I don’t care what anyone does to it, no one has to credit me as the author &lt;br /&gt;
&lt;br /&gt;
* Free licenses:&lt;br /&gt;
** Public domain&lt;br /&gt;
** Public domain US Government&lt;br /&gt;
** Free Art License&lt;br /&gt;
&lt;br /&gt;
* Other:&lt;br /&gt;
** Fair Use: Please explain the copyright exception (e.g. scholarship/research)&lt;br /&gt;
** Other: Please leave detailed explanation&lt;br /&gt;
&lt;br /&gt;
#[[Template:Used with permission/fr]]&lt;br /&gt;
#[[Template:Fair Use License/fr]]&lt;br /&gt;
#[[Template:Unknown copyright/fr]]&lt;br /&gt;
#[[Template:Copyright violation/fr]]&lt;br /&gt;
&lt;br /&gt;
==Deutsch==&lt;br /&gt;
Done&lt;br /&gt;
&lt;br /&gt;
*Nicht kommerziell - Keine Bearbeitungen 4.0 International (CC BY-NC-ND 4.0)&lt;br /&gt;
*Nicht kommerziell 4.0 International (CC BY-NC 4.0)&lt;br /&gt;
*Keine Bearbeitungen 4.0 International (CC BY-ND 4.0)&lt;br /&gt;
*Namensnennung - Attribution&lt;br /&gt;
*GFDL - GNU-Lizenz für freie Dokumentation&lt;br /&gt;
* wm-license-gfdl-1.3-only plus wm-license-gfdl-1.2-and-later - GFDL text&lt;br /&gt;
* wm-license-gpl-text - GFDL explanation &lt;br /&gt;
* wm-license-gfdl-wiki-link - GFDL link &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{collapse top}}&lt;br /&gt;
* Unbekanntes Copyright&lt;br /&gt;
**Ich weiß es nicht sicher&lt;br /&gt;
* Ich habe dies erstellt und es darf von jedem genutzt werden, aber bitte verändere es nicht und nenne mich als Autor&lt;br /&gt;
* Ich habe dies erstellt und jeder darf es verändern und kopieren, aber bitte nenne mich als Autor&lt;br /&gt;
* Ich habe dies erstellt und es ist mir egal, wie es genutzt wird, niemand braucht mich als Autor zu nennen &lt;br /&gt;
&lt;br /&gt;
* Freie Lizenzen:&lt;br /&gt;
** Öffentliche Domain&lt;br /&gt;
** Öffentliche Domain US-Regierung&lt;br /&gt;
** Lizenz für freie Kunst&lt;br /&gt;
&lt;br /&gt;
* Weitere:&lt;br /&gt;
** Fairer Gebrauch: Bitte erläutere die Ausnahmen vom Copyright (z.B. Stipendium/Forschung)&lt;br /&gt;
** Andere: Bitte detailliert erläutern&lt;br /&gt;
&lt;br /&gt;
#[[Template:Gebrauch mit Erlaubnis]]/de&lt;br /&gt;
#[[Template:Lizenz zum fairen Gebrauch]]/de&lt;br /&gt;
#[[Template:Unbekanntes Copyright]]/de&lt;br /&gt;
#[[Template:Verstoß gegen das Copyright]]/de&lt;br /&gt;
{{collapse bottom}}&lt;br /&gt;
&lt;br /&gt;
==Español ==&lt;br /&gt;
* Unknown copyright&lt;br /&gt;
**I don&#039;t know exactly&lt;br /&gt;
* I created this and anyone can copy it but don&#039;t alter it, and credit me as the author &lt;br /&gt;
* I created this and anyone can alter or copy it, but credit me as the author&lt;br /&gt;
*I created this and I don’t care what anyone does to it, no one has to credit me as the author &lt;br /&gt;
&lt;br /&gt;
* Free licenses:&lt;br /&gt;
** Public domain&lt;br /&gt;
** Public domain US Government&lt;br /&gt;
** Free Art License&lt;br /&gt;
&lt;br /&gt;
* Other:&lt;br /&gt;
** Fair Use: Please explain the copyright exception (e.g. scholarship/research)&lt;br /&gt;
** Other: Please leave detailed explanation&lt;br /&gt;
&lt;br /&gt;
#[[Template:Used with permission/es]]&lt;br /&gt;
#[[Template:Fair Use License/es]]&lt;br /&gt;
#[[Template:Unknown copyright/es]]&lt;br /&gt;
#[[Template:Copyright violation/es]]&lt;br /&gt;
==Nederland ==&lt;br /&gt;
* Unknown copyright&lt;br /&gt;
**I don&#039;t know exactly&lt;br /&gt;
* I created this and anyone can copy it but don&#039;t alter it, and credit me as the author &lt;br /&gt;
* I created this and anyone can alter or copy it, but credit me as the author&lt;br /&gt;
*I created this and I don’t care what anyone does to it, no one has to credit me as the author &lt;br /&gt;
&lt;br /&gt;
* Free licenses:&lt;br /&gt;
** Public domain&lt;br /&gt;
** Public domain US Government&lt;br /&gt;
** Free Art License&lt;br /&gt;
&lt;br /&gt;
* Other:&lt;br /&gt;
** Fair Use: Please explain the copyright exception (e.g. scholarship/research)&lt;br /&gt;
** Other: Please leave detailed explanation&lt;br /&gt;
&lt;br /&gt;
#[[Template:Used with permission/nl]]&lt;br /&gt;
#[[Template:Fair Use License/nl]]&lt;br /&gt;
#[[Template:Unknown copyright/nl]]&lt;br /&gt;
#[[Template:Copyright violation/nl]]&lt;br /&gt;
&lt;br /&gt;
==Other==&lt;br /&gt;
* Unknown copyright&lt;br /&gt;
**I don&#039;t know exactly&lt;br /&gt;
* I created this and anyone can copy it but don&#039;t alter it, and credit me as the author &lt;br /&gt;
* I created this and anyone can alter or copy it, but credit me as the author&lt;br /&gt;
*I created this and I don’t care what anyone does to it, no one has to credit me as the author &lt;br /&gt;
&lt;br /&gt;
* Free licenses:&lt;br /&gt;
** Public domain&lt;br /&gt;
** Public domain US Government&lt;br /&gt;
** Free Art License&lt;br /&gt;
&lt;br /&gt;
* Other:&lt;br /&gt;
** Fair Use: Please explain the copyright exception (e.g. scholarship/research)&lt;br /&gt;
** Other: Please leave detailed explanation&lt;br /&gt;
&lt;br /&gt;
#[[Template:Used with permission]]&lt;br /&gt;
#[[Template:Fair Use License]]&lt;br /&gt;
#[[Template:Unknown copyright]]&lt;br /&gt;
#[[Template:Copyright violation]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I&#039;ve tried to translate it into Dutch an French but it isn&#039;t that easy. These Copyright terms are quite specific and ifrequently used in ordinary language. So perhaps you could let other Dutch/French speakers check if it sounds ok. - Sisyphus &lt;br /&gt;
:Thanks for your help [[User:Sisyphus]], I will do that with the copyright specific ones. [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 17:50, August 17, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
* English&lt;br /&gt;
* Dutch&lt;br /&gt;
* French&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Unknown copyright&lt;br /&gt;
* Auteursrecht ongekend&lt;br /&gt;
* Copyright inconnu&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* I don&#039;t know exactly&lt;br /&gt;
* Ik weet het niet precies&lt;br /&gt;
* Je ne sais pas exactement&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* I created this and anyone can copy it but don&#039;t alter it, and credit me as the author&lt;br /&gt;
* Ik heb dit gemaakt en iedereen mag het kopiëren, maar wijzig het niet en vermeldt me als auteur&lt;br /&gt;
* J&#039;ai créé ceci et tout le monde peut le copier mais ne le modifie pas, et créditez-moi comme auteur&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* I created this and anyone can alter or copy it, but credit me as the author&lt;br /&gt;
* Ik heb dit gemaakt en iedereen mag het kopiëren en wijzigen, maar vermeldt me als auteur&lt;br /&gt;
* J&#039;ai créé ceci et tout le monde peut le copier ou le modifier mais créditez-moi comme auteur&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* I created this and I don’t care what anyone does to it, no one has to credit me as the author&lt;br /&gt;
* Ik heb dit gemaakt en iedereen mag het gebruiken naar goeddunken; je hoeft me niet als auteur te vermelden&lt;br /&gt;
* J&#039;ai créé ceci et tout le monde peut l’utiliser comme il veut ; one ne doit pas me créditer comme auteur. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Free licences &lt;br /&gt;
* Vrije licentie&lt;br /&gt;
* Licence libre&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Public domain&lt;br /&gt;
* Publiek domein&lt;br /&gt;
* Domaine public&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Public domain US Government&lt;br /&gt;
* Publiek domein, overheid van de Verenigde Staten van Amerika&lt;br /&gt;
* Domaine public, gouvernement des États-Unis &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Free Art License&lt;br /&gt;
* Vrijekunstlicentie&lt;br /&gt;
* Licence Art Libre&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Fair Use: Please explain the copyright exception (e.g. scholarship/research)&lt;br /&gt;
* Faire Use: verduidelijk alstublieft de uitzonderingen op auteursrecht (bijv. voor studiebeurzen/ onderzoek)&lt;br /&gt;
* Faire Use: explique les exceptions au droit d’auteur (p. ex. bourse/recherche scientifique)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Please leave detailed explanation&lt;br /&gt;
* Geef alstublieft een gedetailleerde verklaring&lt;br /&gt;
* Laissez des explications détaillées&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Template: Used with permission&lt;br /&gt;
* Sjabloon: gebruikt met toestemming&lt;br /&gt;
* Modèle: utilisé avec permission&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Template:Fair Use License&lt;br /&gt;
* Sjabloon: Fair Use licentie&lt;br /&gt;
* Modèle: Licence Faire Use&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Template: Unknown copyright&lt;br /&gt;
* Sjabloon: ongekend auteursrecht&lt;br /&gt;
* Modèle: Copyright inconnu&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Template: Copyright violation&lt;br /&gt;
* Sjabloon: Inbreuk tegen het auteursrecht&lt;br /&gt;
* Modèle: Atteinte au droit d&#039;auteur&lt;br /&gt;
&lt;br /&gt;
{{collapse bottom}}&lt;br /&gt;
&lt;br /&gt;
{{collapse bottom}}&lt;br /&gt;
==Archived messages ==&lt;br /&gt;
&lt;br /&gt;
{{collapse top}}&lt;br /&gt;
===Tweet ===&lt;br /&gt;
Hey Njt!  I noticed a weird error message regarding the Tweet/doc page at [[:category:Pages_with_incorrect_formatting_templates_use]].  I really don’t know what to make of it, maybe it makes more sense to you... Cheers!&lt;br /&gt;
&amp;lt;br&amp;gt;[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 20:07, July 6, 2019 (EDT)&lt;br /&gt;
:Do you mean the date script error? I think the Math extension might be needed for that template (which isn&#039;t in use yet). It fails because the Extract template it uses doesn&#039;t work. [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 15:13, July 7, 2019 (EDT)&lt;br /&gt;
:Now fixed [[User:Pyrrhus]] [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 06:29, August 6, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
===Re: Leave me a message -- [[User:Sigridjones|sigrid.jones]] ([[User talk:Sigridjones|talk]]) 04:20, August 6, 2019 (EDT)===&lt;br /&gt;
&lt;br /&gt;
Thank you! I just added some user boxes. Happy to be here. Best regards, Sigrid --sigrid.jones (talk) 04:05, August 6, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
===Deleting pages problem ===&lt;br /&gt;
Hi [[User:Notjusttired|notjusttired]]! I started deleting some of the pages you cited for deletion, however, without them the references no longer populate, so I restored several. Please advise. Thanks, [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 16:44, June 26, 2019 (EDT)&lt;br /&gt;
:Hi [[User:Kmdenmark|Kmdenmark]]!  I see that the &amp;quot;Articles for deletion&amp;quot; category is broken, and it is showing a number of template pages that were never marked for deletion.  I will look into the problem later on today or tomorrow and then I will get back to you.  In the meantime, please restore the following templates that still need to be restored: [[Template:Chem2]], [[Template:Chem2/doc]], [[Template:Citation needed/doc]], [[Template:Composition bar]], [[Template:Composition bar/doc]], [[Template:Coord/doc]].  Thanks!&lt;br /&gt;
:[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 17:16, June 26, 2019 (EDT)&lt;br /&gt;
::[[User:Pyrrhus|Pyrrhus]] Thanks! Take your time with it. I&#039;ll restore the ones deleted and will ignore the list until further notice. [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 17:40, June 26, 2019 (EDT)&lt;br /&gt;
:::Yikes! [[User:Kmdenmark]] All the ones I marked for deletion today start with &amp;quot;Template:Template:&amp;quot; so those should be fine to delete, and all should have a similarly named page with &amp;quot;Template:&amp;quot; just mentioned once. I can&#039;t imagine what happened  here. [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 18:05, June 26, 2019 (EDT)&lt;br /&gt;
::::Please hold off on deleting anything. There maybe some weird unanticipated link between the templates we want deleted and those we don’t want deleted...&lt;br /&gt;
::::[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 18:26, June 26, 2019 (EDT)&lt;br /&gt;
:::::[[User:Pyrrhus|Pyrrhus]] and [[User:Notjusttired|notjusttired]], I&#039;ll hold off from deleting anything for now. I&#039;m assuming that keeping the pages for now will not interfere with other operations. [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 11:51, June 27, 2019 (EDT)&lt;br /&gt;
::::::[[User:Pyrrhus]] [[User:Kmdenmark]] I believe it&#039;s fixed now. I accidentally marked 2 templates that are needed for deletion, and they must be transclusions, so they added the deletion category to every template that used them. Can you please add protection to these 2 pages to prevent this happening  again - the pages are [[Template:Template_other]] and [[Template:Template_error_report]]. The pages I had intended for deletion all had &amp;quot;Template:&amp;quot; in the name not just &amp;quot;Template&amp;quot;, and all should be blank except for the deletion category. Perhaps you can both check if [[:Category:Articles for deletion]] looks right now. I&#039;m really sorry for the problems caused by my mistake. [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 14:16, June 27, 2019 (EDT)&lt;br /&gt;
:::::::looks good to me, thanks njt!&lt;br /&gt;
:::::::[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 14:48, June 27, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Pivot===&lt;br /&gt;
Hi Njt!  Hope you’re enjoying your weekend.  In case you missed it, the Pivot skin comes with some configuration variables.  For more info, see https://pivot.wikiproject.net/wiki/Pivot_features&lt;br /&gt;
&amp;lt;br&amp;gt;Here is some example code you may be interested in:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$wgPivotFeatures = [&lt;br /&gt;
 &#039;navbarIcon&#039; =&amp;gt; true,&lt;br /&gt;
 &#039;addThisPUBID&#039; =&amp;gt; &#039;ra-5cdfe8dacb9028fa&#039;&lt;br /&gt;
];&lt;br /&gt;
$wgAddThisSidebar = true;&lt;br /&gt;
$wgAddThispubid = &#039;ra-5cdfe8dacb9028fa&#039;;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
(Code obviously comes after &amp;lt;nowiki&amp;gt;wfLoadSkin( &#039;pivot&#039; );&amp;lt;/nowiki&amp;gt;.)  Hope this helps.&lt;br /&gt;
&amp;lt;br&amp;gt;[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 17:40, May 25, 2019 (EDT)&lt;br /&gt;
::I&#039;ve seen that, thanks. The publisher ID I requested and should sort the sidebar  issue. Oddly the side bar setting does not work as you&#039;d expect given the name! The logo setting might be withwhile but only applies to the smallest mobiles and puts the logo in the centre of the top bar! I&#039;ve swapped the font and style of the title bar for the moment, and got it displayed #MEpedia. See code on [[MediaWiki_talk:Pivot.css]] for .p-logo-text. When the weekend is over In going to put in a request to add the MEAction fonts for ALL skins, which will mean we can use the logo text style anywhere. [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 17:51, May 25, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
Hi! Just checking if you need me to make any other changes. Hope all is well [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 17:31, 16 May 2019 (EDT)&lt;br /&gt;
:Thank you for the offer of help. I&#039;m making a lot of changes to the 2 new skins so that would be great. Can you do the new code for Timeless, like you did for the Pivot one? It&#039;s on here [[MediaWiki_talk:Timeless.css]] and needs to overwrite [[MediaWiki:Timeless.css]] totally, which will be easier than deleting the sections causing layout issues. Thanks again [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 15:41, 17 May 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
===Archived ===&lt;br /&gt;
&amp;quot;Hi Njt!  I noticed the following suggestion of yours in the Dev queue of [[MEpedia:Suggested_tasks]]:&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;quot;Create custom Special page for tracking pages using NeedsImage template requested by User:Notjusttired&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;I was under the impression that this page accomplishes this: [[:Category:Articles_that_need_an_image_or_photo]]&lt;br /&gt;
&amp;lt;br&amp;gt;Am I wrong or missing something?  Thanks.&lt;br /&gt;
&amp;lt;br&amp;gt;[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 19:22, 28 March 2019 (EDT)&lt;br /&gt;
::Have done  that now. I originally hoped to add or as a Tracking category in special pages so it&#039;s easy to find, but there&#039;s no simple way to do this. Would rather focus on other dev tasks. &lt;br /&gt;
::Have you got any thoughts on different skins? I added some to the Dev queue including a dark one. [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 17:18, 30 March 2019 (EDT)&lt;br /&gt;
:::BTW, I recently created a page to collate all those weird special pages together: [[MEpedia:Pages in need]]&lt;br /&gt;
:::The idea is that there would be a link in the lefthand sidebar to this &amp;quot;Pages in need&amp;quot; page so that contributors would have quick access to all these weird special pages.  I&#039;m pretty clueless on skins, so no opinion here, but I&#039;ll try to take a look.  Thanks for all your help, Njt!&lt;br /&gt;
:::[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 18:47, 30 March 2019 (EDT)&lt;br /&gt;
:::okay, I’ve finally taken a look at skins.  It looks like you are recommending TimelessDarkCSS as a light-sensitive option and Pivot as the Mobile option.  Is this correct?&lt;br /&gt;
:::Also, i note that your user page mentions “collapsible lists”.  Do you know of any way to do that?  That would be ideal for the Contents page...&lt;br /&gt;
:::[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 18:59, 10 April 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
::::Hi Pyrrhus. Yes to the Timeless-DarkCSS for those with photophobia or preferring a dark background.&lt;br /&gt;
::::The &#039;&#039;&#039;Pivot&#039;&#039;&#039; skin is brilliant for mobile devices and tablets but actually looks excellent on a Desktop (in my view) - Timeless without the dark CSS is a serif font I seem to remember and also looks good on mobiles, tablets and desktops. The norm is to default to Vector for wikis but Vector is really hard work on small screens because you can&#039;t hide the side menu - either you zoom and scroll a lot or need the most amazing vision. &lt;br /&gt;
::::Assuming these get installed and work as well as expected it should be nice to have a button to flip to the dark skin for those &#039;&#039;&#039;not logged in &#039;&#039;&#039;. I haven&#039;t seen the code to do this yet though. [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 16:44, 11 April 2019 (EDT)&lt;br /&gt;
:::::okay, here’s what it looks like we should do:&lt;br /&gt;
:::::#Install Timeless-DarkCSS and Pivot skins&lt;br /&gt;
:::::#Put two links in the lefthand/top sidebar: “Light-sensitive interface” and “Mobile-friendly interface”.  These links will bring up instructions for how to switch skins in the user’s Preferences.  When we find the code for a not-logged-in-user button, we’ll replace the links with buttons. &lt;br /&gt;
:::::#If the Pivot interface turns out to be as good as you say, we should talk about making Pivot the default interface for all devices.&lt;br /&gt;
:::::Does that look right?  &lt;br /&gt;
:::::[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 17:25, 11 April 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
::::::Yes, that&#039;s right, although I think calling it &amp;quot;dark view&amp;quot; or &amp;quot;dark version&amp;quot; would be better. Dark timeless is simply a skin called Timeless with extra CSS, Timeless has almost the same features as Pivot so it might be a case of seeing whether Timeless in white is more popular than Pivot - I prefer Pivot myself. There&#039;s 2 different ways to automatically switch skins for mobile users [https://www.mediawiki.org/w/index.php?title=Simple_mobile_skin_auto_change/en&amp;amp;mobileaction=toggle_view_desktop Method 1] and [https://www.mediawiki.org/wiki/Extension:MobileFrontend Mobile Frontend method] which would allow desktop users to stay on Vector automatically. If you want to checkout hope they look on different screen sizes then [https://quirktools.com/screenfly/ Screenfly] is pretty good  [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 18:50, 11 April 2019 (EDT)&lt;br /&gt;
&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Renaming?==&lt;br /&gt;
&lt;br /&gt;
I renamed this page to use the US spelling, as per the Manual of Style. [[User:kmdenmark]]&lt;br /&gt;
But should the category be renamed to &#039;&#039;&#039;British Organizations&#039;&#039;&#039;?&lt;br /&gt;
This would be easier to browse from [[:Category:Organizations]] because the country make would be first and the name is shorter. The same issue is there for Universities.&lt;br /&gt;
This would also fit with the Standard MEpedia country categories eg [[:Category:British research initiatives]].&lt;br /&gt;
I&#039;ve created a temporary [[MEpedia Page Outlines]] for both Universities and Organizations but would welcome input / Ch changes from others. [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 18:14, 20 February 2019 (EST)&lt;br /&gt;
&lt;br /&gt;
::The changes are fine with me. I have no attachment to either way. I think &amp;quot;Organizations based in the United Kingdom&amp;quot; is a bit long and awkward but it&#039;s the category title that Wikipedia uses. ([https://en.wikipedia.org/w/index.php?search=Category%3AOrganizations+based+in+the+United+Kingdom&amp;amp;title=Special%3ASearch&amp;amp;profile=advanced&amp;amp;fulltext=1&amp;amp;advancedSearch-current=%7B%22namespaces%22%3A%5B0%5D%7D&amp;amp;ns0=1 Wikipedia page for &amp;quot;Organizations based in the United Kingdom&amp;quot;]) [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 19:03, 21 February 2019 (EST)&lt;br /&gt;
{{collapse bottom}}&lt;br /&gt;
&lt;br /&gt;
{{collapse bottom}}&lt;br /&gt;
==Categories for UK politicians==&lt;br /&gt;
{{Read more|&lt;br /&gt;
Hi. Can you avoid removing politicians from the categories for political parties? This is crucial information for advocacy and not held elsewhere. Labour/Co-op members are considered members of both parties so need to be in more than one category. Keeping them as categories allows someone to look for UK adbocates, then use the subcategories to find just politicians for political parties or fod which committee they are on - one committee is investigating the PACE trial Parties cover both MPs and the unelected House of Lords.&lt;br /&gt;
&lt;br /&gt;
::Thank you for explaining the need for categories for politicians. I see your point and will not delete them anymore. [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 14:29, 11 February 2019 (EST)&lt;br /&gt;
&lt;br /&gt;
::::Thanks [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 19:01, 11 February 2019 (EST)&lt;br /&gt;
&lt;br /&gt;
Also please don&#039;t mark redirects for deletion - they are there to help from the correctly spelled page - searching the incorrect name means MEpedia then find the correct page name too. notjusttired (talk) 13:06, 7 February 2019 (EST) &lt;br /&gt;
&lt;br /&gt;
::Re: misspellings - I don&#039;t think misspellings should be honored with redirects. It is impossible to conceive of every misspelling that someone could use. I think the misspellings clutter the drop down menu in our search engine and make articles harder to find rather than easier. I support using redirects for alternative spellings, but not misspellings. If you can give me an example of one of the redirects you want to stay, it would help me understand your reasoning. I, also, eliminated some redirects where pages were not medically the same and to keep them as such would be inaccurate. A better way to link similar but different pages would be with links in the &#039;See also&#039; section. (I don&#039;t know if you were the author of those redirects, but I wanted to explain why I eliminated those redirects, also.) My best, [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 14:29, 11 February 2019 (EST)&lt;br /&gt;
&lt;br /&gt;
::::It depends on the reason for the mispelling and how common it is. Eg if you delete the redirect for [[Intestinal permiability]] and type of into a search  the correct page name won&#039;t come up - there&#039;s no results. Delete redirects for different spacing in page names and that search phrase may not work any more (eg The M.E. Society vs The ME Society). There&#039;s also a few unexpected UK vs US spellings  (diarrhoea), and a few researchers with names that are commonly mispelled or have very similar spellings, which sometimes means their research is under several different names (AT Anbu vs Theo Anbu). When it comes to linking redirects have a link icon next to the page name, so it&#039;s easy to pick the right one - although perhaps there is a hidden property that can be used.&lt;br /&gt;
&lt;br /&gt;
::I&#039;m fine with trying it your way. Let&#039;s watch how the redirects work and see if we get other feedback from users. &lt;br /&gt;
:::A couple specific points: Sometimes the search engine is extra slow or temporary not working; that may explain why the correct spelling for [[Intestinal permeability]] didn&#039;t come up when you originally searched. I tested it and it came up every time I searched this morning. &lt;br /&gt;
:::Re: British spelling. I wholeheartedly agree that redirects for British spellings should have redirects. The main title is to be in American spelling as per MEpedia manual of style. My best, [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 12:01, 12 February 2019 (EST)&lt;br /&gt;
&lt;br /&gt;
:::::::: Thanks [[User:Kmdenmark]] - I&#039;ve noticed performance problems but that has been loading pages rather than on searches. Maybe there&#039;s something else going on.&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
::::With making redirects for deletion, they need any pages using them to be updated first. The Contents page (which I can&#039;t edit) has a non-standard [[List of Quotes]] link, so deleting to use the correct capitalization breaks the link on the Contents page.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Messages I&#039;ve seen ==&lt;br /&gt;
{{Read more|RE: Csn the Mike Beadsworth page be the main one, with  Michael Beadsworth the redirect? Professionally he uses the name Mike far more.&lt;br /&gt;
 Njt&lt;br /&gt;
[[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 13:58, 23 January 2019 (EST)&lt;br /&gt;
&lt;br /&gt;
Sure, sounds good.  [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 17:19, 23 January 2019 (EST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Just FYI: On the Pathogen page, you have left the following typo: &amp;quot;_Chia_201dorferi_paper.png&amp;quot;&lt;br /&gt;
&lt;br /&gt;
I can&#039;t fix the typo since I&#039;m not sure what it was meant to say...&lt;br /&gt;
&lt;br /&gt;
Best, Pyrrhus&lt;br /&gt;
&lt;br /&gt;
[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 20:36, 10 February 2019 (EST)&lt;br /&gt;
&lt;br /&gt;
Thank you [[User:Pyrrhus|Pyrrhus]] - I&#039;m not sure what image it was supposed to be so I added an alternative and fixed the problem. [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 09:07, 11 February 2019 (EST)&lt;br /&gt;
}}&lt;br /&gt;
{{collapse bottom}}&lt;br /&gt;
&lt;br /&gt;
== Priorities ==&lt;br /&gt;
* Image copyrights to organize &lt;br /&gt;
* Check copyrights on ICC and other files&lt;br /&gt;
* Better symptom photos e.g. malaise, levels of fatigue and disability, symptoms &lt;br /&gt;
* Infographics template - XMP CC info, large size, site name only in corner (font as wiki?)&lt;br /&gt;
* Infographic &amp;amp; poster creation&lt;br /&gt;
&lt;br /&gt;
== Brain fog tasks ==&lt;br /&gt;
* [[Articles that need an image or photo]]&lt;br /&gt;
* [[:Category:Articles with unsourced statements]]&lt;br /&gt;
* [[Add source and copyright to existing images]]&lt;br /&gt;
&lt;br /&gt;
== Tips ==&lt;br /&gt;
* [[Science Guidelines]]&lt;br /&gt;
* [[Using the source_code editor]]&lt;br /&gt;
* [[Power user/editor tips]]&lt;br /&gt;
&lt;br /&gt;
==Welcome to MEpedia!==&lt;br /&gt;
* [[How_to_contribute|How to contribute]]&lt;br /&gt;
* If you need ideas of improvements to make to MEpedia, See [[MEpedia_suggestions|suggestions]]&lt;br /&gt;
* [[Contents|MEpedia Contents]]&lt;br /&gt;
&lt;br /&gt;
* To create new page, use one an outline: [MEpedia_article_outlines]&lt;br /&gt;
&lt;br /&gt;
To see your contributions history, click Contributions in the top-right corner. To see recent contributions by others, click Recent Changes on the left. Not ready to edit pages, but want to suggest a change? On the page, just click Discussion, and write your suggestion there for others to see.|realName=Anonymous|name=Notjusttired}}&lt;br /&gt;
&lt;br /&gt;
== Random code==&lt;br /&gt;
{{bar box&lt;br /&gt;
|title=Chronic Fatigue Syndrome: Common Symptoms&lt;br /&gt;
|titlebar=#DDD&lt;br /&gt;
|left1=&#039;&#039;&#039;Symptom&#039;&#039;&#039;&lt;br /&gt;
|right2=%&lt;br /&gt;
|width=400px&lt;br /&gt;
|bars=&lt;br /&gt;
{{bar pixel|Fatigue: persistent or relapsing|#0CBCBC|100}}&lt;br /&gt;
{{bar pixel|Symptoms last over 6 months|#0CBCBC|100}}&lt;br /&gt;
{{bar pixel|Significant reduction in activities|#0CBCBC|100}}&lt;br /&gt;
{{bar pixel|Post-exertional malaise|#0CBCBC|96}}&lt;br /&gt;
{{bar pixel|Memory &amp;amp;amp; concentration probs|#0CBCBC|98}}&lt;br /&gt;
{{bar pixel|Unrefreshing sleep|#0CBCBC|99}}&lt;br /&gt;
{{bar pixel|Headaches - new or different|#0CBCBC|100}}&lt;br /&gt;
{{bar pixel|Muscle pain (myalgia)|#0CBCBC|96}}&lt;br /&gt;
{{bar pixel|Sore throat|#0CBCBC|81}}&lt;br /&gt;
{{bar pixel|Joint pain (arthalgia)|#0CBCBC|86}}&lt;br /&gt;
{{bar pixel|Lymph node pain|#0CBCBC|81}}&lt;br /&gt;
|caption=Source: Jason et al.&lt;br /&gt;
}}‎&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Bar chart&lt;br /&gt;
| title = &amp;lt;div style=&amp;quot;font-size:1.4em; margin-bottom: 0.4em;&amp;quot;&amp;gt;Common Symptoms in Chronic Fatigue Syndrome&amp;lt;/div&amp;gt;&lt;br /&gt;
| bar_width   = 15&lt;br /&gt;
| width = 30&lt;br /&gt;
| width_units = em&lt;br /&gt;
| label_type  = Symptom&lt;br /&gt;
| label1  = Fatigue - persist or relapsing*&lt;br /&gt;
| label2  = Significant reduction in activities*&lt;br /&gt;
| label3  = Symptoms last over 6 months*&lt;br /&gt;
| label4  = Post-exertional malaise&lt;br /&gt;
| label5  = Memory &amp;amp;amp; concentration probs&lt;br /&gt;
| label6  = Unrefreshing sleep&lt;br /&gt;
| label7  = Headaches - new or different&lt;br /&gt;
| label8  = Muscle pain (myalgia)&lt;br /&gt;
| label9  = Sore throat&lt;br /&gt;
| color = #0CBCBC&lt;br /&gt;
| data_type = Mild to Severe&amp;lt;br&amp;gt; Symptom %&lt;br /&gt;
| data_max  = 101&lt;br /&gt;
| data1  = 100&lt;br /&gt;
| data2  = 100&lt;br /&gt;
| data3  = 100&lt;br /&gt;
| data4  = 96&lt;br /&gt;
| data5  = 98&lt;br /&gt;
| data6  = 99&lt;br /&gt;
| data7  = 90&lt;br /&gt;
| data8  = 96&lt;br /&gt;
| data9  = 81&lt;br /&gt;
| col2_data_type = Moderate to Severe&amp;lt;br&amp;gt; Symptom %&lt;br /&gt;
| col2_data_max  = 101&lt;br /&gt;
| col2_data1  = 95&lt;br /&gt;
| col2_data2  = 100&lt;br /&gt;
| col2_data3  = 100&lt;br /&gt;
| col2_data4  = 86&lt;br /&gt;
| col2_data5  = 80&lt;br /&gt;
| col2_data6  = 92&lt;br /&gt;
| col2_data7  = 50&lt;br /&gt;
| col2_data8  = 73&lt;br /&gt;
| col2_data9  = 31&lt;br /&gt;
|caption= &#039;&#039;&#039;Source: Jason et al.&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Messages ===&lt;br /&gt;
Notjustired:  [[Severe and very severe ME]] Chronological order goes from earliest to latest. Citations are not placed under the study and instead, they are cited. If details like pages are necessary, they can be entered into the citation. --[[User:MEcfsFMS|MEcfsFMS]] ([[User talk:MEcfsFMS|talk]]) 09:51, 20 October 2018 (EDT)&lt;br /&gt;
&lt;br /&gt;
Hi. Is that somewhere in the editorial standards? I don&#039;t remember reading it. I think it&#039;s important to add doi to citations of they aren&#039;t already in there. I will look at adding author links to the citations too. I created a talk page for the Severe ME image to discuss ideas.&lt;br /&gt;
[[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 10:15, 20 October 2018 (EDT)&lt;br /&gt;
&lt;br /&gt;
:I put doi in and the PMID? But PMC causes an error and I don&#039;t think they have figured out why yet. Authors links don&#039;t get created and I thought they were in the &amp;quot;Reference&amp;quot; area.--[[User:MEcfsFMS|MEcfsFMS]] ([[User talk:MEcfsFMS|talk]]) 10:39, 20 October 2018 (EDT)&lt;br /&gt;
&lt;br /&gt;
:I see, if the citation automatically creates the citation, authors internal links are created. If they have to be manually input then it does not seem to create them.&lt;br /&gt;
&lt;br /&gt;
:That makes sense. I thought people had  been spending ages manually adding them or copying and pasting the code for the most common ones. I normally automatically generate a citation, if it doesn&#039;t work I use another link or the doi, then replace the finished link with a full text link if necessary. Links from investinme and researchgate normally don&#039;t generate automatically so I use a PubMed link and overwrite the link only after the citation is generated.&lt;br /&gt;
Could you update the [[Manual of style]] with anything else that isn&#039;t in there?&lt;br /&gt;
I&#039;ll go back sort the citations I changed. [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 10:53, 20 October 2018 (EDT)&lt;br /&gt;
&lt;br /&gt;
== MOS - Dates ==&lt;br /&gt;
&lt;br /&gt;
Hi Notjusttired:&lt;br /&gt;
&lt;br /&gt;
Somewhere at some point early on, I remember the date format was to be US, Jun 10, 2016, and not 10 Jun 2016. I can&#039;t remember where or when I read this but a few of us started changing dates in UK format and going forward we used US format. I think Jen had posted about it but I&#039;m not sure. Also, we were to change any UK spellings to the US spelling unless it was a quote.--[[User:MEcfsFMS|MEcfsFMS]] ([[User talk:MEcfsFMS|talk]]) 14:26, 31 October 2018 (EDT)&lt;br /&gt;
&lt;br /&gt;
ty for letting me know, can you fix what I wrote on [[MOS]] - does the same apply to date in citations? Sometimes they cause an error so I presume I put them in as Jun, 28 2018 now?&lt;br /&gt;
&lt;br /&gt;
:Yes, that is how I write in the citations, but move the comma so it is Jun 28, 2018 or Jun 2018. I will change MOS.--[[User:MEcfsFMS|MEcfsFMS]] ([[User talk:MEcfsFMS|talk]]) 14:43, 31 October 2018 (EDT)&lt;br /&gt;
- Will do, do you know about fixing the citation template error at all? Dates generated in the form 2018-06 always give an error when you generate a citation from a link - I presume it&#039;s  possible to fix this? [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 14:49, 31 October 2018 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Fibromyaliga Page ==&lt;br /&gt;
&lt;br /&gt;
Please be careful where information is added on the [[Fibromyalgia]] page. The blood test information you added should go on the [[Fibromyalgia notable studies]] page as it is not an accepted blood test yet. I moved the EpicGenetics blood test under the subheading &amp;quot;Blood tests&amp;quot; under &amp;quot;United States&amp;quot; and put the study you had added on the &#039;&#039;Fibromyalgia&#039;&#039; discussion page. You can post this research on the &#039;&#039;Fibromyalgia notable studies&#039;&#039; page.&lt;br /&gt;
&lt;br /&gt;
I created and edited most of these pages starting with the username DxCFS. I lost my PW when FF crashed and could not get it back using the PW retrieval as there is something wrong with MEpedia carrying out this task. I have had many usernames because I am really bad with remembering my usernames and usually just use a VPN now.--[[Special:Contributions/77.111.245.10|77.111.245.10]] 12:07, 25 March 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
:Also, the &#039;&#039;Fibromyalgia&#039;&#039; page became too long to use the &amp;quot;Edit&amp;quot; tab and the &amp;quot;Edit source&amp;quot; tab is not an option due to citations and that is why I broke &#039;&#039;Notable studies&#039;&#039; off. There is an area at the bottom of the &#039;&#039;Fibromyalgia&#039;&#039; page to post news articles about research as people usually want to read about research by media and bloggers and not the hard research.--[[Special:Contributions/77.111.245.10|77.111.245.10]] 12:13, 25 March 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
:Thanks for the input - I&#039;ve never edited  that page before. I will update the redirects for blood test info - when I searched before adding it the Fibro Notable studies page wasn&#039;t near the top of the results (I don&#039;t recall seeing it at all). [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 16:49, 25 March 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Simon Wessely Page ==&lt;br /&gt;
{{collapse top}}&lt;br /&gt;
Wessely Page - Hi Notjusttired. I&#039;m currently editing the page on Simon Wessely by inserting many references. Please leave the page for a moment otherwise we crosspost and I loose all the changes which is many hours of work. Kind regards, Sisyphus.&lt;br /&gt;
:I&#039;ve just seen your notice. I will leave alone. I am going to put some improved citations on the talk page and leave it at that. [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 08:08, July 16, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
Thanks. It&#039;s ok now. The references have been inserted (It took a while). Could you delete the warning &amp;quot;This article may require cleanup to meet MEpedia&#039;s quality standards&amp;quot;? If not, could you explain which sections or claims you disagree with (for example in the discussion section of the page). Kind regards, Sisyphus.&lt;br /&gt;
::I will take a look. Did you see the citations I suggested on the talk page, including the Camelford ones? [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 10:45, July 16, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
I used some of them. I only briefly mention Camelford as an example where Wessely controversially pointed towards psychosocial factors in a case that isn&#039;t clear. More information about this could be posted on a seperate MEpedia page. I unfortunately do not know the details of this case, so I&#039;ll leave it to you and others. - Sisypus.&lt;br /&gt;
:[[User:Sisyphus]] Can you explain why so many sections  have been removed or pretty much reverted? It was only recently changed about 3 weeks ago. It now reads as if everything Wessely claims via journalists or is in his research is a fact - even though at times he contradicts his previous statements so making it hard to know what he thinks. Eg the fact that Wessely claims CFS is part of MUS is his opinion, not a generally accept fact and that needs to be clear. In fact, one of the controversies around Wessely is him repeatedly making the claim that it can be classed as a psychological condition in the ICD-10 manual - despite confirmation from the World Health Organization that it is explicitly excluded and only classified as neurological. Including the death threats. The carefully phrased sections I added about those contesting his many claims are gone. He is known for saying one thing to one audience and something totally different to another. The links to the 3 pages of quotes complied from him are gone. I haven&#039;t seen a reason in the history or a mention of the removals or changes to the headings. Even his retirement claim is not a fact - he carried on publishing CFS research for years after &amp;quot;retiring&amp;quot;. Eg police freedom of information act requests contradict that. As far as Wessely&#039;s claims of victimization go, we should be reporting &amp;quot;In a 2017 interview, Wessely stated that&amp;quot; but not in a way that suggests that it is factual. Wessely refused to appear before the UK&#039;s Gibson Enquiry which was pressing him for answers on his views. [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 11:59, July 17, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
I tried to rewrite the page in full text and provide more context to his work and the controversies. I’m sorry if have deleted things without providing a reason why. &lt;br /&gt;
Regarding the ICD, I personally think he was trying to say that patients with the symptoms of CFS can be diagnosed as having CFS (G93.3) or neurasthenia/fatigue syndrome (F48.8) and don’t see this as a big issue. If you disagree, perhaps we can make a section on this under controversies. Regarding the quotes: I am not a fan of quotes without context, certainly if it is used to criticize someone or cast someone in a certain light. That’s certainly the case of the links you mention. If you want them restored perhaps we could use them as example of criticism of Wessely rather than as an resource of quotes from him? Regarding the death threats I’m ok with restoring the info for example regarding the freedom of information request. I didn’t think this was vital because the information doesn’t permit us to make conclusions about what happened. And regarding the Gibson Enquiry if Wessely did actually get serious death threats, than I could understand why he prefers not to be questioned about the details on this. So I don&#039;t think this means much. If you insist on including more info about this, perhaps there is enough to make a separate page on this (there’s also some relevant info about this from Valerie Eliot Smith’s blog). Kind regards, Sispyhus.&lt;br /&gt;
::I&#039;m happy to have the quotes back under a heading &amp;quot;Quotes critical of Wessely&amp;quot; or similar. The classification of ME/CFS is a huge issue because it is part of his claims that it is not a disease / has no disease process  and that it is psychological or mostly psychological which justifies the CBT and even GET. He refuses to acknowledge any science he does not like such as mitochondria or immune days. It&#039;s quite likely he quit research rather than having his work proved wrong. Same with Michael Sharpe, also from the PACE trial. Peter White of the PACE trial allegedly retired early from clinical practice to avoid GMC complaints that could have removed his license to practice (he was under investigation). Wessely also helped design the PACE trial - a crucial fact now missing from the top of his page. Wessely and his policies largely in control of UK treatment and has been for over a decade. Regular political questions on him and his [[Wessely school]]. Thanks to his attempts to re-classify the illness all UK ME/CFS treatment comes from a mental health health budget, he controls the media via the Science Media Centre, and gives numerous interviews making nasty persons attacks on patients. Wessely and Deale provided the key randomized controlled trial in the 1990s still used as &amp;quot;evidence&amp;quot; for CBT. The Gibson Enquiry was a scientific one, many years before he stated his death threat claims - which some have suggested are simply a way to detect from PACE trial criticism, since that&#039;s when they appeared. Absolutely nothing to fear from that except scientific scrutiny. Several Freedom of Information Act requests have shown that PACE trial critics are not harassing let alone threatening anyone. Although they tried to use this argument to prevent the release of the data. &amp;lt;br &amp;gt;&lt;br /&gt;
I feel that the page re-write portrays Wessely incorrectly as mostly not controversial, and portrays his science as student accepted, and endorses his views given in newspaper interviews as accurate  and unbiased. He will make claims like Gulf War Illness doesn&#039;t exist, then later claim to have originally discovered it! He&#039;s also a social security advisor and does not believe patients should be entitled to disability benefits.As regards the quotes - they come from several charities and are certainly not taken out of context. It&#039;s very hard to see how many of the statements could be out of context given how rude and nasty they often are about patients, who he calls &amp;quot;disgusting&amp;quot; and &amp;quot;not wanting to get better&amp;quot;.&amp;lt;br&amp;gt;&lt;br /&gt;
What do you think about adding back in the references that were removed, and then working together to tackle a section at once?  I think it important to be very careful not to claim Wessely has reported the truth about himself since this is often untrue or contradicted (either by himself or by independent sources). [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 13:35, July 17, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
I have thought about your comments but I think we have to be neutral and objective on this. I don’t think the texts of Margaret Williams and Malcolm Hooper should be used as a basis for the MEpedia page for exactly this reason. The page already contains much criticism of Wessely. It says in the introduction that his work is controversial and has been repeatedly criticized and it already contains numerous controversial quotes of him (including the “not wanting to get better” one). &lt;br /&gt;
Regarding the quotes out of context: I do think this is a big problem. The one about ME merely being a belief for example has been circulating within the ME community as it were to mean that ME patients are malingering, which isn’t what Wessely was saying. These kinds of misunderstandings are very unfortunate and distract from the real issues with his work.&lt;br /&gt;
I also think the MEpedia page should not only be directed towards patients but also to outsiders such as journalists or researchers who want objective information about Wessely. So a link to a list of controversial quotes with comments mocking what he said seems inappropriate. There are plenty of blogs and articles that criticize his work or scrutinize every word he said during his career, looking for inconsistencies or poorly nuanced statements. I don’t think the MEpedia page should be another of these and instead should offer an overview of his work and career like we do with other pages on researchers. If you see further problems with the page, I don’t mind discussing it further. But I think the current version is well balanced. - Sisyphus.&lt;br /&gt;
:I think the issue we are disagreeing on here is mostly neutrality. While parts of the previous page were not put across in a way that was fully neutrally totally excluding critical sources has in fact done the opposite. We can look at phrasing at the amount of text given to criticism but removing it is entirely inappropriate. I have an issue with passing off Wessely&#039;s views as facts when they are not - such as claiming CFS is part of MUS. We should not be doing that on any researcher&#039;s page. There is no doubt that Wessely is controversial - in fact he has given a number of interviews knowing that they would be controversial. &amp;quot;Controversial&amp;quot; is not a negative judgement - the Enterovirus theory is also controversial. ME itself and much of the research is controversial. The fact is his research is controversial too - after all the CDC, NHS and others followed it and the CDC and others then dumped it, plus there was the Stop GET petition too. The Institute of Medicine report disputes it. On neurality, we also can&#039;t claim Wessely invented CBT for CFS when he actually was one of 3 - Trudie Chalder has separately claimed to be the inventer. I am going to make some edits today, keeping in mind what you have said, to add in more neutral phrasing on his research &amp;quot;Wessely stated&amp;quot;, in &amp;quot;Sir Wessely&#039;s view&amp;quot; etc. And add back in some references critical. While Margaret Williams and Malcolm Hooper are very critical, that does not mean they should be totally left off the page - that&#039;s not neutrality - but neither should they be emphasized. Patient groups critical of Wessely should certainly be referenced, along with Freedom of Information Act requests since they are neutral and accurate. This might mean overall that less text is critical of Wessely than before, but that there are a large number of sources supporting certain points. Part of the guidelines we are writing for is to allow others to find out more information, so we do need to either reference or link to quotes or Hooper&#039;s Mental health movement, but also any articles praising him and summarizing his contribution. If Quotes aren&#039;t used as a heading then they could go in Learn more for example. Clearly given the significant time taken to collect all these, they do have significance and may bring people to do the page who are looking for &amp;quot;Weasel words&amp;quot; - in which case they would then see an article more balanced than just those quotes. Perhaps you would like to look for those, or have some in mind. Re: Malingering: Wessely has said exactly that, in fact using the phrase &amp;quot;malinger&#039;s charter&amp;quot;. Part of the basis of his scientific arguments is that around the &amp;quot;secondary gain&amp;quot; - his work and especially interviews repeatedly make this claim. That doesn&#039;t necessarily mean that particular quote needs including, but it is representative of his views. [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 07:12, July 18, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
With all the respect notjusttired but I disagree with some of your changes and would prefer the original to be reinstated. I don’t want to use an argument of authority here, but my text does include 135 references, mostly scientific publications. I have worked many months on this and I know what I’m talking about. &lt;br /&gt;
For example regarding the Gulf War syndrome: there’s not really a contradiction: his 1999 epidemiological study demonstrated that there was an adverse effect of going to the Gulf war that goes beyond deployed to war or being a soldier at that time period. So his study was one of the most important ones in demonstrating that the health of soldiers who went to the Gulf War was affected by something. But he doesn’t want to say there is a Gulf War Syndrome because there was no evidence for a unique constellation of signs or symptoms – the Gulf war veterans reported more of all the 50 symptoms assessed in the study. That’s his view and it’s unambiguously presented in his publications. It’s only by relying on fragmented quotes or misrepresentations by Hooper and Williams that things get obscure and that’s what I’m trying to avoid on the page. &lt;br /&gt;
Malingering is another example. There is no evidence that Wessely thinks CFS patients are malingering. In fact he has repeatedly warned against this idea, saying “there is little evidence to suggest that the fatigue results from impaired motivation, and the use of terms such as ‘malingering’ or ‘hysteria’ is to be deplored.” (Source: https://studylib.net/doc/7895242/chronic-fatigue-syndrome). He made similar arguments about Gulf War Syndrme (see minute 50 of this lecture: https://vimeo.com/52995882).&lt;br /&gt;
I can also attest that Wessely developed CBT for CFS: he was to first to publish about this in 1988 and to first to publish a trial on this in 1991. Chalder worked for him at the time so when she says she first developed CBT, she probably meant she was part of the team that did and that team was lead by Wessely. I highly doubt that she would contest that. She has no problem with crediting him, even about the scale that now bears her name: “I think its more Simons research than mine that we developed a fatigue scale, which is now called The Chalder fatigue scale.” (source: https://www.s4me.info/threads/13-march-2019-chalder-%E2%80%98medically-unexplained-symptoms%E2%80%99-my-clinical-and-research-journey-over-30-years.5576/page-3#post-152193) &lt;br /&gt;
I have reread the page and don’t understand what you mean by presenting Wesselys&#039; view that CFS is part of MUS as a fact. I constantly use the phrase “they argued…” Williams and Hooper are allready on the page, they are references as examples of criticism of Wessely’s work.  And I don’t quite understand why you made a separate heading for the PACE trial: Wessely wasn’t an author of the PACE trial. It seems weird to focus on this. He has published approximately 600 papers, several books and numerous newspaper articles – most which don’t get a mention because of a lack of space.&lt;br /&gt;
I’ve waited on editing the Wessely page until I’ve read most of his work and got an overview. By working this way I hoped to achieve a balance in attention each items receives without making the page too long. So please be mindful of that if you change things. Kind regards - Sisyphus.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;CBT is is based on a psychological and fatigue-based approach, with an expectation that exercise would normally be part of the treatment.&amp;quot; is also not correct. In contrast to the CBT developed by Bleijenberg and Vercoulen, the CBT model developed at Kings&#039; College does not necessarily include exercise. Instead it is focussed on graded actvity which can be increases in social activities, reading etc. Furthermore it is strange to describe it as a fatigue-based approach as it was inspired by the treatment of chronic pain. Wessely and other CBT-authors acknowledge this repeatedly.&lt;br /&gt;
::Do you mind if I move this conversion to the Talk page for Wessely? We are getting into what feels like a stalemate, I think input and suggestions from others would help. There shouldn&#039;t be a question on authority here, I would like to achieve a consensus and that should be possible. One of the very difficult issues with Wessely is that he contradicts himself, and these are worth pointing out. He will claim one thing in one place and another to a different audience - &amp;quot;malinger&#039;s charter&amp;quot; is a direct quote from him which he later contradicted (just as an example). So we should be careful in claiming his view or one thing or another when he himself has contradicted it elsewhere. The new section I will respond on in a moment, with a paste from the research to clarify. &lt;br /&gt;
::I recognize you have worked hard on this, but I think to make huge changes at all once causes issues for other editors. I also have worked extensively in this page, in Nov/Dec, and in March and then in June, plus on related topics recently - eg CBM model, and CBT. I too would prefer a revert to before you made the changes (!) but I think a looking towards a consensus would be a better approach. [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 09:20, July 18, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Yes perhaps it&#039;s best to move the conversion to the talk page for Wessely. Perhaps we can just copy paste what we wrote here so that others can follow our conversation? &lt;br /&gt;
I also agree in working towards a consensus. But changes need to be carefully argued with good references (not just something someone else has claimed on a blog or tweet). I haven&#039;t seen any evidence that Wessely often contradicts himself, excepts perhaps for his statements on not seeing Ean P. Of course if one dissects everything a researcher has said or published in the last 30 years, you&#039;ll always find something. But haven&#039;t noticed clear contradictions. I&#039;m not aware however where the &#039;malinger&#039;s charter&#039; quote comes from - was this during a lecture?&lt;br /&gt;
One option would be to add more detailed criticism and information about Wessely on a seperate page - for example &#039;Wessely school&#039; and to add a prominent link on the Simon Wessely page to this one for further details on the criticism of his work, including what Hooper and Williams have written. &lt;br /&gt;
I apologize if I deleted information you saw as important. I tried to incorporate most in the text I&#039;ve wrote. I appreciate the hard work you put into MEpedia.&lt;br /&gt;
{{collapse bottom}}&lt;br /&gt;
&lt;br /&gt;
== Tagging -- [[User:Brettz9|Brettz9]] ([[User talk:Brettz9|talk]]) 16:06, July 23, 2019 (EDT) ==&lt;br /&gt;
&lt;br /&gt;
Hi there... I&#039;m really too drained and preoccupied to do much these days with the wiki, so if you wouldn&#039;t mind only tagging me in cases where I had added the content myself, I&#039;d appreciate it. Thanks! [[User:Brettz9|Brettz9]] ([[User talk:Brettz9|talk]]) 16:06, July 23, 2019 (EDT)&lt;br /&gt;
:Sure [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 16:41, July 23, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Slow down ==&lt;br /&gt;
&lt;br /&gt;
Please slow down with your edits on Dutch topics. You&#039;re making lots of mistakes. As I suffer from ME, I can&#039;t possibly keep up. [[User:Guido den Broeder|Guido den Broeder]] ([[User talk:Guido den Broeder|talk]]) 21:24, September 12, 2019 (EDT)&lt;br /&gt;
:I can slow down editing, although I have no yet seen evidence that I had said anything not supported by references [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 13:18, September 13, 2019 (EDT)&lt;br /&gt;
I am now asking you to stay away from the Dutch pages that I&#039;m editing. If you don&#039;t do that voluntarily, I will ask for you to be topic-banned. [[User:Guido den Broeder|Guido den Broeder]] ([[User talk:Guido den Broeder|talk]]) 17:25, September 14, 2019 (EDT)&lt;br /&gt;
::Explain your reason please. There are several editors reversing your edits, you are not following editorial or science guidelines, and even reversing some manual of style changes at the same time (eg date format). And you have a clear conflict of interest with this topic because you are founder one Dutch charity and wrote here - on MEpedia - that you previously lead a revolt against changes in another. So I find this request of yours quite unexpected. [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 20:03, September 14, 2019 (EDT)&lt;br /&gt;
:::This is not Wikipedia. Conflict of interest is not even defined here. If we were to apply the Wikipedia policy I would have a conflict of interest with every topic on this wiki, and so would all knowledgable editors, and the wiki would remain empty. So instead we just do the best we can, because it&#039;s important and there are only a few of us. All that you contribute on these pages is a lot of mistakes. That costs too much of my time and energy, so it needs to stop. There is plenty of technical work to do, so why don&#039;t you do that and leave the content to others. [[User:Guido den Broeder|Guido den Broeder]] ([[User talk:Guido den Broeder|talk]]) 20:27, September 14, 2019 (EDT)&lt;br /&gt;
:::With regard to dates: when I&#039;m creating an article, I avoid using citation templates, because those clutter up the source text so badly that my ME brain can&#039;t cope very well. So the date format is irrelevant and I use the same format that I apply everywhere else, again saving time and energy. Content is important, minor differences in style are not. [[User:Guido den Broeder|Guido den Broeder]] ([[User talk:Guido den Broeder|talk]]) 20:51, September 14, 2019 (EDT)&lt;br /&gt;
::::So basically, you don&#039;t have a reason other than &amp;quot;mistakes&amp;quot;. Please see the [[MEpedia:Manual of style]] including the talk page for it on dates.  Everything here is US format, with short month names. It is up to you whether you use the Visual editor or not, but it would create ask the citations for you very quickly. Alternatively, just paste in the link as you do now, without the &amp;lt;nowiki &amp;gt;[ ]&amp;lt;/nowiki &amp;gt;square brackets , then when you next use the Visual editor click it, and you will get a &amp;quot;Convert&amp;quot; option which will do so the citation for you. The citation template is not optional - but we are always keen to find ways to reduce the concentration needed to edit or read. I am somewhat surprised that you have not edited your own charity page now (I was on the website earlier but can&#039;t find some of the standard info we normally add). Brain fog I can never get used to. [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 21:31, September 14, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Signature in section headers ==&lt;br /&gt;
&lt;br /&gt;
Section headers should not auto-generate a signature in them. Not only does that makes things messy, it affects Google searches. Can you please change that back to default? [[User:Guido den Broeder|Guido den Broeder]] ([[User talk:Guido den Broeder|talk]]) 16:34, September 15, 2019 (EDT)&lt;br /&gt;
:This is an automatic feature on MEpedia for editors using the toolbar button. There is no option not to include the name and signature. If you want this to change you need find out how it works and request the change, although it may have been added because inexperienced editors were forgetting to sign their posts. MEpedia talk pages are not indexed. [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 17:45, September 15, 2019 (EDT)&lt;br /&gt;
::Not so much inexperienced editors, but you do forget to sign your posts. Apparently, despite offering technical help, you don&#039;t have access to the backside of this wiki. That&#039;s OK, I will ask elsewhere. Could you explain what your offer of technical assistance means instead? [[User:Guido den Broeder|Guido den Broeder]] ([[User talk:Guido den Broeder|talk]]) 17:55, September 15, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Manual of style ==&lt;br /&gt;
&lt;br /&gt;
The [[Manual of style]] was in part created by editors that are no longer around, with random edits by you in between. I intend to change it to make it easier for ME patients to contribute, before inviting other ME patients to join this project. For now, just remember that the MoS is not mandatory, especially not on pages that are still work in progress. They are guidance, not policy. Allowing users to contribute in a style that they feel comfortable with has priority. [[User:Guido den Broeder|Guido den Broeder]] ([[User talk:Guido den Broeder|talk]]) 17:36, September 15, 2019 (EDT)&lt;br /&gt;
:That is a ridiculous statement. I hope that you did not mean to suggest that the ill health of editors should be used to disregard their views and contributions entirely. It would appear that you have total disdain for the current MOS, editorial guidelines and science guidelines, and the fact that we have over 2,000 pages following these. Repeated uncivil behavior toward several users is also apparent. As I understand from your message here and your repeated failure to follow what has been agreed, you appear to have chosen not to engage with the process and feel that you will just change them as how you choose and without discussion. This is a collaborate project rather than a website you can simply hijack.  [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 17:57, September 15, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
==Guido den Broeder ==&lt;br /&gt;
I refuse to accept further messages from you on my talk page. &lt;br /&gt;
You are repeatedly harassing me and edit warring, and at times insulting me. This is not civil behavior.&lt;br /&gt;
&lt;br /&gt;
In future, if you have something to say to me use the relevant article talk page instead. [[User:Guido den Broeder]] [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 17:57, September 15, 2019 (EDT)&lt;/div&gt;</summary>
		<author><name>Tom cfs</name></author>
	</entry>
	<entry>
		<id>https://me-pedia.org/w/index.php?title=User_talk:Kmdenmark&amp;diff=77935</id>
		<title>User talk:Kmdenmark</title>
		<link rel="alternate" type="text/html" href="https://me-pedia.org/w/index.php?title=User_talk:Kmdenmark&amp;diff=77935"/>
		<updated>2019-11-17T05:21:49Z</updated>

		<summary type="html">&lt;p&gt;Tom cfs:New theory of cfs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[/todolist]]&lt;br /&gt;
&lt;br /&gt;
[[/templates]]&lt;br /&gt;
&lt;br /&gt;
[[/Separate Site Notices]]&lt;br /&gt;
&lt;br /&gt;
[[/Diagnostic biomarkers for ME/CFS]]&lt;br /&gt;
&lt;br /&gt;
[[/EBV-dUTPase]]&lt;br /&gt;
&lt;br /&gt;
[[/EET]]&lt;br /&gt;
&lt;br /&gt;
[[/bulkimport]]&lt;br /&gt;
&lt;br /&gt;
== New theory of cfs ==&lt;br /&gt;
&lt;br /&gt;
Hi. I have a new theory of cfs. I don&#039;t know if this is the best forum, but I&#039;d love it if you&#039;d take a look:&lt;br /&gt;
&lt;br /&gt;
https://cfstheory.blogspot.com/2019/11/new-theory-of-cfs.html&lt;br /&gt;
&lt;br /&gt;
Thanks!&lt;br /&gt;
- Tom&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Leave me a message ==&lt;br /&gt;
Hi Karen!  A quick note:  When you go to protect a page, there is an option that says &amp;quot;Protect pages included in this page (cascading protection)&amp;quot;.  When we choose cascading protection, it will protect the page as well as any templates included in the page.  Just to clarify, we do NOT typically want this option.  Only in very rare cases might we want cascading protection, but in most cases, we will not want cascading protection.  Hope this helps!&lt;br /&gt;
&amp;lt;br&amp;gt;[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 21:28, October 5, 2019 (EDT)&lt;br /&gt;
:Ok, thanks for the heads up. [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 17:25, October 7, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
==Custom stub messages ==&lt;br /&gt;
[[User:Kmdenmark]] Can you do these system messages by just copying and pasting the new code across.  ~[[User:Notjusttired|Njt]] ([[User talk:Notjusttired|talk]]) 18:08, October 8, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
*Please change [[MediaWiki:Pagetriage-tags-stub-label/de]] to:&lt;br /&gt;
Stummel&lt;br /&gt;
&lt;br /&gt;
:Did it but it seemed wrong so undid it.[[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 16:16, October 10, 2019 (EDT)&lt;br /&gt;
:sorry, this should have asked for [[MediaWiki:Pagetriage-tags-stub-label/de]] to be set to Stummel. I&#039;ve updated the info now. The others were requests to create new [[MediaWiki:This-page-is-a]] messages, I will update below to make it clearer. Sorry for the confusion. ~[[User:Notjusttired|Njt]] ([[User talk:Notjusttired|talk]]) 18:06, October 10, 2019 (EDT)&lt;br /&gt;
::{{done}} I added a period to &amp;quot;Dit artikel is een beginnetje $1&amp;quot; because all the others had it. If it needs to be removed, let me now. [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 15:58, October 11, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
*Please create the follow system messages (ignore the &amp;quot;pre&amp;quot; tag), taking care not to copy include any leading or trailing spaces.&lt;br /&gt;
&lt;br /&gt;
:I need more instructions. Do you want the following message on the page [[MediaWiki:Pagetriage-tags-stub-label]]? [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 16:16, October 10, 2019 (EDT)&lt;br /&gt;
::Thanks [[User:Kmdenmark]]. They look great. I made a mistake with one though, could you change [[MediaWiki:This-page-is-a/nl]] to:&amp;lt;pre&amp;gt;&lt;br /&gt;
Dit artikel is een $1.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Thanks  ~[[User:Notjusttired|Njt]] ([[User talk:Notjusttired|talk]]) 16:37, October 11, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
::All done now, thanks :-)  ~[[User:Notjusttired|Njt]] ([[User talk:Notjusttired|talk]]) 18:50, October 11, 2019 (EDT)&lt;br /&gt;
 &lt;br /&gt;
[[MediaWiki:This-page-is-a]]&amp;lt;pre&amp;gt;&lt;br /&gt;
This page is a $1.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
[[MediaWiki:This-page-is-a/de]]&amp;lt;pre&amp;gt;&lt;br /&gt;
Dieser Artikel ist ein $1.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
[[MediaWiki:This-page-is-a/fr]]&amp;lt;pre&amp;gt;&lt;br /&gt;
Cette entrée est considérée comme une $1.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
[[MediaWiki:This-page-is-a/es]]&amp;lt;pre&amp;gt;&lt;br /&gt;
El contenido de esta página es un $1.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
[[MediaWiki:This-page-is-a/nl]]&amp;lt;pre&amp;gt;&lt;br /&gt;
Dit artikel is een beginnetje $1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
[[MediaWiki:This-page-is-a-stub]]&amp;lt;pre&amp;gt;&lt;br /&gt;
This article is a [[MEpedia:Stub|stub]].&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
[[MediaWiki:This-page-is-a-stub/de]]&amp;lt;pre&amp;gt;&lt;br /&gt;
Dieser Artikel ist ein [[MEpedia:Stub|Stummel]] („Stub“).&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
[[MediaWiki:This-page-is-a-stub/es]]&amp;lt;pre&amp;gt;&lt;br /&gt;
El contenido de esta página es un [https://es.wikipedia.org/wiki/Wikipedia:Esbozo esbozo] (&amp;quot;stub&amp;quot;).&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
[[MediaWiki:This-page-is-a-stub/fr]]&amp;lt;pre&amp;gt;&lt;br /&gt;
Cette entrée est considérée comme une [https://fr.wikipedia.org/wiki/Mod%C3%A8le:%C3%89bauche ébauche à compléter] («Stub»).&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
[[MediaWiki:This-page-is-a-stub/nl]]&amp;lt;pre&amp;gt;&lt;br /&gt;
Dit artikel is een [[MEpedia:stub|beginnetje]] (&amp;quot;Stub&amp;quot;).&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Replace text - neurological disease ==&lt;br /&gt;
Hi. Can you please use replace text to update a renamed category:&lt;br /&gt;
*from &amp;quot;Category:Neurological disorders&amp;quot; to &amp;quot;Category:Neurological diseases&amp;quot;, and&lt;br /&gt;
If you can avoid adding the square brackets then this will change links to the category - &amp;lt;nowiki&amp;gt;[[:Category:Neurological disorders]]&amp;lt;/nowiki &amp;gt; - as well as the pages that are in it. Thanks  ~[[User:Notjusttired|Njt]] ([[User talk:Notjusttired|talk]]) 13:01, October 7, 2019 (EDT)&lt;br /&gt;
:Another option is to combine the categories as &amp;quot;Category:Neurological diseases and disorders.&amp;quot; I think that &amp;quot;disorder&amp;quot; is more accurate for some of the pages. E.g., Intracranial hypotension is a disorder resulting from various diseases, but is not considered a disease unto itself. Combining the categories will make it easier for people without medical backgrounds who may not understand the difference between the two classifications. [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 17:25, October 7, 2019 (EDT)&lt;br /&gt;
::I wanted to go by the ICD really, which  has &amp;quot;Diseases of the nervous system&amp;quot;, or &amp;quot;Signs and symptoms&amp;quot; - which would go under symptoms not a neurological disease. I checked on Intracranial hypotension and it&#039;s under Diseases of the nervous system, and a subcategory for Other nervous disorders - so actually classed as both. I cave just recall what we are doing with making for non-neurological categories. I think there&#039;s a musculoskeletal one plus mental disorders. I think it&#039;s best to do the same for all, so if you wanted to do diseases or disorders for all that would be fine.  ~[[User:Notjusttired|Njt]] ([[User talk:Notjusttired|talk]]) 17:32, October 8, 2019 (EDT)&lt;br /&gt;
:::I&#039;m going to change the category to &amp;quot;Neurological diseases and disorders.&amp;quot; I think that classification would be the easiest for further editors. In the US, the ICD is viewed mostly as a taxonomy for billing codes for Medicare &amp;amp; Medicaid. US professional medical organizations have their own taxonomies and they are resistant to forfeiting that independence to an international committee.&lt;br /&gt;
:::Re: the example I gave about intracranial hypotension which is listed under G97. The codes for diagnoses listed in G97 is specifically listed as &amp;quot;complications and disorders of nervous system.&amp;quot; I think the more accurate way to read it is that the listed disorders are carve outs from the list of diseases. [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 12:51, October 9, 2019 (EDT)&lt;br /&gt;
::::Can you also use replace text to change &amp;quot;Category:Musculoskeletal disorders&amp;quot; &amp;quot;Category:Musculoskeletal diseases and disorders&amp;quot;. [[User:Kmdenmark]]. Thanks. Also do we change thyroid category to thyroid diseases and disorders?  ~[[User:Notjusttired|Njt]] ([[User talk:Notjusttired|talk]]) 15:20, October 9, 2019 (EDT)&lt;br /&gt;
:::::I think the thyroid category can stay as it is because the only articles in the category are for diseases. [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 18:24, October 9, 2019 (EDT)&lt;br /&gt;
:::::::{{Thank}}  ~[[User:Notjusttired|Njt]] ([[User talk:Notjusttired|talk]]) 18:48, October 11, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
==Citations needed ==&lt;br /&gt;
Can you please use the Replace text tool to replace all&amp;lt;nowiki&amp;gt; &amp;lt;ref&amp;gt;Reference needed&amp;lt;/ref&amp;gt; with {{Citations needed}}&amp;lt;/nowiki &amp;gt;. Thanks  ~[[User:Notjusttired|Njt]] ([[User talk:Notjusttired|talk]]) 01:20, October 4, 2019 (EDT)&lt;br /&gt;
:{{done}}&lt;br /&gt;
:[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 00:11, October 6, 2019 (EDT) {{Thank}} [[User:Pyrrhus]]  ~[[User:Notjusttired|Njt]] ([[User talk:Notjusttired|talk]]) 13:01, October 7, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
==Bulk import requests ==&lt;br /&gt;
Hi [[User:Kmdenmark]]. Are you able to do some bulk imports from XML files? [[User_talk:Notjusttired/cleanup#mediawiki:Pagetriage-tags-cleanup-desc User_talk:Notjusttired/cleanup]] contains several, each under different headings. If you scroll up from that link there&#039;s instructions, but basically start with a file exported from [[Special:Export]], then delete the contents, and paste the new code over the top (without the &amp;quot;pre&amp;quot; sections). Then save and use [[Special:Import]] to add. There should be under 100 in each file. I think if it only does part it will let you use the same file again, but skip those already done.  [[User:Notjusttired|Njt]] ([[User talk:Notjusttired|talk]]) 18:56, September 25, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
==Page semi-protection ==&lt;br /&gt;
Hi. Do you have time to work through the list of pages to semi-protect? Currently in Slack. [[User:Notjusttired|Njt]] ([[User talk:Notjusttired|talk]]) 15:46, September 20, 2019 (EDT)&lt;br /&gt;
: I added protection to most of the list.  Several pages I left unprotected because I didn&#039;t see that they were abused.  I&#039;m open to protecting them if they become a place of warring edits or vandalism. Let me know if you want additional pages protected. [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 19:13, September 20, 2019 (EDT)&lt;br /&gt;
::Thanks, can you do the rest? These are the ones agreed with [[User:JaimeS]], who suggested some due to previous issues I wasn&#039;t aware of. There&#039;s also been some removal of info from some that wasn&#039;t described in edit summaries and has no justification.  [[User:Notjusttired|Njt]] ([[User talk:Notjusttired|talk]]) 22:09, September 20, 2019 (EDT)&lt;br /&gt;
:::Let me double check with Jamie. [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 11:10, September 21, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
==Ban requests (spam/promotional)==&lt;br /&gt;
&lt;br /&gt;
*[[User:Bennysmith]]&lt;br /&gt;
&lt;br /&gt;
Please ban thanks [[User:Kmdenmark]] [[User:Notjusttired|Njt]] ([[User talk:Notjusttired|talk]]) 06:49, September 20, 2019 (EDT)&lt;br /&gt;
:{{Thanks}}[[User:Notjusttired|Njt]] ([[User talk:Notjusttired|talk]]) 15:45, September 20, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
==Ban request - spammer ==&lt;br /&gt;
New spammer appeared [[User:MindtechAffiliates.com]]. Please ban as usual. Thanks [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 08:30, September 18, 2019 (EDT)&lt;br /&gt;
: Done! [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) ::Thanks![[User:Notjusttired|Njt]] ([[User talk:Notjusttired|talk]]) 06:49, September 20, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
==Ways to contribute etc==&lt;br /&gt;
Can you please create these system messages [[User:Kmdenmark]]? Thanks [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 10:44, September 5, 2019 (EDT)&lt;br /&gt;
*[[mediawiki:Gettingstarted-lightbulb-heading]] Pages to improve&lt;br /&gt;
*[[MediaWiki:Qbbrowse]] Browse &lt;br /&gt;
*[[MediaWiki:Externalguidance-specialpage-contribute-title]] Ways to contribute&lt;br /&gt;
Done! [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 12:43, September 5, 2019 (EDT)&lt;br /&gt;
:Great, thanks! :-) [[User:Pyrrhus]] these now exist in English only. Perhaps you can start using these, then when the localization update extension is installed the translations will work automatically. The cookie statement and Developers text and links in the footer can be found [https://www.me-pedia.org/index.php?title=Special%3AAllMessages&amp;amp;prefix=Wikimedia-&amp;amp;filter=all&amp;amp;lang=en&amp;amp;limit=200 here] and set to match another system message, or replace with a dash to remove from footer. &amp;quot;Pages in need&amp;quot; could be changed to &amp;quot;Pages to improve&amp;quot;. [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 18:33, September 5, 2019 (EDT)&lt;br /&gt;
::[[User:Notjusttired]] Actually, there’s no need to create these pages, thanks.  The xml file that I sent [[User:Kmdenmark]] last week already contains all the translations.  Besides, I had to change the name of the interface message pages to our own names so as not to conflict with the extension developers choice of “qbbrowse”, etc.  Thanks again.&lt;br /&gt;
::[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 20:21, September 5, 2019 (EDT)&lt;br /&gt;
::[[User:Notjusttired]] Please note that the sidebar translations are all done, so you don’t have to worry about the sidebar at all.  We’re just waiting for last week’s xml import and other admin tasks at [[user:Pyrrhus/AdminRequests]].  These admin requests will take time, and none of them are urgent.&lt;br /&gt;
::[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 20:39, September 5, 2019 (EDT)&lt;br /&gt;
:::The idea behind this was to pull in messages for an extension we don&#039;t use, and to have those messages in many languages rather than just the few chosen ones. But it you don&#039;t think that&#039;s important we can leave it. &amp;quot;Ways to contribute&amp;quot; is not for the sidebar but for &amp;quot;How to contribute&amp;quot; pages or the footer  [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 21:01, September 5, 2019 (EDT)&lt;br /&gt;
::::[[User:Notjusttired]] That makes sense.  Maybe they’ll come in handy some day.  I really like your idea of replacing the footer developer message with “-“ to prevent it from showing up!  By the way, we’re technically not supposed to use “int:” inside the text of a mainspace page, since content pages are supposed to follow the page content language setting, not the reader’s preferred language setting.  The page content language setting is reflected in the “/de” suffix to the page, but “int:” follows the reader’s preferred language setting.  It is the job of the Polyglot extension to match these two settings where possible, but the two settings will not always be the same.  Hope this is clear.&lt;br /&gt;
::::[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 21:35, September 5, 2019 (EDT)&lt;br /&gt;
:::::Footer links can also be changed, so we could redirect people it to how to contribute to MEpedia instead. I will have to get my head around what you said about main content pages another day I think. [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 17:53, September 6, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
==Older messages==&lt;br /&gt;
&lt;br /&gt;
Hi Karen!  If you have some free time, could you please replace the text in [[MediaWiki:Licenses]] with the following, without the &amp;lt;nowiki&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;/nowiki&amp;gt; tags.  This will help us determine if it is possible to internationalize the descriptions in the page.  (Two different methods are compared here.)&lt;br /&gt;
{{collapse top | Text for MediaWiki:Licenses}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Unknown_copyright|I don&#039;t know exactly&lt;br /&gt;
* CC-by-nc-4.0|I created this and anyone can copy it but don&#039;t alter it, and credit me as the author &lt;br /&gt;
* CC-by-sa-3.0|I created this and anyone can alter or copy it, but credit me as the author&lt;br /&gt;
* CC-zero|I created this and I don’t care what anyone does to it, no one has to credit me as the author &lt;br /&gt;
&lt;br /&gt;
* Free licenses:&lt;br /&gt;
** PD|Public domain&lt;br /&gt;
** PD-USGov|Public domain US Government&lt;br /&gt;
** GFDL|GFDL: GNU Free Documentation License&lt;br /&gt;
** LGPL|LGPL: GNU Lesser General Public License&lt;br /&gt;
** FAL|Free Art License (artlibre.org)&lt;br /&gt;
** CC-zero|Creative Commons Zero (public domain)&lt;br /&gt;
&lt;br /&gt;
* CC Share-Alike:&lt;br /&gt;
** CC-by-sa-4.0|Creative Commons ShareAlike 4.0&lt;br /&gt;
** CC-by-sa-3.0|Creative Commons ShareAlike 3.0&lt;br /&gt;
** CC-by-sa-2.5|Creative Commons ShareAlike 2.5&lt;br /&gt;
** CC-by-sa-2.0|Creative Commons ShareAlike 2.0&lt;br /&gt;
&lt;br /&gt;
* CC Attribution only:&lt;br /&gt;
** CC-by-4.0|Creative Commons Attribution 4.0&lt;br /&gt;
** CC-by-3.0|Creative Commons Attribution 3.0&lt;br /&gt;
** CC-by-2.5|Creative Commons Attribution 2.5&lt;br /&gt;
** CC-by-2.0|Creative Commons Attribution 2.0&lt;br /&gt;
&lt;br /&gt;
* CC other:&lt;br /&gt;
** CC-by-nc-4.0|CC NonCommercial 4.0&lt;br /&gt;
** CC-by-nc-3.0|CC NonCommercial 3.0&lt;br /&gt;
** CC-by-nc-2.5|CC NonCommercial 2.5&lt;br /&gt;
** CC-by-nc-2.0|CC NonCommercial 2.0&lt;br /&gt;
** CC-by-nc-nd-4.0|CC NonCommercial No-Derivs 4.0&lt;br /&gt;
** CC-by-nd-4.0|CC No-Derivs 4.0&lt;br /&gt;
&lt;br /&gt;
* Other:&lt;br /&gt;
** Fair_Use_License|Fair Use: Please explain the copyright exception (e.g. scholarship/research)&lt;br /&gt;
** Other_license|Other: Please leave detailed explanation&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{collapse bottom}}&lt;br /&gt;
&lt;br /&gt;
:::Done [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 12:44, August 26, 2019 (EDT)&lt;br /&gt;
::::Thanks [[User:Kmdenmark|Kmdenmark]]!  We have now tried a couple different ways to internationalize [[MediaWiki:Licenses]], but sadly none of them worked.  :(  I guess we now have to revert it back to its original contents.  I have reverted the contents in the above &amp;quot;Text for MediaWiki:Licenses&amp;quot;.  If you have a moment, could you use the above to revert the page back to its original contents?  Thanks!&lt;br /&gt;
::::[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 22:10, August 27, 2019 (EDT)&lt;br /&gt;
::: [[User:Pyrrhus|Pyrrhus]], How far do you want me to rollback changes? I reverted the page to how it was on Aug 20. [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 14:38, August 28, 2019 (EDT)&lt;br /&gt;
::::Hi [[User:Kmdenmark|Kmdenmark]].  You can just use the version in the above collapsed text or just revert to this one from 1:35pm 20 August 2019: https://www.me-pedia.org/index.php?title=MediaWiki:Licenses&amp;amp;oldid=66845  &lt;br /&gt;
::::Thanks so much! &lt;br /&gt;
::::[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 17:14, August 28, 2019 (EDT)&lt;br /&gt;
:::::Hope it&#039;s right, [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 17:45, August 28, 2019 (EDT)&lt;br /&gt;
::::::Perfect!  Thanks [[User:Kmdenmark|Kmdenmark]]!  I also have more translations for the lefthand sidebar to be imported.  The import file was quite long, so I sent it to you over Slack.  (These sorts of files are best shared over Slack because the foreign language characters may get corrupted if you tried to copy-and-paste it from MEpedia to your word processing program.)  This file import is not urgent at all.&lt;br /&gt;
::::::Cheers, [[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 18:00, August 28, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Interwiki table update (completed!)===&lt;br /&gt;
Thanks Karen, for so quickly updating those two messages!  And thanks for semi-protecting all those MEpedia documentation pages!  Much appreciated.  I have a question: when you go to the page [[Special:Interwiki]], is there an option for admins to add new entries to the Interwiki table?  If so, we would like to add the following new entries so that links in standard interface messages don&#039;t show up as red links:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Prefix&lt;br /&gt;
!URL&lt;br /&gt;
|-&lt;br /&gt;
|w&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;https://en.wikipedia.org/wiki/$1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|c&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;https://commons.wikimedia.org/wiki/$1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|s&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;https://en.wikisource.org/wiki/$1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 13:40, August 13, 2019 (EDT)&lt;br /&gt;
: [[User:Pyrrhus|Pyrrhus]] You&#039;re very welcome.  Thanks for your work in making the site better. I was able to edit the table as requested. [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 14:10, August 13, 2019 (EDT)&lt;br /&gt;
::{{Thank you}} You&#039;re my hero!&lt;br /&gt;
::[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 14:50, August 13, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Translatewiki&#039;&#039;&#039;- can do also do an interwiki link for:&lt;br /&gt;
&lt;br /&gt;
Prefix: &lt;br /&gt;
translatewiki&lt;br /&gt;
&lt;br /&gt;
URL:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://translatewiki.net/wiki/$1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This should mean that the translatewiki website links we have start working.Thanks [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 08:55, August 23, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
: Done [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 12:40, August 26, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
==Language code import / export request==&lt;br /&gt;
Can try doing an export then import from WikiMedia&#039;s Commons, it should be very simple although I know you may not have done  this before. &amp;lt;br &amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Purpose:&#039;&#039;&#039; to get  language codes like &amp;quot;en&amp;quot;, &amp;quot;fr&amp;quot;, &amp;quot;es&amp;quot; into the system messages without doing them one by one, that should then let &amp;lt;nowiki &amp;gt;{{int:lang}}&amp;lt;/nowiki&amp;gt; (test here should show &amp;quot;en&amp;quot; -{{int:lang}}). This will come up with &amp;quot;en&amp;quot; or whatever language to use is using, so that we can get template messages translations displayed properly.&lt;br /&gt;
&lt;br /&gt;
Task:&lt;br /&gt;
* Go to [https://commons.wikimedia.org/wiki/Special:Export https://commons.wikimedia.org/wiki/Special:Export]&lt;br /&gt;
* in the &#039;&#039;&#039;Add pages manually box&#039;&#039;&#039; paste in this long list, without the &amp;quot;pre&amp;quot; bit:&lt;br /&gt;
&lt;br /&gt;
{{collapse top}}&lt;br /&gt;
&amp;lt;pre &amp;gt;&lt;br /&gt;
MediaWiki:Lang&lt;br /&gt;
{{collapse top}}&lt;br /&gt;
MediaWiki:Lang/aa&lt;br /&gt;
MediaWiki:Lang/ab&lt;br /&gt;
MediaWiki:Lang/ace&lt;br /&gt;
MediaWiki:Lang/ady&lt;br /&gt;
MediaWiki:Lang/ady-cyrl&lt;br /&gt;
MediaWiki:Lang/ae&lt;br /&gt;
MediaWiki:Lang/aeb&lt;br /&gt;
MediaWiki:Lang/aeb-arab&lt;br /&gt;
MediaWiki:Lang/aeb-latn&lt;br /&gt;
MediaWiki:Lang/af&lt;br /&gt;
MediaWiki:Lang/ak&lt;br /&gt;
MediaWiki:Lang/aln&lt;br /&gt;
MediaWiki:Lang/als&lt;br /&gt;
MediaWiki:Lang/am&lt;br /&gt;
MediaWiki:Lang/an&lt;br /&gt;
MediaWiki:Lang/ang&lt;br /&gt;
MediaWiki:Lang/anp&lt;br /&gt;
MediaWiki:Lang/ar&lt;br /&gt;
MediaWiki:Lang/arc&lt;br /&gt;
MediaWiki:Lang/arn&lt;br /&gt;
MediaWiki:Lang/arq&lt;br /&gt;
MediaWiki:Lang/arv&lt;br /&gt;
MediaWiki:Lang/ary&lt;br /&gt;
MediaWiki:Lang/arz&lt;br /&gt;
MediaWiki:Lang/as&lt;br /&gt;
MediaWiki:Lang/ase&lt;br /&gt;
MediaWiki:Lang/ast&lt;br /&gt;
MediaWiki:Lang/atj&lt;br /&gt;
MediaWiki:Lang/av&lt;br /&gt;
MediaWiki:Lang/avk&lt;br /&gt;
MediaWiki:Lang/awa&lt;br /&gt;
MediaWiki:Lang/ay&lt;br /&gt;
MediaWiki:Lang/az&lt;br /&gt;
MediaWiki:Lang/azb&lt;br /&gt;
MediaWiki:Lang/es&lt;br /&gt;
&amp;lt;/pre &amp;gt;&lt;br /&gt;
{{collapse bottom}}&lt;br /&gt;
*Save the file it creates on your computer &lt;br /&gt;
*Go to [[Special:Import]] and pick the file you just saved, then import it.&lt;br /&gt;
It will tell you if it has worked or not, and if any of those files already existed it will say so (they don&#039;t need overwriting)&lt;br /&gt;
&lt;br /&gt;
*test here should show &amp;quot;en&amp;quot; rather than &amp;quot;lang&amp;quot; after - {{int:lang}})&lt;br /&gt;
I hope this instructions are clear and you feel OK with this. Assuming this works OK to show mean being able to create nearly 300 files in the next one, and should mean that the fr/es/de messages you are doing one by one could possibly be done this way m [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 11:54, August 14, 2019 (EDT)&lt;br /&gt;
: It didn&#039;t work. The message on the import page says: &amp;quot;Import failed: No pages to import.&amp;quot; I tried several times. It was a great idea which will be very helpful if we can get it to work. [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 13:56, August 14, 2019 (EDT)&lt;br /&gt;
:: It didn&#039;t work because the &amp;quot;MediaWiki:&amp;quot; prefix was missing from the page names.  I have added the prefix to the list of pages above.  It should now work.  Hope this helps.&lt;br /&gt;
::[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 16:39, August 14, 2019 (EDT)&lt;br /&gt;
:::[[User:Pyrrhus|Pyrrhus]], It seems to have worked! The page [[MediaWiki:Lang]] says &amp;quot;en,&amp;quot; but the other pages either say the same letter combo in the page title or it is blank.  I hope this helped with the project you are tackling. [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 17:02, August 14, 2019 (EDT)&lt;br /&gt;
::::Awesome!  That helps a lot.  I&#039;m surprised that some of the pages are blank.  I will have to look into that...&lt;br /&gt;
::::[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 17:09, August 14, 2019 (EDT)&lt;br /&gt;
:::::Brilliant!!!!! It works!! Thank you [[User:Kmdenmark]], and for your help [[User:Pyrrhus]]. Did any show up with errors, or did some just look blank? I noticed some are right to left languages, so the code wasn&#039;t where I expected. Wikipedia has over 400 language codes so it won&#039;t matter if some fail - as long as they aren&#039;t the popular ones (es, fr, de, nl, etc).&lt;br /&gt;
:::::Can you do the same process for  more languages, possibly splitting them up from B-M, then N-Z. May take a few minutes to run through. If there&#039;s an option to only show errors I would pick that one. The file of names is huge so will try and do as a subpage in my profile [[User_talk:Notjusttired/code]]. It will be easier to use the Edit menu, Select All or the Ctrl + A keys to highlight than rather than the mouse. [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 17:26, August 14, 2019 (EDT)&lt;br /&gt;
EDT)&lt;br /&gt;
::::The last file is a Javascript .js for - I can&#039;t remember  why we need it but it&#039;s language related. It&#039;s from Wikipedia. Getting this far has seriously made my day!! {{Thank}} - Njt&lt;br /&gt;
:::You&#039;re right, [[User:Notjusttired|notjusttired]].  The ones that look blank are just on the right side of the screen rather than the left.&lt;br /&gt;
:::[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 17:39, August 14, 2019 (EDT)&lt;br /&gt;
::::Just in case it&#039;s not clear, [[User:Kmdenmark]], Notjusttired is asking you to repeat the import, but using the list of pages on [[User_talk:Notjusttired/code]].  Just make sure that each page name is on a separate line and ignore the &amp;lt;nowiki&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;/nowiki&amp;gt; tags.&lt;br /&gt;
::::[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 17:52, August 14, 2019 (EDT)&lt;br /&gt;
:::::[[User:Pyrrhus|Pyrrhus]], [[User:Notjusttired|notjusttired]] Files upload done! I had to upload the files in small batches, but I think all the languages are uploaded. It looks as if user Slomox uploaded the files on January 24, 2009‎. I&#039;m ready to help with the next project. [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 11:28, August 19, 2019 (EDT)&lt;br /&gt;
::::::Superb! It seems to have gone through perfectly [[User:Pyrrhus]] The next thing would be 2 changes to MediaWiki:Licenses described &lt;br /&gt;
#[[MediaWiki_talk:Licenses#Try_system_message on the talk page]] - the &amp;quot;Try system message&amp;quot; and the &amp;quot;Removing 3.5 licenses&amp;quot; ones (scroll down slightly for that. &lt;br /&gt;
#Then creating a few new shortcut ones [[MediaWiki_talk:Shortcut]]&lt;br /&gt;
#If you would rather do a long import like the Lang one then scroll down here for the &#039;&#039;&#039;See also&#039;&#039;&#039; one - I think it&#039;s around 200 entries but we are only likely to use /de /en /es /fr /nl /no - if you just wanted to do those 6 that would be fine.&lt;br /&gt;
Thanks for your super work today. When I checked Recent Changes in MediaWiki there was just one entry - 200 imports from you! [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 16:18, August 19, 2019 (EDT)&lt;br /&gt;
:My pleasure! I&#039;m happy to help. [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 15:43, August 20, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
==See also translations ==&lt;br /&gt;
* Can you please create [[MediaWiki:Seealso/en]] with only the value &amp;quot;en&amp;quot; (no speech marks)&lt;br /&gt;
* Can you also do an Export from [https://commons.wikimedia.org/wiki/Special:Export WikiMedia&#039;s Commons Export] to MEpedia&#039;s [[Special:Import]] using the list of pages in the &amp;quot;expand/collapse&amp;quot; not below, but without any &amp;quot;pre&amp;quot; bits - just the MediaWiki: page names - there&#039;s about 40. Thanks [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 18:44, August 16, 2019 (EDT)&lt;br /&gt;
::[[User:Notjusttired|notjusttired]], Done! [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 15:35, August 20, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
:::Click Expand for the list of pages:&lt;br /&gt;
{{collapse top}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
MediaWiki:Seealso&lt;br /&gt;
MediaWiki:Seealso/ar&lt;br /&gt;
MediaWiki:Seealso/bn&lt;br /&gt;
MediaWiki:Seealso/br&lt;br /&gt;
MediaWiki:Seealso/bs&lt;br /&gt;
MediaWiki:Seealso/ca&lt;br /&gt;
MediaWiki:Seealso/cs&lt;br /&gt;
MediaWiki:Seealso/cy&lt;br /&gt;
MediaWiki:Seealso/de&lt;br /&gt;
MediaWiki:Seealso/el&lt;br /&gt;
MediaWiki:Seealso/eo&lt;br /&gt;
MediaWiki:Seealso/es&lt;br /&gt;
MediaWiki:Seealso/et&lt;br /&gt;
MediaWiki:Seealso/eu&lt;br /&gt;
MediaWiki:Seealso/fa&lt;br /&gt;
MediaWiki:Seealso/fi&lt;br /&gt;
MediaWiki:Seealso/fr&lt;br /&gt;
MediaWiki:Seealso/ga&lt;br /&gt;
MediaWiki:Seealso/gl&lt;br /&gt;
MediaWiki:Seealso/he&lt;br /&gt;
MediaWiki:Seealso/hr&lt;br /&gt;
MediaWiki:Seealso/hu&lt;br /&gt;
MediaWiki:Seealso/it&lt;br /&gt;
MediaWiki:Seealso/ko&lt;br /&gt;
MediaWiki:Seealso/mk&lt;br /&gt;
MediaWiki:Seealso/ml&lt;br /&gt;
MediaWiki:Seealso/ms&lt;br /&gt;
MediaWiki:Seealso/nds&lt;br /&gt;
MediaWiki:Seealso/nl&lt;br /&gt;
MediaWiki:Seealso/nn&lt;br /&gt;
MediaWiki:Seealso/no&lt;br /&gt;
MediaWiki:Seealso/pl&lt;br /&gt;
MediaWiki:Seealso/pt&lt;br /&gt;
MediaWiki:Seealso/ro&lt;br /&gt;
MediaWiki:Seealso/ru&lt;br /&gt;
MediaWiki:Seealso/sk&lt;br /&gt;
MediaWiki:Seealso/sl&lt;br /&gt;
MediaWiki:Seealso/sv&lt;br /&gt;
MediaWiki:Seealso/tr&lt;br /&gt;
MediaWiki:Seealso/uk&lt;br /&gt;
MediaWiki:Seealso/yue&lt;br /&gt;
MediaWiki:Seealso/zh&lt;br /&gt;
MediaWiki:Seealso/zh-hans&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{collapse bottom}}&lt;br /&gt;
&lt;br /&gt;
==Spammers==&lt;br /&gt;
That was quick spotting the spam account this morning. Would you mind blocking 2 more spammers, we&#039;ve (or probably you) have  already erased the ads on their user pages - [[User:Xfsconnect]] and [[User:Healtone]]. I did ask Jaime but she&#039;s in a crash. [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 11:03, August 14, 2019 (EDT)&lt;br /&gt;
:Done [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 13:51, August 14, 2019 (EDT)&lt;br /&gt;
::Thanks again! You have been a very busy bee today. :-)&lt;br /&gt;
&lt;br /&gt;
==Pivot.css==&lt;br /&gt;
Hi, I&#039;ve just realized I had requests for multiple bits of code all over [[MediaWiki_talk:Pivot.css]] and didn&#039;t realize. Can you scroll nearly to the bottom, then do the &amp;quot;recent changes&amp;quot; ones (not the footer one)? It&#039;s right at the end of a very long conversation. Also thanks for doing the catlinks change earlier today.&lt;br /&gt;
[[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 16:10, August 12, 2019 (EDT)&lt;br /&gt;
:[[User:Notjusttired|notjusttired]], Done. Let me know if correct.  [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 10:54, August 13, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Foreign language support ==&lt;br /&gt;
Hi Karen!  I hope you&#039;re doing okay!  Njt &amp;amp; I are starting to think about foreign language support, since a user started creating German pages.  As part of foreign language support, there are just a few short pages that an admin needs to create.  Okay, more than a few, but they are definitely short.  And there&#039;s absolutely no hurry.  If you could help out with creating these pages, it would be &amp;quot;wunderbar&amp;quot;!!! &lt;br /&gt;
&amp;lt;br&amp;gt;[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 00:28, August 9, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
:I&#039;m good, thx. Hope you are, too. I&#039;m starting the pages now. It shouldn&#039;t take too long. [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 17:17, August 10, 2019 (EDT) &lt;br /&gt;
::Thanks Karen!  In case it&#039;s not obvious, these changes make the sidebar show up correctly in French, Spanish, and German.  When you&#039;re done, you can see the fruits of your labor by changing your language preference in [[Special:Preferences]].  Again, there&#039;s no hurry and feel free to let me know if you consider any of my requests to be too burdensome!  Thanks again!&lt;br /&gt;
::[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 22:33, August 10, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
Here are the pages which need to be created:&lt;br /&gt;
&lt;br /&gt;
{{collapse top}}&lt;br /&gt;
*[[MediaWiki:browse]] should just contain &amp;quot;Browse&amp;quot;&lt;br /&gt;
*[[MediaWiki:browse/fr]] should just contain &amp;quot;Feuilleter&amp;quot;&lt;br /&gt;
*[[MediaWiki:browse/es]] should just contain &amp;quot;Ramonear&amp;quot;&lt;br /&gt;
*[[MediaWiki:browse/de]] should just contain &amp;quot;Durchsuche&amp;quot;&lt;br /&gt;
*[[MediaWiki:become_an_editor]] should just contain &amp;quot;Become an editor&amp;quot;&lt;br /&gt;
*[[MediaWiki:become_an_editor/fr]] should just contain &amp;quot;Devenir éditeur&amp;quot;&lt;br /&gt;
*[[MediaWiki:become_an_editor/es]] should just contain &amp;quot;Convertirse en editor&amp;quot;&lt;br /&gt;
*[[MediaWiki:become_an_editor/de]] should just contain &amp;quot;Redakteur werden&amp;quot;&lt;br /&gt;
*[[MediaWiki:popular_pages]] should just contain &amp;quot;Popular pages&amp;quot;&lt;br /&gt;
*[[MediaWiki:popular_pages/fr]] should just contain &amp;quot;Pages populaires&amp;quot;&lt;br /&gt;
*[[MediaWiki:popular_pages/es]] should just contain &amp;quot;Páginas populares&amp;quot;&lt;br /&gt;
*[[MediaWiki:popular_pages/de]] should just contain &amp;quot;Beliebteste Seiten&amp;quot;&lt;br /&gt;
*[[MediaWiki:abbreviations]] should just contain &amp;quot;Abbreviations&amp;quot;&lt;br /&gt;
*[[MediaWiki:abbreviations/fr]] should just contain &amp;quot;Les abréviations&amp;quot;&lt;br /&gt;
*[[MediaWiki:abbreviations/es]] should just contain &amp;quot;Abreviaturas&amp;quot;&lt;br /&gt;
*[[MediaWiki:abbreviations/de]] should just contain &amp;quot;Abkürzungen&amp;quot;&lt;br /&gt;
*[[MediaWiki:glossary]] should just contain &amp;quot;Glossary&amp;quot;&lt;br /&gt;
*[[MediaWiki:glossary/fr]] should just contain &amp;quot;Glossaire&amp;quot;&lt;br /&gt;
*[[MediaWiki:glossary/es]] should just contain &amp;quot;Glosario&amp;quot;&lt;br /&gt;
*[[MediaWiki:glossary/de]] should just contain &amp;quot;Glossar&amp;quot;&lt;br /&gt;
*[[MediaWiki:about_MEpedia]] should just contain &amp;quot;About MEpedia&amp;quot;&lt;br /&gt;
*[[MediaWiki:about_MEpedia/fr]] should just contain &amp;quot;À propos de MEpedia&amp;quot;&lt;br /&gt;
*[[MediaWiki:about_MEpedia/es]] should just contain &amp;quot;Acerca de MEpedia&amp;quot;&lt;br /&gt;
*[[MediaWiki:about_MEpedia/de]] should just contain &amp;quot;Über MEpedia&amp;quot;&lt;br /&gt;
*[[MediaWiki:donate/fr]] should just contain &amp;quot;FAIRE UN DON&amp;quot;&lt;br /&gt;
*[[MediaWiki:donate/es]] should just contain &amp;quot;DONAR&amp;quot;&lt;br /&gt;
*[[MediaWiki:donate/de]] should just contain &amp;quot;SPENDEN&amp;quot;&lt;br /&gt;
*[[MediaWiki:links_for_Editors]] should just contain &amp;quot;Links for editors&amp;quot;&lt;br /&gt;
*[[MediaWiki:links_for_Editors/fr]] should just contain &amp;quot;Liens pour les éditeurs&amp;quot;&lt;br /&gt;
*[[MediaWiki:links_for_Editors/es]] should just contain &amp;quot;Enlaces para editores&amp;quot;&lt;br /&gt;
*[[MediaWiki:links_for_Editors/de]] should just contain &amp;quot;Links für Redakteure&amp;quot;&lt;br /&gt;
*[[MediaWiki:contents]] should just contain &amp;quot;Contents&amp;quot;&lt;br /&gt;
*[[MediaWiki:contents/fr]] should just contain &amp;quot;Contenu&amp;quot;&lt;br /&gt;
*[[MediaWiki:contents/es]] should just contain &amp;quot;Contenido&amp;quot;&lt;br /&gt;
*[[MediaWiki:contents/de]] should just contain &amp;quot;Inhalt&amp;quot;&lt;br /&gt;
*[[MediaWiki:guidelines]] should just contain &amp;quot;Guidelines&amp;quot;&lt;br /&gt;
*[[MediaWiki:guidelines/fr]] should just contain &amp;quot;Des lignes directrices&amp;quot;&lt;br /&gt;
*[[MediaWiki:guidelines/es]] should just contain &amp;quot;Pautas&amp;quot;&lt;br /&gt;
*[[MediaWiki:guidelines/de]] should just contain &amp;quot;Richtlinien&amp;quot;&lt;br /&gt;
*[[MediaWiki:pages_in_need]] should just contain &amp;quot;Pages in need&amp;quot;&lt;br /&gt;
*[[MediaWiki:pages_in_need/fr]] should just contain &amp;quot;Pages ayant besoin d&#039;attention&amp;quot;&lt;br /&gt;
*[[MediaWiki:pages_in_need/es]] should just contain &amp;quot;Páginas que necesitan atención&amp;quot;&lt;br /&gt;
*[[MediaWiki:pages_in_need/de]] should just contain &amp;quot;Seiten in Not&amp;quot;&lt;br /&gt;
*[[MediaWiki:advanced_search]] should just contain &amp;quot;Advanced search&amp;quot;&lt;br /&gt;
*[[MediaWiki:advanced_search/fr]] should just contain &amp;quot;Recherche avancée&amp;quot;&lt;br /&gt;
*[[MediaWiki:advanced_search/es]] should just contain &amp;quot;Búsqueda avanzada&amp;quot;&lt;br /&gt;
*[[MediaWiki:advanced_search/de]] should just contain &amp;quot;Erweiterte Suche&amp;quot;&lt;br /&gt;
{{collapse bottom}}&lt;br /&gt;
(Note: all created but some use different names, see [[:Category:Interface explanation]].  ~[[User:Notjusttired|Njt]] ([[User talk:Notjusttired|talk]]))&lt;br /&gt;
&lt;br /&gt;
==Angus Mackay / Mackay==&lt;br /&gt;
Angus Mackay is a PhD student in New Zealand and both the university and science publications spell her surname in inconsistent ways. I can&#039;t find out which is right, but either way we are linking  to both. Can you use Replace text to change Angus Mackay to Angus Mackay (surname all in lowercase) so at least she won&#039;t appear on the wanted pages list because of different spellings. Thanks [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 08:51, July 22, 2019 (EDT) &lt;br /&gt;
::Done [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 15:33, July 24, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
==July 2019 - Portals==&lt;br /&gt;
&lt;br /&gt;
Thanks for both those changes today! Can you also update the main page - the link to the History and People Portal is going to a redirect. I left a message on the talk page.&lt;br /&gt;
Also we have some new templates for communicating - &amp;lt;nowiki &amp;gt; {{Done}} {{Thank}} and {{Thank you}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
[[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 16:09, July 17, 2019 (EDT)&lt;br /&gt;
: I think I did it.  I did something, hope it is right.  LOL [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 17:36, July 17, 2019 (EDT)&lt;br /&gt;
::The news change on the History and People page is great. Can you also do the 2 links from the [[Welcome_to_MEpedia|main page]] that go to the History and People Portal?  There&#039;s a comment on the main page&#039;s talk page at the bottom. thanks  [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 09:08, July 22, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
==June 2018 message==&lt;br /&gt;
Hi Karen!  Hope you’re doing well.  I was wondering if you could help out with a few things?&lt;br /&gt;
# Update this page to use a lowercase “Terms of use”: [[MediaWiki talk:Wikimedia-copyrightwarning]]&lt;br /&gt;
# Update this page according to the June 8 request: [[MediaWiki talk:Common.css]]&lt;br /&gt;
# Update this page according to the June 14 request: [[MediaWiki talk:Licenses]]&lt;br /&gt;
# Copy the contents of [[user:Pyrrhus/SideBar]] to [[MediaWiki:Sidebar]]&lt;br /&gt;
Please let me know if you have any questions!  Thanks!&lt;br /&gt;
&amp;lt;br&amp;gt;[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 13:42, June 17, 2019 (EDT)&lt;br /&gt;
:[[User:Pyrrhus]] I&#039;m fine, thank you.  Hope you are doing well, too. The tasks are done to the best of my ability. Again, I&#039;m writing this with fingers-crossed that I did it correctly. You are putting out great work.  Thanks for all you do. [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 18:19, June 17, 2019 (EDT)&lt;br /&gt;
::You&#039;re the best, Karen!  Thanks! You should probably be careful about typing with fingers crossed- I&#039;m not so sure about the ergonomics of that! ;)&lt;br /&gt;
::[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 20:26, June 17, 2019 (EDT)&lt;br /&gt;
:::[[User:Pyrrhus]] LOL!!! [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 17:03, June 18, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
==Fixing &amp;quot;Reference needed&amp;quot; ==&lt;br /&gt;
Can you use the replace thing to change &amp;lt;nowiki &amp;gt; &amp;lt;ref&amp;gt;Reference needed&amp;lt;/ref&amp;gt;  and [[Reference needed]]  &amp;lt;/nowiki &amp;gt; with &amp;lt;nowiki &amp;gt; {{Citation needed}} &amp;lt;/nowiki&amp;gt;. Thank you. [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 17:08, July 9, 2019 (EDT)&lt;br /&gt;
:Do you mean change the tags as I come across &#039;&#039;&#039; &amp;lt;ref&amp;gt;Reference needed&amp;lt;/ref&amp;gt; &#039;&#039;&#039; and &#039;&#039;&#039; [[Reference needed]] &#039;&#039;&#039; in articles that I&#039;m editing or do you mean start a project of finding and replacing all the tags. If the later, maybe I can use the &#039;replace text&#039; app. [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 15:19, July 10, 2019 (EDT)&lt;br /&gt;
::I messed up the formatting above, hopefully it now makes more sense. I was wanting you to use the Replace Text to be used for all pages.I change it when I see it bit unless you read the page carefully they are easy to miss in the text [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 18:35, August 1, 2019 (EDT)&lt;br /&gt;
:::[[User:Notjusttired]] I did the replace text page with &amp;lt;nowiki&amp;gt;[[Reference needed]]&amp;lt;/nowiki&amp;gt; and the page returned: &lt;br /&gt;
:::&amp;lt;nowiki&amp;gt;&#039;No pages were found containing the string &amp;quot;[[Reference needed]]&amp;quot;.&#039;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:::[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 00:18, October 6, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
=== old request ===&lt;br /&gt;
Hi Karen!  Hope you’re doing well and resting, etc. I just wanted to let you know two things:&lt;br /&gt;
# I started a first draft of an Admin guide at [[MEpedia:Admin guide]].  Feel free to review, correct or add to as appropriate!&lt;br /&gt;
# With a recent developer change, moving a page now moves any redirects pointing to that page as well!  No more need to worry about double redirects after a move!&lt;br /&gt;
Cheers! [[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 18:39, 16 May 2019 (EDT)&lt;br /&gt;
:[[User:Pyrrhus]] Thanks for letting me know. The Admin guide looks good. Where you wrote &amp;quot;(is this right?),&amp;quot; I believe it is correct. Loving that redirects are automatic now! Hope all is well with you, [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 18:56, 16 May 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
=== Separate Site Notices ===&lt;br /&gt;
Hi Karen!  I realized that we can have separate site notices at the top of the screen for logged-in users and for non-logged-in users.  This will be helpful if we want to distribute an urgent message to all contributors, but not have it be seen by the public. To do this, could you please:&lt;br /&gt;
#Copy the contents of [[user:Pyrrhus/Anonnotice]] to [[MediaWiki:Anonnotice]] (this will be the site notice for the public)&lt;br /&gt;
#Copy the contents of [[user:Pyrrhus/Sitenotice]] to [[MediaWiki:Sitenotice]] (this is where admins can place a notice to all contributors)&lt;br /&gt;
I hope this makes sense.  Please let me know if you have any questions!&lt;br /&gt;
&amp;lt;br&amp;gt;[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 18:17, 26 April 2019 (EDT)&lt;br /&gt;
:Thanks for letting me know. I need a lot of hand holding with programming. Any and all help is greatly appreciated. [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 13:17, 27 April 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
=== thanks!===&lt;br /&gt;
Thanks Karen for fixing all my double redirects! I was meaning to get to them, but you beat me to it!&lt;br /&gt;
&amp;lt;br&amp;gt;[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 21:44, 23 April 2019 (EDT)&lt;br /&gt;
:No problem, [[User:Pyrrhus|Pyrrhus]]! Happy to help. [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 15:27, 24 April 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
==ReplaceText extension ==&lt;br /&gt;
&lt;br /&gt;
I&#039;m considering asking for the [https://www.mediawiki.org/wiki/Extension:Replace_Text ReplaceText] extension to be added - which would be restricted to only certain editors (like yourself). What it would do is when a page was renamed, it would allow you to search for all links to that page and replace them with the new page name. You could also use this for replacing category names or fixing common spelling mistakes. &lt;br /&gt;
Using it would involve putting in the actual code for what you want to replace, eg [[:Category:Old Cat]] being replaced with [[:Category:New cat]]. It would do this across ALL pages, so there&#039;s the chance of it going wrong   I wondered your thoughts on this and whether you would be likely to use it. 08:33, 17 April 2019 (EDT)&lt;br /&gt;
:I&#039;m not Karen, but I did just rename a category.  It wasn&#039;t fun to go through all pages in the category to manually update the category name.  If we will be renaming categories in the future, which I suspect we might, this extension will come in very handy.  It might even be safer than trying to do the renaming manually.  My 1.5 cents. :)&lt;br /&gt;
:[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 21:19, 17 April 2019 (EDT)&lt;br /&gt;
::[[User:Notjusttired|Notjusttired]] and [[User:Pyrrhus|Pyrrhus]] - That tool would be very helpful! I wholeheartedly support it being added. I already can think of ways I could use it. Thank you [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 17:49, 18 April 2019 (EDT)&lt;br /&gt;
:::Great, I&#039;ll ask for it, I&#039;ve already asked for a few things through [[User:JaimeS]] [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 18:09, 18 April 2019 (EDT)&lt;br /&gt;
::::Thumbs up!&lt;br /&gt;
:::::[[Special:ReplaceText]] is now installed and both bureaucrats and admins like yourself should have access. [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 19:44, June 3, 2019 (EDT)&lt;br /&gt;
::::::[[User:Notjusttired]] Great! I think I stumbled on it while revising a page yesterday! [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 10:51, June 4, 2019 (EDT)&lt;br /&gt;
:::::::Suggestions for using ReplaceText. 1) Replace &amp;lt;nowiki&amp;gt;   &amp;lt;ref&amp;gt;Ref needed&amp;lt;/ref&amp;gt;  with {{Citation needed}}   &amp;lt;/nowiki &amp;gt; (there may not be any), and 2) &amp;lt;nowiki&amp;gt;  &amp;lt;ref&amp;gt;Reference needed&amp;lt;/ref&amp;gt; with {{Citation needed}}   &amp;lt;/nowiki &amp;gt;, (but without the nowiki bits) - example [[Histamine#References]] Reference 1. This should add citation needed to the relevant pages, and bits that look referenced but aren&#039;t. &lt;br /&gt;
[[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 19:10, June 6, 2019 (EDT)&lt;br /&gt;
:::::::[[User:Notjusttired]] So cool! 20:58, June 6, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
==Tasks==&lt;br /&gt;
Hi Karen!  I was wondering if you could help us out with a few easy admin fixes.  They&#039;re not urgent, but it sure would be nice to get them fixed:&lt;br /&gt;
# The &amp;quot;New User Message&amp;quot; that is left on the talk pages of new users was accidentally placed in the wrong page.  We have moved it to the correct location in [[Template:Welcome]].  If you could delete the old page at [[MediaWiki:Newusermessage-template]] it would be much appreciated.  (As long as the old page still exists, the server will inappropriately parse the &amp;quot;New User Message&amp;quot;.)&lt;br /&gt;
# The [[:Category:MEpedia guidelines]] has evolved to include all MEpedia documentation, so I renamed it to [[:Category:MEpedia documentation]].  There are 3 protected pages that need their category updated from [[:Category:MEpedia guidelines]] to [[:Category:MEpedia documentation]]:&lt;br /&gt;
## [[MEpedia:Copyrights]]&lt;br /&gt;
## [[MEpedia:General_disclaimer]]&lt;br /&gt;
## [[MEpedia:About]]&lt;br /&gt;
# The first sentence in the [[Contents]] page says &amp;quot;See a condensed version of this page.&amp;quot;  This links to [[Contents (condensed)]], which was an outdated relic from the time when the [[Contents]] page was the main page, and some people found it too long to read.  Now that we have a &#039;new&#039; main page, we don&#039;t need the condensed version, which was terribly outdated anyway.  If you could remove that first sentence from the [[Contents]] page, it would be much appreciated. ([[Contents (condensed)]] is now a redirect to [[Contents]].)&lt;br /&gt;
# We have a new version of the sidebar links on the lefthand side of the screen.  This new version includes new links and separates out links intended for the public and links intended for contributors.  All that now needs to be done is to copy-and-paste the contents of [[User:Pyrrhus/MediaWikiSidebar]] into [[MediaWiki:Sidebar]].  If you could do this copy-and-paste it would be much appreciated!  (I have saved the current contents of [[MediaWiki:Sidebar]] in [[User:Pyrrhus/OldMediaWikiSidebar]] just in case something goes wrong and we need to revert back.)&lt;br /&gt;
Thank you so much for all your help!&lt;br /&gt;
&amp;lt;br&amp;gt;[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 22:57, 12 April 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
::[[User:Pyrrhus|Pyrrhus]] - Made the changes you requested. Let me know if you would like additional changes.  Thanks for all your hard work to improve the site. [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 13:46, 15 April 2019 (EDT)  &lt;br /&gt;
:::Wow, thanks Karen!  You just made my Monday, I’m thrilled.  I obviously need to get out more.  ;)&lt;br /&gt;
:::[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 16:34, 15 April 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Hi. It looks like you are busy added some much needed categories. There&#039;s now a page outline for categories that identifies wanted pages and stubs that need expanding - [[MEpedia_article_outlines#Categories]]. If need categories can be added to existing categories that will make them easier to find and easier to browse the larger categories - eg new category [[:Category:Neurological disorders]] can now be found easily from  [[:Category:Diagnoses]].&lt;br /&gt;
&lt;br /&gt;
The Contents page contains the main categories but anything not suitable as a subcategory of those can be requested to be added (I&#039;ve asked for the new Ethics category to be added).&lt;br /&gt;
&lt;br /&gt;
[[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 09:19, 25 March 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
::Looks good. I believe it will be very helpful. Thank you. [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]])&lt;br /&gt;
&lt;br /&gt;
=== Admin fixes ===&lt;br /&gt;
Hi Karen! I was wondering if you could help with the following two admin fixes:&lt;br /&gt;
# Can you make [[Template:Welcome]] protected so that only admins can change it? (I noticed a potential problem where new users might accidentally alter the New User Message.)&lt;br /&gt;
# Can you update the lefthand sidebar to include a link to the Guidelines?  All you have to do is copy the contents of [[MediaWiki talk:Sidebar]] to [[MediaWiki:Sidebar]].&lt;br /&gt;
:::Did it (hopefully), [[User:Pyrrhus|Pyrrhus]]! Let me know if it&#039;s correct. Again, thank you for all your work. Each improvement helps so much. [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 13:26, 26 April 2019 (EDT)&lt;br /&gt;
::::Perfect! Thanks!&lt;br /&gt;
::::[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 14:48, 26 April 2019 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Hi, I know you&#039;re working a lot on pages in the Outbreaks category at the moment... I have the book &#039;&#039;Postviral Fatigue Syndrome: The Saga of Royal Free disease&#039;&#039; by [[Melvin Ramsay]] and it&#039;s got a whole chapter on outbreaks. I think it&#039;s worth buying or I can scan in the relevant pages for you if you&#039;d like? I&#039;m working on other categories on MEpedia so I don&#039;t see myself getting round to doing the outbreaks pages any time soon. --[[User:Samsara|Samsara]] ([[User talk:Samsara|talk]]) 04:30, 18 October 2016 (PDT)&lt;br /&gt;
::Thank you so much for the offer.  I would love the scanned pages, but only if it&#039;s not too much for you. I&#039;ve been trying to find contemporaneous articles for the outbreaks but they are often too old to be online (or in another language). I figured that eventually I would try inter-library loans to get more resources to fill in more detail. Take your time about doing it. There are plenty of other topics that I can write about in the meantime. [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 14:13, 18 October 2016 (PDT)&lt;br /&gt;
:::I will get the scans for you done over Christmas as I&#039;ll have lots of free time then! --[[User:Samsara|Samsara]] ([[User talk:Samsara|talk]]) 07:28, 1 December 2016 (PST)&lt;br /&gt;
::::Thank you! No hurries, no worries!&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Hi Kmdenmark,&lt;br /&gt;
&lt;br /&gt;
I see a page that needs a MOVE, but I am not sure how to do it. I checked out the information and I am not getting it. Another User found that [[Rich Carlson]] should be [[Rich Carson]]. The name in the page was changed but of course the actual page needs to be moved from Rich Carlson to Rich Carson.&lt;br /&gt;
&lt;br /&gt;
Thanks!--[[User:MEcfsFMS|MEcfsFMS]] ([[User talk:MEcfsFMS|talk]]) 09:48, 11 August 2018 (EDT)&lt;br /&gt;
&lt;br /&gt;
:Hi MEcfsFMS, The move button was turned off to everyone but admins. So if you ever want a page moved, just flag me, Ollie, Jamie or Jen. I went to the misspelled Rich Carson page and changed the &amp;quot;redirect&amp;quot; instruction to &amp;quot;marked for deletion.&amp;quot; Ollie checks the list of articles flagged for deletion and deletes them at one sitting. Add this category to any page you want deleted - Category:Articles for deletion and it will be looked at by Ollie. &lt;br /&gt;
&lt;br /&gt;
:I&#039;m glad you are back on MEpedia.   [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 16:27, 11 August 2018 (EDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Hi Kmdenmark,&lt;br /&gt;
&lt;br /&gt;
So, I uploaded several files I created because I couldn&#039;t get the colors, sizing, and text correct. I finally did get it right but now there are several files out there to delete. I can&#039;t figure out where all the uploaded files are. lol Anyway, just don&#039;t delete this one: &#039;&#039;&#039;Fibromyalgia Comorbids and Overlapping Conditions.JPG&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I think there will be five for you to delete. They all pretty much look the same but I can&#039;t remember their exact names but they are all like, Fibro comorbids and variations of that. I think I started around 4 PM? with the first upload.&lt;br /&gt;
&lt;br /&gt;
Thanks again!--[[User:MEcfsFMS|MEcfsFMS]] ([[User talk:MEcfsFMS|talk]]) 00:46, 20 August 2018 (EDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Thanks, Km, I keep forgetting I need to run deletes by Ollie. Appreciate your getting back to me.--[[User:MEcfsFMS|MEcfsFMS]] ([[User talk:MEcfsFMS|talk]]) 11:16, 20 August 2018 (EDT)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Hey. I&#039;ve just found a typo in a reference give added to several pages. I thought I had best left you know - I&#039;ve corrected the original study page plus Carmine Pariante and Alice Russell but not any others. The problem is that author &#039;&#039;&#039;Matthew Hopopf&#039;&#039;&#039; - his last name is actually &#039;&#039;&#039;Hotopf&#039;&#039;&#039; - the authorlink is correct just not the last name. &lt;br /&gt;
&lt;br /&gt;
This reference will also change in 2019 when a volume, issue number and page numbers are avaliable, so I had been linking to the source instead.&lt;br /&gt;
&lt;br /&gt;
Thanks for your work on related pages today.&lt;br /&gt;
&lt;br /&gt;
Njt&lt;br /&gt;
&lt;br /&gt;
[[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 14:37, 19 December 2018 (EST)&lt;br /&gt;
&lt;br /&gt;
:Thanks for letting me know. Will look at it now. Hope all is well.  [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 19 December 2018 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Handling misspelled names ==&lt;br /&gt;
&lt;br /&gt;
Hi and thanks for catching those misspelled names! The help is much appreciated. I&#039;m wondering if there&#039;s a reason you prefer to delete the misspelled pages rather than leave them as redirects to the correct names. That&#039;s generally the practice for dealing with common misspellings on Wikipedia, for instance, in case a reader makes the same mistake, or another editor does--that way, the person or the link will automatically be directed to the correct page. E.g. right now deleting [[Zach Shan]] would leave [[Special:WhatLinksHere/Zach_Shan|three broken links]], which we can and should fix (I&#039;ll take care of it!), but leaving the redirect up ensures that if anyone making the same mistake in the future, the link will still send readers to the correct entry. Does that sounqd ok to you? Thanks much. [[User:Canele|Canele]] ([[User talk:Canele|talk]]) 20:03, 16 January 2019 (EST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Michael Beadsworth ==&lt;br /&gt;
Csn the Mike Beadsworth page be the main one, with  Michael Beadsworth the redirect? Professionally he uses the name Mike far more.&lt;br /&gt;
 Njt&lt;br /&gt;
[[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 13:58, 23 January 2019 (EST)&lt;br /&gt;
&lt;br /&gt;
Sure, sounds good.  [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 17:57, 23 January 2019 (EST)&lt;br /&gt;
&lt;br /&gt;
== CS1 Error Uses authors parameter ==&lt;br /&gt;
&lt;br /&gt;
I see there is a CS1 Error for a PDF IOM Report I entered. I saw the authors come up when I entered the citation but it did not seem to &amp;quot;load&amp;quot; the name in the author field as a blue link. But, I did not pay much attention. So, I just updated and then of course changed all the appropriate pages with this same iformation. https://www.me-pedia.org/index.php?title=Category:CS1_maint:_Uses_authors_parameter&amp;amp;action=edit&amp;amp;redlink=1&lt;br /&gt;
&lt;br /&gt;
Now, what I am trying to figure out is will the citation not take Authors on a PDF or is there some other reason? What would be the best fix? I tried putting in this link for the citation on the SEID page using this website: http://www.nationalacademies.org/hmd/Reports/2015/ME-CFS.aspx but it did not fix the issue.&lt;br /&gt;
&lt;br /&gt;
I will fix all the pages but I just need to know what you think is the best fix for this. Maybe it is temporary and authors just are not loading on citations right now?--[[User:MEandCFS|MEandCFS]] ([[User talk:MEandCFS|talk]]) 15:25, 29 January 2019 (EST)&lt;br /&gt;
&lt;br /&gt;
I had made the changes for these pages under &#039;&#039;See also&#039;&#039; heading for the SEID criteria citation.--[[User:MEandCFS|MEandCFS]] ([[User talk:MEandCFS|talk]]) 15:28, 29 January 2019 (EST)&lt;br /&gt;
&lt;br /&gt;
::My apologies, [[User:MEandCFS|MEandCFS]], I have no background in programming, so I don&#039;t know what or why anything on MEpedia works.  LOL.  I usually just play around with it like you did until I get the desired results. [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 20:09, 29 January 2019 (EST)&lt;br /&gt;
&lt;br /&gt;
==Categories for UK politicians ==&lt;br /&gt;
&lt;br /&gt;
Hi. Can you avoid removing politicians from the categories for political parties? This is crucial information for advocacy and not held elsewhere. Labour/Co-op members are considered members of both parties so need to be in more than one category. Keeping them as categories allows someone to look for UK adbocates, then use the subcategories to find just politicians for political parties or fod which committee they are on - one committee is investigating the PACE trial  Parties cover both MPs and the unelected House of Lords. &lt;br /&gt;
&lt;br /&gt;
Also please don&#039;t mark redirects for deletion - they are there to help from the correctly spelled page - searching the incorrect name means MEpedia then find the correct page name too.&lt;br /&gt;
[[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 13:06, 7 February 2019 (EST)&lt;br /&gt;
&lt;br /&gt;
== New Category Page ==&lt;br /&gt;
&lt;br /&gt;
Hello,&lt;br /&gt;
&lt;br /&gt;
I think we need a new &#039;&#039;&#039;Category Page&#039;&#039;&#039; called &amp;quot;Mental Health&amp;quot; for pages like [[Munchausen syndrome by proxy]] and the yet to be created page [[Mental health]] which at this time is a red link.&lt;br /&gt;
&lt;br /&gt;
I don&#039;t know how to create category pages and you might want to name the category page something else.&lt;br /&gt;
&lt;br /&gt;
Thanks for your help.--[[Special:Contributions/76.18.68.198|76.18.68.198]] 10:55, 14 February 2019 (EST)&lt;br /&gt;
&lt;br /&gt;
::Good idea.  Let me research what wikipedia calls their mental health categories [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 11:57, 14 February 2019 (EST)&lt;br /&gt;
&lt;br /&gt;
== Category for &#039;Intimidation of PACE&#039; critics page ==&lt;br /&gt;
&lt;br /&gt;
Hello,&lt;br /&gt;
&lt;br /&gt;
I know I can&#039;t figure out a category for this page. [[Intimidation of PACE critics]]&lt;br /&gt;
&lt;br /&gt;
Can you? lol Tag, your it!--[[User:MEandCFS|MEandCFS]] ([[User talk:MEandCFS|talk]]) 09:12, 21 February 2019 (EST)&lt;br /&gt;
&lt;br /&gt;
== Categories for Books ==&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
I am not certain if the word &amp;quot;Genre&amp;quot; should be used for all the [https://www.me-pedia.org/wiki/Category:Books books] genres already created. I saw there was &amp;quot;Memoir&amp;quot; and &amp;quot;Genre&amp;quot; fiction so I set up &amp;quot;Genre psychology&amp;quot; but, perhaps the latter only need to be &amp;quot;Fiction&amp;quot; or &amp;quot;Psychology&amp;quot; or &amp;quot;Memoir&amp;quot; should be &amp;quot;Genre memoir&amp;quot;. I think genre is a good idea as I would like to find books under &amp;quot;History&amp;quot; quickly. &lt;br /&gt;
&lt;br /&gt;
Then, of course, a genre would have to be set up for all the book pages out there and the new genre category linked to the &amp;quot;Books&amp;quot; category. ahem...I know I don&#039;t care to do that project. : ) &lt;br /&gt;
&lt;br /&gt;
But, I figure I would bring it to your attention that we should at least make a decision on how to set up the genre page we have, by the word Genre attached or not.&lt;br /&gt;
&lt;br /&gt;
Hope what I just wrote makes sense.--[[Special:Contributions/77.111.245.220|77.111.245.220]] 17:16, 22 February 2019 (EST)&lt;br /&gt;
&lt;br /&gt;
:I am thinking Genre needs to be included. For instance, &#039;&#039;Osler&#039;s Web&#039;&#039; and &#039;&#039;Thirty Years of Disdain&#039;&#039; both have &amp;quot;History&amp;quot; and they ended up here. https://www.me-pedia.org/wiki/Category:History&lt;br /&gt;
:Perhaps they should be on the &amp;quot;History&amp;quot; category page, but without &amp;quot;Genre history&amp;quot; we can&#039;t create a subgroup for the category &amp;quot;Books&amp;quot;.--[[Special:Contributions/77.111.245.220|77.111.245.220]] 18:46, 22 February 2019 (EST)&lt;br /&gt;
&lt;br /&gt;
::I agree. I think it works better to have a descriptor in the category that denotes books, such as, Category:Genre psychology or Category:Psychology books. &#039;Psychology&#039; and &#039;History&#039; are too broad a topic to stand alone. Please feel free to make whatever changes you think improves the site.  If later you don&#039;t like it or someone thinks of something better, we can easily change it again. My best, [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 19:05, 22 February 2019 (EST)&lt;br /&gt;
&lt;br /&gt;
== User Paulitasofia1 uploading images without licenses, citations on images make no sense ==&lt;br /&gt;
&lt;br /&gt;
[[Paulitasofia1]] keeps uploading images without licenses and the citations used on the images make no sense. They go to a generic PET page on Science Direct.&lt;br /&gt;
&lt;br /&gt;
I did contact this user before when they uploaded to the POTS page without a license and gave an example on how to do so.http://208.97.133.164/wiki/User_talk:Paulitasofia1&lt;br /&gt;
&lt;br /&gt;
Also, one image with a citation is from a page with copyrights; I have removed it from the PET page and marked the upload for deletion. http://208.97.133.164/wiki/File:FDG.png&lt;br /&gt;
&lt;br /&gt;
The second, third, and fourth images with citations #2,4, and 5 are all generic Science Direct pages and did not, as far as I can see, come from this study.&lt;br /&gt;
&lt;br /&gt;
The user will either need to be blocked or blocked from uploading images. Also, can we stop images from being uploaded unless a license is selected? And, I don&#039;t think we should be able to select the option on image license of &amp;quot;Not Certain&amp;quot; or whatever that option is.&lt;br /&gt;
&lt;br /&gt;
I don&#039;t see how we can keep these images up. Most may be from Wikimedia but now we have to go back and properly cite and license them.&lt;br /&gt;
&lt;br /&gt;
Image number six has been properly cited as I found the correct full text but I will have to put a license on it when I find it.--[[User:MEandCFS|MEandCFS]] ([[User talk:MEandCFS|talk]]) 11:39, 27 February 2019 (EST)&lt;br /&gt;
&lt;br /&gt;
::Let me see if I can find out what to do. Thanks for letting me know. My best, [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 15:24, 28 February 2019 (EST)&lt;br /&gt;
&lt;br /&gt;
::While we wait for an admin to take action: &lt;br /&gt;
:::1)you can leave a brief explanation on the article&#039;s talk page for that article saying &amp;quot;image removed - no license&amp;quot; or &amp;quot;awaiting permission for use of image.&amp;quot; You don&#039;t have to fix it yourself. (I&#039;m wondering if s/he doesn&#039;t know to check his/her messages on his/her user page.)&lt;br /&gt;
:::2)you can tag the page {{Cleanup | reason=Image needs proper license and citations needed| date=}}&lt;br /&gt;
:::3) both  :)&lt;br /&gt;
&lt;br /&gt;
== Pages for deletion (old Portal pages) -- [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 19:11, July 5, 2019 (EDT) ==&lt;br /&gt;
&lt;br /&gt;
I marked some pages for deletion today. Can you wait maybe a week before deleting just in case I made a mistake? I&#039;ve blanked the pages and tested and it seems OK. Strangely there are still some links somewhere looking for subpages of the Heart and Brain Portals that no longer exist. [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 19:11, July 5, 2019 (EDT)&lt;br /&gt;
:: [[User:Notjusttired]] Yes, of course, no problem. [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 16:38, July 8, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
==Cleanup templates ==&lt;br /&gt;
&lt;br /&gt;
Hi. I was wondering how you were doing after not seeing you around for a little while. Are you OK-ish?&lt;br /&gt;
&lt;br /&gt;
With the cleanup templates like the tidy one, I&#039;m planning to create slight variations on the templates with a reason already filled in for each. So that&#039;s why Tidy was going to Cleanup/Tidy citations. Currently there is just Cleanup and [[Template:Cleanup/POV]] finished. The idea is that we will be able to categorize things by the reason for the cleanup by picking it right from the menu in the Visual editor, and it should save time typing in reasons too. I think there&#039;s a discussion on [[Template_talk:Cleanup]]. [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 18:01, July 30, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
: I&#039;m doing well, thanks, for now. ;) You know, I&#039;m sure, the up and down nature of the illness. I hope you are doing well, too.&lt;br /&gt;
: Regarding the templates: Sounds good. Thanks for doing it. [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 14:10, August 1, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
==  -- [[Special:Contributions/76.18.68.198|76.18.68.198]] 10:36, September 3, 2019 (EDT) ==&lt;br /&gt;
&lt;br /&gt;
Hi Kmdenmark,&lt;br /&gt;
&lt;br /&gt;
FYI. You can use an image from a newspaper article when the image goes along with it. The NY Times article &#039;&#039;Brains of People With Chronic Fatigue Syndrome Offer Clues About Disorder&#039;&#039; has the brain images. So, when noting the article here: https://www.me-pedia.org/wiki/Brains_of_People_With_Chronic_Fatigue_Syndrome_Offer_Clues_About_Disorder_-_New_York_Times:_Well_(2014) or if the article is on the Primer page, that image can be used. It can&#039;t be used without the article. &lt;br /&gt;
&lt;br /&gt;
Please, get the image back on the page about the article and on the Primers. --[[Special:Contributions/76.18.68.198|76.18.68.198]] 10:36, September 3, 2019 (EDT)&lt;br /&gt;
: The image has been restored. May I say whom am I speaking to? [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 10:58, September 3, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Malcx ==&lt;br /&gt;
&lt;br /&gt;
Hi, [[Special:Contributions/Malcx|Malcx]] is not contributing anything. Their only purpose seems to be to troll, harass and vandalize; probably what they have done on Wikipedia before. I&#039;d appreciate a speedy end to their access to this project. Thanks in advance, [[User:Guido den Broeder|Guido den Broeder]] ([[User talk:Guido den Broeder|talk]]) 13:33, September 14, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
===Re: Malcx -- [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 17:04, September 16, 2019 (EDT)===&lt;br /&gt;
&lt;br /&gt;
: New guidelines are being discussed among leadership in hopes to resolve such editing issues. Stay tuned. [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 17:04, September 16, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Notjusttired‎ ==&lt;br /&gt;
&lt;br /&gt;
I am requesting a topic ban / interaction ban for [[user:notjusttired|notjusttired]], who stalks me to every page I edit and vandalizes them by making error upon error, not heeding my repeated requests to stop. [[User:Guido den Broeder|Guido den Broeder]] ([[User talk:Guido den Broeder|talk]]) 16:19, September 15, 2019 (EDT)&lt;br /&gt;
:See also [https://www.me-pedia.org/index.php?title=User_talk:Notjusttired&amp;amp;diff=70033&amp;amp;oldid=70032&amp;amp;diffmode=source here] where they are stating that creating conditions to allow ME patients to edit comfortably is ridiculous, and wish to force everyone to use their style of preference. [[User:Guido den Broeder|Guido den Broeder]] ([[User talk:Guido den Broeder|talk]]) 18:07, September 15, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references &amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
==New template ==&lt;br /&gt;
Can you let me know if this is OK [[Template:Blocked/doc#Examples]]. I changed from &amp;quot;temporarily banned&amp;quot; to just &amp;quot;banned&amp;quot; then it can be used for permanent bans. But it&#039;s easy to create a different template for a permanent ban if you would prefer. There is still a minor layout tweak to move the text away from the image but it&#039;s fine to use as it is. Also see [[Template:Unwanted_edits]], so far not used. [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 18:19, September 17, 2019 (EDT) &lt;br /&gt;
Update: Finished [[User:Notjusttired|notjusttired]] ([[User talk:Notjusttired|talk]]) 18:41, September 17, 2019 (EDT)&lt;br /&gt;
&lt;br /&gt;
== ME/CFS Page Needs Small Edit -- [[User:Loopy|Loopy]] ([[User talk:Loopy|talk]]) 10:34, October 10, 2019 (EDT) ==&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
I just need to let you know that the caption for Carol Head&#039;s image needs to state she is &amp;quot;former&amp;quot; CEO.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;br /&gt;
Loopy&lt;br /&gt;
:{{done}} Thanks for letting me know, [[User:Loopy|Loopy]]. [[User:Kmdenmark|Kmdenmark]] ([[User talk:Kmdenmark|talk]]) 15:01, October 10, 2019 (EDT)&lt;/div&gt;</summary>
		<author><name>Tom cfs</name></author>
	</entry>
</feed>