<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.uwracing.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Akofman</id>
	<title>Wisconsin Racing - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.uwracing.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Akofman"/>
	<link rel="alternate" type="text/html" href="http://wiki.uwracing.com/index.php/Special:Contributions/Akofman"/>
	<updated>2026-05-09T09:57:43Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.5</generator>
	<entry>
		<id>http://wiki.uwracing.com/index.php?title=File:Gitlab_for_MechEs_v5.pdf&amp;diff=5934</id>
		<title>File:Gitlab for MechEs v5.pdf</title>
		<link rel="alternate" type="text/html" href="http://wiki.uwracing.com/index.php?title=File:Gitlab_for_MechEs_v5.pdf&amp;diff=5934"/>
		<updated>2022-03-11T20:48:07Z</updated>

		<summary type="html">&lt;p&gt;Akofman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;User guide for gitlab as implemented on the team&lt;/div&gt;</summary>
		<author><name>Akofman</name></author>
	</entry>
	<entry>
		<id>http://wiki.uwracing.com/index.php?title=Project:Contributing&amp;diff=5857</id>
		<title>Project:Contributing</title>
		<link rel="alternate" type="text/html" href="http://wiki.uwracing.com/index.php?title=Project:Contributing&amp;diff=5857"/>
		<updated>2021-09-30T05:21:40Z</updated>

		<summary type="html">&lt;p&gt;Akofman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Guide]]&lt;br /&gt;
&lt;br /&gt;
This wiki is intended to be a clear guide, information source, and documentation repository for all things Wisconsin Racing. Style isn't as important as the information, but care should be taken to make the information easy for future members to find and interpret.&lt;br /&gt;
&lt;br /&gt;
== Rules ==&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Organizing ==&lt;br /&gt;
A number of tools can be used to organize pages. The primary way to connect pages together is through links to other pages.&lt;br /&gt;
&lt;br /&gt;
=== Namespaces ===&lt;br /&gt;
Namespaces are mostly used to control who has access to pages. At the moment, the main/default namespace is used for most pages, while everything in the &amp;quot;Public&amp;quot; namespace will be accessible to users who are not logged in. Special namespaces are used for organizing Users, Categories, Talk pages, etc.&lt;br /&gt;
&lt;br /&gt;
=== Subpages ===&lt;br /&gt;
Subpages can be used to create pages that are a child of another page. These should only be used if the subpage can be considered part of the parent page. Subpages can also be used on your own user page to store user content, for example [[User:Myself/my_notes]].&lt;br /&gt;
&lt;br /&gt;
Subpages are created by creating a page with the &amp;quot;/&amp;quot; symbol after the parent page name, followed by the subppage name.&lt;br /&gt;
&lt;br /&gt;
=== Categories ===&lt;br /&gt;
Categories are used like tags, grouping related pages together for easy access. See [[Special:Categories]] for a list of all categories. Tag pages with all relevant categories to make them easy to find.&lt;br /&gt;
&lt;br /&gt;
New Categories can be created by creating a page in the Categories namespace, like any other page. For example, [[:Category:Guide]]. Add at least a brief description of what the category should contain. All pages tagged with that category will then show on that page. Sub-categories can also by created by making subpages in the Category namespace.&lt;br /&gt;
&lt;br /&gt;
== Creating &amp;amp; Editing ==&lt;br /&gt;
Create pages as needed for new topics, guides, etc. Some general notes:&lt;br /&gt;
*Write your pages outside of the wiki's text editor. If you try to save or preview and it's rejected for some reason, you'll lose all your work!&lt;br /&gt;
* Try to stick with a consistent naming and formatting scheme in pages.&lt;br /&gt;
* Tag new pages with relevant categories, can be done in the editor by adding {{Ic|&amp;lt;nowiki&amp;gt;[[Category:category_name]]&amp;lt;/nowiki&amp;gt;}} to the top of the pages&lt;br /&gt;
* Most pages should be created in the main namespace. Only Public pages and meta-information such as this page should go in other namespaces.&lt;br /&gt;
* Add pages you care about to your watchlist, so you can see when they are updated. You can view your watched pages at [[Special:Watchlist]].&lt;br /&gt;
* Use the update summary box when possible to describe what changed with your update.&lt;br /&gt;
* Use templates where applicable.&lt;br /&gt;
&lt;br /&gt;
Improving existing pages is appreciated. This can be done by:&lt;br /&gt;
* Expanding partial articles or re-writing in a more clear way.&lt;br /&gt;
* Fixing spelling, grammar, and style.&lt;br /&gt;
* Updating outdated or incorrect information.&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
TODO link markup references, style info, etc.&lt;br /&gt;
&lt;br /&gt;
===Note on block formatting===&lt;br /&gt;
If you start a line with a single space, you can get block formatting for code or to represent file contents:&lt;br /&gt;
&lt;br /&gt;
 Create lines like this.&lt;br /&gt;
