<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://help.syscad.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jon1</id>
	<title>SysCAD Documentation - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://help.syscad.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jon1"/>
	<link rel="alternate" type="text/html" href="https://help.syscad.net/Special:Contributions/Jon1"/>
	<updated>2026-06-04T02:34:37Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.4</generator>
	<entry>
		<id>https://help.syscad.net/index.php?title=MediaWiki:Template-outdated-page-text-default&amp;diff=40317</id>
		<title>MediaWiki:Template-outdated-page-text-default</title>
		<link rel="alternate" type="text/html" href="https://help.syscad.net/index.php?title=MediaWiki:Template-outdated-page-text-default&amp;diff=40317"/>
		<updated>2017-09-05T19:56:58Z</updated>

		<summary type="html">&lt;p&gt;Jon1: Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Warning&amp;#039;&amp;#039;&amp;#039;! Page you&amp;#039;re reading is outdated or was archived and very likely is referring to older version of the software.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Warning&#039;&#039;&#039;! Page you&#039;re reading is outdated or was archived and very likely is referring to older version of the software.&lt;/div&gt;</summary>
		<author><name>Jon1</name></author>
	</entry>
	<entry>
		<id>https://help.syscad.net/index.php?title=Template:Outdated&amp;diff=40315</id>
		<title>Template:Outdated</title>
		<link rel="alternate" type="text/html" href="https://help.syscad.net/index.php?title=Template:Outdated&amp;diff=40315"/>
		<updated>2017-09-05T19:54:01Z</updated>

		<summary type="html">&lt;p&gt;Jon1: Created page with &amp;quot;&amp;lt;noinclude&amp;gt; Add this template to the top of the page you would like to mark as outdated.  This will display a warning banner at top of the page along with automatically adding...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
Add this template to the top of the page you would like to mark as outdated. &lt;br /&gt;
This will display a warning banner at top of the page along with automatically adding a page into &amp;quot;Outdated&amp;quot; category.&lt;br /&gt;
Optionally you can provide a link to an updated or most recent version of the page using &amp;quot;link&amp;quot; parameter. See usage example below:&lt;br /&gt;
&lt;br /&gt;
Without params:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Outdated}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With link param:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Outdated&lt;br /&gt;
|link=Some other page title within a wiki&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With altered default text:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Outdated&lt;br /&gt;
|text=Lorem ipsum dolor site amet..&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: this template uses the following message string for default text [[:MediaWiki:Template-outdated-page-text-default|Template-outdated-page-text-default]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;div class=&amp;quot;outdated-badge-warning&amp;quot;&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;{{#if:{{{text|}}}|{{{text}}}|{{int:template-outdated-page-text-default}}}}&amp;lt;!--&lt;br /&gt;
--&amp;gt;{{#if:{{{link|}}}|&amp;amp;nbsp;Please navigate to the [[{{{link}}}|most recent version]] instead.}}&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;[[Category:Outdated pages]]&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jon1</name></author>
	</entry>
	<entry>
		<id>https://help.syscad.net/index.php?title=MediaWiki:Common.css&amp;diff=40314</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://help.syscad.net/index.php?title=MediaWiki:Common.css&amp;diff=40314"/>
		<updated>2017-09-05T19:53:45Z</updated>

		<summary type="html">&lt;p&gt;Jon1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
#p-logo .mw-wiki-logo {&lt;br /&gt;
  background-size: contain;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.outdated-badge-warning {&lt;br /&gt;
  display: block;&lt;br /&gt;
  padding: 10px;&lt;br /&gt;
  background-color: darkred;&lt;br /&gt;
  color: white;&lt;br /&gt;
  margin-bottom: 10px;&lt;br /&gt;
  border-radius: 4px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.outdated-badge-warning &amp;gt; a,&lt;br /&gt;
.outdated-badge-warning &amp;gt; a:visited,&lt;br /&gt;
.outdated-badge-warning &amp;gt; a:hover {&lt;br /&gt;
  color: white;&lt;br /&gt;
  text-decoration: underline;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.outdated-badge-warning::before {&lt;br /&gt;
    content: &amp;quot;⚠&amp;quot;;&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    margin: 0 5px 0 0;&lt;br /&gt;
    font-size: 20px;&lt;br /&gt;
    line-height: 0px;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    top: 2px;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Jon1</name></author>
	</entry>
	<entry>
		<id>https://help.syscad.net/index.php?title=MediaWiki:Common.css&amp;diff=40309</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://help.syscad.net/index.php?title=MediaWiki:Common.css&amp;diff=40309"/>
		<updated>2017-08-29T14:20:40Z</updated>

		<summary type="html">&lt;p&gt;Jon1: Created page with &amp;quot;/* CSS placed here will be applied to all skins */  #p-logo .mw-wiki-logo {   background-size: contain; }&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
#p-logo .mw-wiki-logo {&lt;br /&gt;
  background-size: contain;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Jon1</name></author>
	</entry>
</feed>