&lt;br /&gt;
=== Templates ===&lt;br /&gt;
Templates are bits of content or code that can be inserted into pages, to allow a common element used on multiple pages to reduce work.&lt;br /&gt;
Use them by inserting putting {{Ic|&amp;lt;nowiki&amp;gt;{{Template_name}}&amp;lt;/nowiki&amp;gt;}} in the code of a page. Templates can also take parameters, for example {{Ic|&amp;lt;nowiki&amp;gt;{{Template_name|param1|param2}}&amp;lt;/nowiki&amp;gt;}}.&lt;br /&gt;
&lt;br /&gt;
See [[Help:Template]] for more information.&lt;br /&gt;
&lt;br /&gt;
=== Page Templates ===&lt;br /&gt;
Page templates are different from templates, and are used as a starting point for the entire page. Page Templates can be used for an easy way to make pages that have similar layout or content. &lt;br /&gt;
&lt;br /&gt;
== Meta discussion ==&lt;br /&gt;
Any discussion about the wiki that needs more permanence than [[Slack]] messages can be put in the Talk pages. Each created page has a corresponding Talk page, where meta-discussion or meta-info on the page can be put. These are accessible from the &amp;quot;discussion&amp;quot; button at the top of each page. Good things to put on these pages might be plans for changing the pages, questions about possibly incorrect content, asking opinions about changes, etc. Again note that shorter term discussions might be better served by using [[Slack]], where they will be addressed more quickly.&lt;br /&gt;
&lt;br /&gt;
Add new headings for different topics to discuss. Sign your comments by typing {{Ic|&amp;lt;nowiki&amp;gt;-- ~~~~&amp;lt;/nowiki&amp;gt;}} to insert your username and a timestamp. Reply to other comments by indenting your reply one level. Do this by preceding your reply with {{Ic|&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;}}. Multiple colons indent by multiple levels for nested replies.&lt;br /&gt;
Avoid editing your posts in Talk pages, though you can strike through with {{Ic|&amp;lt;nowiki&amp;gt;&amp;lt;s&amp;gt;&amp;lt;/nowiki&amp;gt;}} tags. Once a discussion has been resolved, it can be deleted from the Talk page.&lt;br /&gt;
&lt;br /&gt;
Information or policies on the wiki as a whole should go in the Project namespace, and discussion on those topics in the corresponding Talk pages.&lt;br /&gt;
&lt;br /&gt;
User talk pages can be created at for example [[User_talk:Name]] and can be used as a space to ask questions of a particular user.&lt;/div&gt;</summary>
		<author><name>Akofman</name></author>
	</entry>
	<entry>
		<id>http://wiki.uwracing.com/index.php?title=Project:Pages_To_Build&amp;diff=22</id>
		<title>Project:Pages To Build</title>
		<link rel="alternate" type="text/html" href="http://wiki.uwracing.com/index.php?title=Project:Pages_To_Build&amp;diff=22"/>
		<updated>2021-05-10T18:44:47Z</updated>

		<summary type="html">&lt;p&gt;Akofman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Pages That Should Be Built:&lt;br /&gt;
&lt;br /&gt;
* Main Page Overhaul: General Summary of Team, Leaders&lt;br /&gt;
* Team History, with cars called out&lt;br /&gt;
* Individual pages for cars&lt;br /&gt;
* Combustion Vehicle&lt;br /&gt;
* Electric Vehicle&lt;br /&gt;
* Competition - overview&lt;br /&gt;
* Pages for competition events - Accel, skidpad, autox, endurance, design, cost, business&lt;br /&gt;
* Lists of people who occupied a given position?&lt;br /&gt;
* Recruiting&lt;br /&gt;
* svn&lt;br /&gt;
* slack&lt;br /&gt;
* Shop&lt;br /&gt;
* Pages for systems and maybe subsystems&lt;br /&gt;
* Vehicle Dynamics&lt;br /&gt;
* A page about Glenn&lt;/div&gt;</summary>
		<author><name>Akofman</name></author>
	</entry>
	<entry>
		<id>http://wiki.uwracing.com/index.php?title=Project:Pages_To_Build&amp;diff=20</id>
		<title>Project:Pages To Build</title>
		<link rel="alternate" type="text/html" href="http://wiki.uwracing.com/index.php?title=Project:Pages_To_Build&amp;diff=20"/>
		<updated>2021-05-10T18:27:09Z</updated>

		<summary type="html">&lt;p&gt;Akofman: Created page with &amp;quot;Pages That Should Be Built:  * Main Page Overhaul: General Summary of Team, Leaders * Team History, with cars called out * Individual pages for cars * Combustion Vehicle * Ele...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Pages That Should Be Built:&lt;br /&gt;
&lt;br /&gt;
* Main Page Overhaul: General Summary of Team, Leaders&lt;br /&gt;
* Team History, with cars called out&lt;br /&gt;
* Individual pages for cars&lt;br /&gt;
* Combustion Vehicle&lt;br /&gt;
* Electric Vehicle&lt;br /&gt;
* Competition - overview&lt;br /&gt;
* Pages for competition events - Accel, skidpad, autox, endurance, design, cost, business&lt;br /&gt;
* Lists of people who occupied a given position?&lt;br /&gt;
* Recruiting&lt;br /&gt;
* svn&lt;br /&gt;
* Shop&lt;br /&gt;
* Pages for systems and maybe subsystems&lt;br /&gt;
* Vehicle Dynamics&lt;/div&gt;</summary>
		<author><name>Akofman</name></author>
	</entry>
</feed>