<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://trolleybus.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=TickoGrey</id>
	<title>Ved&#039;s Trolleybuses Place Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://trolleybus.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=TickoGrey"/>
	<link rel="alternate" type="text/html" href="https://trolleybus.wiki/Special:Contributions/TickoGrey"/>
	<updated>2026-04-04T12:28:08Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=Vehicles&amp;diff=279</id>
		<title>Vehicles</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=Vehicles&amp;diff=279"/>
		<updated>2025-08-28T02:31:58Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Vehicles are the main form of transportation and gameplay in TrP. They range in complexity from simple cars to fully fitted trolleybuses.&lt;br /&gt;
&lt;br /&gt;
You can modify vehicles in TrP using the command TrP_EditModifications&lt;br /&gt;
&lt;br /&gt;
=== List of Vehicles ===&lt;br /&gt;
Below is a list of vehicles you can find in TrP by default, however it is possible to build &amp;quot;legacy&amp;quot; vehicles using [[F3X]]&lt;br /&gt;
==== Trolleys ====&lt;br /&gt;
Trolley vehicles are the main gameplay inhibitors of TrP and are all accessible by default&lt;br /&gt;
&amp;lt;big&amp;gt;&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = ZiU-682_(ZiU-9)&lt;br /&gt;
|image = Placeholder&lt;br /&gt;
}}&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = ZiU-682_(ZiU-9)_EMU&lt;br /&gt;
|image = Placeholder&lt;br /&gt;
}}&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = ZiU-6205_(ZiU-10)&lt;br /&gt;
|image = Placeholder&lt;br /&gt;
}}&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = ZiU-682_(ZiU-9)_Service_vehicle&lt;br /&gt;
|image = Placeholder&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/big&amp;gt;&lt;br /&gt;
==== Road ====&lt;br /&gt;
Road vehicles are typically reserved for self hosted server administrators&lt;br /&gt;
&amp;lt;big&amp;gt;&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = VAZ-2109_Sputnik&lt;br /&gt;
|image = Placeholder&lt;br /&gt;
}}&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = (NonRP)_Tow_Scooter&lt;br /&gt;
|image = Placeholder&lt;br /&gt;
}}&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = (NonRP)_Tow_ScooterHeavy&lt;br /&gt;
|image = Placeholder&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/big&amp;gt;&lt;br /&gt;
==== Rail ====&lt;br /&gt;
Rail vehicles, Like road vehicles, are typically reserved for self hosted servers.&lt;br /&gt;
&amp;lt;big&amp;gt;&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = Tatra_T6B5&lt;br /&gt;
|image = Placeholder&lt;br /&gt;
}}&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = Monorail&lt;br /&gt;
|image = Placeholder&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/big&amp;gt;&lt;br /&gt;
==== Water ====&lt;br /&gt;
Water vehicles, Like Rail vehicles, are typically reserved for self hosted servers, There is only one water vehicle in TrP&lt;br /&gt;
&amp;lt;big&amp;gt;&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = Boat&lt;br /&gt;
|image = Placeholder&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/big&amp;gt;&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=MediaWiki:Citizen.js&amp;diff=278</id>
		<title>MediaWiki:Citizen.js</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=MediaWiki:Citizen.js&amp;diff=278"/>
		<updated>2025-04-29T01:05:32Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* All JavaScript here will be loaded for users of the Citizen skin */&lt;br /&gt;
/* Current version of MediaWiki does not support ES6 */&lt;br /&gt;
mw.loader.using([&#039;mediawiki.util&#039;]).done(function () {&lt;br /&gt;
	/* Open the search &amp;lt;details&amp;gt; element when clicking the fake search button on main page */&lt;br /&gt;
	var searchTrigger = document.getElementById(&#039;citizen-search-trigger&#039;);&lt;br /&gt;
	if (searchTrigger) {&lt;br /&gt;
		searchTrigger.addEventListener(&#039;click&#039;, function () {&lt;br /&gt;
			var search = document.getElementById(&#039;citizen-search-details&#039;);&lt;br /&gt;
			if (search) {&lt;br /&gt;
				search.open = true; // Properly open the &amp;lt;details&amp;gt; element&lt;br /&gt;
			}&lt;br /&gt;
		});&lt;br /&gt;
	}&lt;br /&gt;
});&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=MediaWiki:Citizen.js&amp;diff=277</id>
		<title>MediaWiki:Citizen.js</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=MediaWiki:Citizen.js&amp;diff=277"/>
		<updated>2025-04-29T00:19:25Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: Created page with &amp;quot;/* All JavaScript here will be loaded for users of the Citizen skin */ /* Current version of MediaWiki does not support ES6 */ mw.loader.using([&amp;#039;mediawiki.util&amp;#039;]).done(function () { 	/* Trigger search box when click on the fake search button on main page */ 	var searchTrigger = document.getElementById(&amp;#039;citizen-search-trigger&amp;#039;); 	if (searchTrigger) { 		searchTrigger.addEventListener(&amp;#039;click&amp;#039;, function () { 			var search = document.getElementById(&amp;#039;citizen-search-details&amp;#039;);...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* All JavaScript here will be loaded for users of the Citizen skin */&lt;br /&gt;
/* Current version of MediaWiki does not support ES6 */&lt;br /&gt;
mw.loader.using([&#039;mediawiki.util&#039;]).done(function () {&lt;br /&gt;
	/* Trigger search box when click on the fake search button on main page */&lt;br /&gt;
	var searchTrigger = document.getElementById(&#039;citizen-search-trigger&#039;);&lt;br /&gt;
	if (searchTrigger) {&lt;br /&gt;
		searchTrigger.addEventListener(&#039;click&#039;, function () {&lt;br /&gt;
			var search = document.getElementById(&#039;citizen-search-details&#039;);&lt;br /&gt;
			/*&lt;br /&gt;
			Command Palette is activated through a click to the details element&lt;br /&gt;
			So we don&#039;t need any of these&lt;br /&gt;
&lt;br /&gt;
			// HACK: Force sticky header to be visible&lt;br /&gt;
			var isSearchHidden =&lt;br /&gt;
				document.body.classList.contains(&#039;citizen-scroll--down&#039;) &amp;amp;&amp;amp;&lt;br /&gt;
				window.matchMedia(&#039;(max-width: 1119px)&#039;);&lt;br /&gt;
			if (isSearchHidden) {&lt;br /&gt;
				document.body.classList.remove(&#039;citizen-scroll--down&#039;);&lt;br /&gt;
				document.body.classList.add(&#039;citizen-scroll--up&#039;);&lt;br /&gt;
			}&lt;br /&gt;
			var prefill = searchTrigger.dataset.prefill;&lt;br /&gt;
			if (prefill) {&lt;br /&gt;
				var prefillText = mw.html.escape(searchTrigger.dataset.prefill);&lt;br /&gt;
				document.getElementById(&#039;searchInput&#039;).value = prefillText;&lt;br /&gt;
			}&lt;br /&gt;
			// Citizen does not have a visible search bar, you need to expand the search card first&lt;br /&gt;
			// And Citizen will focus the input automatically&lt;br /&gt;
			search.open = true;&lt;br /&gt;
			*/&lt;br /&gt;
			search.click();&lt;br /&gt;
		});&lt;br /&gt;
	}&lt;br /&gt;
});&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=Template:Main_Page/header/styles.css&amp;diff=276</id>
		<title>Template:Main Page/header/styles.css</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=Template:Main_Page/header/styles.css&amp;diff=276"/>
		<updated>2025-04-29T00:15:48Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;.home-header {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	line-height: 1.1;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__pretitle {&lt;br /&gt;
	margin-bottom: 0.5rem;&lt;br /&gt;
	color: #6b7280;&lt;br /&gt;
	font-size: 0.875rem;&lt;br /&gt;
	letter-spacing: 0.05em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__title {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	font-size: 3.5rem;&lt;br /&gt;
	line-height: 0.9;&lt;br /&gt;
	font-weight: 600;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__subtitle {&lt;br /&gt;
	margin-top: 0.5rem;&lt;br /&gt;
	color: #6b7280;&lt;br /&gt;
	font-size: 0.875rem;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__search {&lt;br /&gt;
	padding: 1rem;&lt;br /&gt;
	margin-top: 2rem;&lt;br /&gt;
	margin-left: auto;&lt;br /&gt;
	margin-right: auto;&lt;br /&gt;
	max-width: 600px;&lt;br /&gt;
	border: 1px solid #ccc;&lt;br /&gt;
	border-radius: 9999px;&lt;br /&gt;
	background-color: #080e10;&lt;br /&gt;
	cursor: pointer;&lt;br /&gt;
	font-size: 0.875rem;&lt;br /&gt;
	font-weight: 500;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__search .desktoponly {&lt;br /&gt;
	margin-left: 0.75rem;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__search:hover {&lt;br /&gt;
	background: #111b1f;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__searchIcon img {&lt;br /&gt;
	margin-right: 1rem;&lt;br /&gt;
	opacity: 0.8;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Fix vertical alignment problem */&lt;br /&gt;
.home-header__search .keyboard-key {&lt;br /&gt;
	display: inline;&lt;br /&gt;
	padding-top: 0.1em;&lt;br /&gt;
	padding-bottom: 0.1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-citizen-dark .home-header:before,&lt;br /&gt;
html.skin-citizen-dark .home-header__searchIcon img {&lt;br /&gt;
	filter: invert(1);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (hover: none) {&lt;br /&gt;
	.home-header__search .desktoponly {&lt;br /&gt;
		display: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=Cat_Mountian&amp;diff=275</id>
		<title>Cat Mountian</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=Cat_Mountian&amp;diff=275"/>
		<updated>2025-04-29T00:14:15Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: TickoGrey moved page Cat Mountian to Cat Mountain: Misspelled title&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Cat Mountain]]&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=Cat_Mountain&amp;diff=274</id>
		<title>Cat Mountain</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=Cat_Mountain&amp;diff=274"/>
		<updated>2025-04-29T00:14:15Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: TickoGrey moved page Cat Mountian to Cat Mountain: Misspelled title&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Stops]]&lt;br /&gt;
{{Infobox_Stop&lt;br /&gt;
| title = Cat Mountain&lt;br /&gt;
| image       = [[File:Stop_hardbassmountian.webp|270px]]&lt;br /&gt;
| model = Old&lt;br /&gt;
| destboard = Old&lt;br /&gt;
| twoway = No&lt;br /&gt;
| abbrv = HM&lt;br /&gt;
&lt;br /&gt;
| route1 = Route_6&lt;br /&gt;
| routeimg1 = Route6Icon.png&lt;br /&gt;
| route2 = Route_9&lt;br /&gt;
| routeimg2 = Route9Icon.png&lt;br /&gt;
| route3 = Route_10&lt;br /&gt;
| routeimg3 = Route10Icon.png&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Formerly called Hardbass Mountain, this is the last stop before [[Route 10]] Vehicles head to [[Main Island]]&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=Cat_Mountain&amp;diff=273</id>
		<title>Cat Mountain</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=Cat_Mountain&amp;diff=273"/>
		<updated>2025-04-29T00:13:59Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Stops]]&lt;br /&gt;
{{Infobox_Stop&lt;br /&gt;
| title = Cat Mountain&lt;br /&gt;
| image       = [[File:Stop_hardbassmountian.webp|270px]]&lt;br /&gt;
| model = Old&lt;br /&gt;
| destboard = Old&lt;br /&gt;
| twoway = No&lt;br /&gt;
| abbrv = HM&lt;br /&gt;
&lt;br /&gt;
| route1 = Route_6&lt;br /&gt;
| routeimg1 = Route6Icon.png&lt;br /&gt;
| route2 = Route_9&lt;br /&gt;
| routeimg2 = Route9Icon.png&lt;br /&gt;
| route3 = Route_10&lt;br /&gt;
| routeimg3 = Route10Icon.png&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Formerly called Hardbass Mountain, this is the last stop before [[Route 10]] Vehicles head to [[Main Island]]&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=Cat_Mountain&amp;diff=272</id>
		<title>Cat Mountain</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=Cat_Mountain&amp;diff=272"/>
		<updated>2025-04-29T00:13:40Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Stops]]&lt;br /&gt;
{{Infobox_Stop&lt;br /&gt;
| title = Cat Mountain&lt;br /&gt;
| image       = [[File:Stop_hardbassmountian.webp|270px]]&lt;br /&gt;
| model = Old&lt;br /&gt;
| destboard = Old&lt;br /&gt;
| twoway = No&lt;br /&gt;
| abbrv = HM&lt;br /&gt;
&lt;br /&gt;
| route1 = Route_6&lt;br /&gt;
| routeimg1 = Route6Icon.png&lt;br /&gt;
| route2 = Route_9&lt;br /&gt;
| routeimg2 = Route9Icon.png&lt;br /&gt;
| route3 = Route_10&lt;br /&gt;
| routeimg3 = Route10Icon.png&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Formerly called Hardbass Mountian, this is the last stop before [[Route 10]] Vehicles head to [[Main Island]]&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=Hardbass_Mountian&amp;diff=271</id>
		<title>Hardbass Mountian</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=Hardbass_Mountian&amp;diff=271"/>
		<updated>2025-04-29T00:11:11Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: TickoGrey moved page Hardbass Mountian to Cat Mountian&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Cat Mountian]]&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=Cat_Mountain&amp;diff=270</id>
		<title>Cat Mountain</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=Cat_Mountain&amp;diff=270"/>
		<updated>2025-04-29T00:11:11Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: TickoGrey moved page Hardbass Mountian to Cat Mountian&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Stops]]&lt;br /&gt;
{{Infobox_Stop&lt;br /&gt;
| title = Hardbass Mountian&lt;br /&gt;
| image       = [[File:Stop_hardbassmountian.webp|270px]]&lt;br /&gt;
| model = Old&lt;br /&gt;
| destboard = Old&lt;br /&gt;
| twoway = No&lt;br /&gt;
| abbrv = HM&lt;br /&gt;
&lt;br /&gt;
| route1 = Route_6&lt;br /&gt;
| routeimg1 = Route6Icon.png&lt;br /&gt;
| route2 = Route_9&lt;br /&gt;
| routeimg2 = Route9Icon.png&lt;br /&gt;
| route3 = Route_10&lt;br /&gt;
| routeimg3 = Route10Icon.png&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Formerly called Hardbass Mountian, this is the last stop before [[Route 10]] Vehicles head to [[Main Island]]&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=Cat_Mountain&amp;diff=269</id>
		<title>Cat Mountain</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=Cat_Mountain&amp;diff=269"/>
		<updated>2025-04-29T00:11:01Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Stops]]&lt;br /&gt;
{{Infobox_Stop&lt;br /&gt;
| title = Hardbass Mountian&lt;br /&gt;
| image       = [[File:Stop_hardbassmountian.webp|270px]]&lt;br /&gt;
| model = Old&lt;br /&gt;
| destboard = Old&lt;br /&gt;
| twoway = No&lt;br /&gt;
| abbrv = HM&lt;br /&gt;
&lt;br /&gt;
| route1 = Route_6&lt;br /&gt;
| routeimg1 = Route6Icon.png&lt;br /&gt;
| route2 = Route_9&lt;br /&gt;
| routeimg2 = Route9Icon.png&lt;br /&gt;
| route3 = Route_10&lt;br /&gt;
| routeimg3 = Route10Icon.png&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Formerly called Hardbass Mountian, this is the last stop before [[Route 10]] Vehicles head to [[Main Island]]&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=Main_Page&amp;diff=268</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=Main_Page&amp;diff=268"/>
		<updated>2025-04-29T00:05:58Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: /* Welcome to the Ved&amp;#039;s Trolleybuses Place Wiki */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Main_Page/header}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Navpills&lt;br /&gt;
|page1 = Vehicles&lt;br /&gt;
|image1 = ZIU-9-RI.webp&lt;br /&gt;
|page2 = Routes&lt;br /&gt;
|image2 = Destboard.webp&lt;br /&gt;
|page3 = Stops&lt;br /&gt;
|image3 = Stop-DSS-A.webp&lt;br /&gt;
|page4 = Depots&lt;br /&gt;
|image4 = MID-Front.webp&lt;br /&gt;
|page5 = Locations&lt;br /&gt;
|image5 = Lighthouse.webp&lt;br /&gt;
|page6 = Hosting&lt;br /&gt;
|image6 = Commands.webp&lt;br /&gt;
|page7 = Liveries&lt;br /&gt;
|image7 = Livery.webp&lt;br /&gt;
|page8 = Custom Liveries&lt;br /&gt;
|image8 = Customlivery.png&lt;br /&gt;
|page9 = Items&lt;br /&gt;
|image9 = items.webp&lt;br /&gt;
|page10 = F3X&lt;br /&gt;
|image10 = F3x.webp&lt;br /&gt;
|page11 = Secrets&lt;br /&gt;
|image11 = secrets.webp&lt;br /&gt;
|page12 = History&lt;br /&gt;
|image12 = classic.webp&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=Template:Main_Page/header&amp;diff=267</id>
		<title>Template:Main Page/header</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=Template:Main_Page/header&amp;diff=267"/>
		<updated>2025-04-29T00:05:27Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: Created page with &amp;quot;&amp;lt;templatestyles src=&amp;quot;Template:Main_Page/header/styles.css&amp;quot;/&amp;gt;&amp;lt;div class=&amp;quot;home-header&amp;quot;&amp;gt; &amp;lt;div class=&amp;quot;home-header__pretitle&amp;quot;&amp;gt;Welcome to the&amp;lt;/div&amp;gt; &amp;lt;h1 class=&amp;quot;home-header__title&amp;quot;&amp;gt;TrP Wiki&amp;lt;/h1&amp;gt;  &amp;lt;div id=&amp;quot;citizen-search-trigger&amp;quot; class=&amp;quot;home-header__search scw-gradient-glow&amp;quot; role=&amp;quot;button&amp;quot;&amp;gt;  &amp;lt;span class=&amp;quot;home-header__searchText&amp;quot;&amp;gt;Search the TrP Wiki&amp;lt;/span&amp;gt;  &amp;lt;/div&amp;gt;  &amp;lt;/div&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;templatestyles src=&amp;quot;Template:Main_Page/header/styles.css&amp;quot;/&amp;gt;&amp;lt;div class=&amp;quot;home-header&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;home-header__pretitle&amp;quot;&amp;gt;Welcome to the&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;h1 class=&amp;quot;home-header__title&amp;quot;&amp;gt;TrP Wiki&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;citizen-search-trigger&amp;quot; class=&amp;quot;home-header__search scw-gradient-glow&amp;quot; role=&amp;quot;button&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span class=&amp;quot;home-header__searchText&amp;quot;&amp;gt;Search the TrP Wiki&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=Template:Main_Page/header/styles.css&amp;diff=266</id>
		<title>Template:Main Page/header/styles.css</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=Template:Main_Page/header/styles.css&amp;diff=266"/>
		<updated>2025-04-29T00:04:47Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;.home-header {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	line-height: 1.1;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__pretitle {&lt;br /&gt;
	margin-bottom: 0.5rem;&lt;br /&gt;
	color: #6b7280;&lt;br /&gt;
	font-size: 0.875rem;&lt;br /&gt;
	letter-spacing: 0.05em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__title {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	font-size: 3.5rem;&lt;br /&gt;
	line-height: 0.9;&lt;br /&gt;
	font-weight: 600;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__subtitle {&lt;br /&gt;
	margin-top: 0.5rem;&lt;br /&gt;
	color: #6b7280;&lt;br /&gt;
	font-size: 0.875rem;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__search {&lt;br /&gt;
	padding: 1rem;&lt;br /&gt;
	margin-top: 2rem;&lt;br /&gt;
	margin-left: auto;&lt;br /&gt;
	margin-right: auto;&lt;br /&gt;
	max-width: 600px;&lt;br /&gt;
	border: 1px solid #ccc;&lt;br /&gt;
	border-radius: 9999px;&lt;br /&gt;
	background-color: #080e10;&lt;br /&gt;
	cursor: pointer;&lt;br /&gt;
	font-size: 0.875rem;&lt;br /&gt;
	font-weight: 500;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__search .desktoponly {&lt;br /&gt;
	margin-left: 0.75rem;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__search:hover {&lt;br /&gt;
	background: #f9fafb;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__searchIcon img {&lt;br /&gt;
	margin-right: 1rem;&lt;br /&gt;
	opacity: 0.8;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Fix vertical alignment problem */&lt;br /&gt;
.home-header__search .keyboard-key {&lt;br /&gt;
	display: inline;&lt;br /&gt;
	padding-top: 0.1em;&lt;br /&gt;
	padding-bottom: 0.1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-citizen-dark .home-header:before,&lt;br /&gt;
html.skin-citizen-dark .home-header__searchIcon img {&lt;br /&gt;
	filter: invert(1);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (hover: none) {&lt;br /&gt;
	.home-header__search .desktoponly {&lt;br /&gt;
		display: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=Template:Main_Page/header/styles.css&amp;diff=265</id>
		<title>Template:Main Page/header/styles.css</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=Template:Main_Page/header/styles.css&amp;diff=265"/>
		<updated>2025-04-29T00:02:34Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;.home-header {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	line-height: 1.1;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__pretitle {&lt;br /&gt;
	margin-bottom: 0.5rem;&lt;br /&gt;
	color: #6b7280;&lt;br /&gt;
	font-size: 0.875rem;&lt;br /&gt;
	letter-spacing: 0.05em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__title {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	font-size: 3.5rem;&lt;br /&gt;
	line-height: 0.9;&lt;br /&gt;
	font-weight: 600;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__subtitle {&lt;br /&gt;
	margin-top: 0.5rem;&lt;br /&gt;
	color: #6b7280;&lt;br /&gt;
	font-size: 0.875rem;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__search {&lt;br /&gt;
	padding: 1rem;&lt;br /&gt;
	margin-top: 2rem;&lt;br /&gt;
	margin-left: auto;&lt;br /&gt;
	margin-right: auto;&lt;br /&gt;
	max-width: 600px;&lt;br /&gt;
	border: 1px solid #ccc;&lt;br /&gt;
	border-radius: 9999px;&lt;br /&gt;
	background-color: #ffffff;&lt;br /&gt;
	cursor: pointer;&lt;br /&gt;
	font-size: 0.875rem;&lt;br /&gt;
	font-weight: 500;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__search .desktoponly {&lt;br /&gt;
	margin-left: 0.75rem;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__search:hover {&lt;br /&gt;
	background: #f9fafb;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__searchIcon img {&lt;br /&gt;
	margin-right: 1rem;&lt;br /&gt;
	opacity: 0.8;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Fix vertical alignment problem */&lt;br /&gt;
.home-header__search .keyboard-key {&lt;br /&gt;
	display: inline;&lt;br /&gt;
	padding-top: 0.1em;&lt;br /&gt;
	padding-bottom: 0.1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-citizen-dark .home-header:before,&lt;br /&gt;
html.skin-citizen-dark .home-header__searchIcon img {&lt;br /&gt;
	filter: invert(1);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (hover: none) {&lt;br /&gt;
	.home-header__search .desktoponly {&lt;br /&gt;
		display: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=Template:Main_Page/header/styles.css&amp;diff=264</id>
		<title>Template:Main Page/header/styles.css</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=Template:Main_Page/header/styles.css&amp;diff=264"/>
		<updated>2025-04-29T00:02:12Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;.home-header {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	line-height: 1.1;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__pretitle {&lt;br /&gt;
	margin-bottom: 0.5rem;&lt;br /&gt;
	color: #6b7280;&lt;br /&gt;
	font-size: 0.875rem;&lt;br /&gt;
	letter-spacing: 0.05em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__title {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	font-size: 3.5rem;&lt;br /&gt;
	text-transform: uppercase;&lt;br /&gt;
	line-height: 0.9;&lt;br /&gt;
	font-weight: 600;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__subtitle {&lt;br /&gt;
	margin-top: 0.5rem;&lt;br /&gt;
	color: #6b7280;&lt;br /&gt;
	font-size: 0.875rem;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__search {&lt;br /&gt;
	padding: 1rem;&lt;br /&gt;
	margin-top: 2rem;&lt;br /&gt;
	margin-left: auto;&lt;br /&gt;
	margin-right: auto;&lt;br /&gt;
	max-width: 600px;&lt;br /&gt;
	border: 1px solid #ccc;&lt;br /&gt;
	border-radius: 9999px;&lt;br /&gt;
	background-color: #ffffff;&lt;br /&gt;
	cursor: pointer;&lt;br /&gt;
	font-size: 0.875rem;&lt;br /&gt;
	font-weight: 500;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__search .desktoponly {&lt;br /&gt;
	margin-left: 0.75rem;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__search:hover {&lt;br /&gt;
	background: #f9fafb;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__searchIcon img {&lt;br /&gt;
	margin-right: 1rem;&lt;br /&gt;
	opacity: 0.8;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Fix vertical alignment problem */&lt;br /&gt;
.home-header__search .keyboard-key {&lt;br /&gt;
	display: inline;&lt;br /&gt;
	padding-top: 0.1em;&lt;br /&gt;
	padding-bottom: 0.1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-citizen-dark .home-header:before,&lt;br /&gt;
html.skin-citizen-dark .home-header__searchIcon img {&lt;br /&gt;
	filter: invert(1);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (hover: none) {&lt;br /&gt;
	.home-header__search .desktoponly {&lt;br /&gt;
		display: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=Template:Main_Page/header/styles.css&amp;diff=263</id>
		<title>Template:Main Page/header/styles.css</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=Template:Main_Page/header/styles.css&amp;diff=263"/>
		<updated>2025-04-29T00:01:59Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;.home-header {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	line-height: 1.1;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__pretitle {&lt;br /&gt;
	margin-bottom: 0.5rem;&lt;br /&gt;
	color: #6b7280;&lt;br /&gt;
	font-size: 0.875rem;&lt;br /&gt;
	letter-spacing: 0.05em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__title {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	font-size: 5rem;&lt;br /&gt;
	text-transform: uppercase;&lt;br /&gt;
	line-height: 0.9;&lt;br /&gt;
	font-weight: 600;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__subtitle {&lt;br /&gt;
	margin-top: 0.5rem;&lt;br /&gt;
	color: #6b7280;&lt;br /&gt;
	font-size: 0.875rem;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__search {&lt;br /&gt;
	padding: 1rem;&lt;br /&gt;
	margin-top: 2rem;&lt;br /&gt;
	margin-left: auto;&lt;br /&gt;
	margin-right: auto;&lt;br /&gt;
	max-width: 600px;&lt;br /&gt;
	border: 1px solid #ccc;&lt;br /&gt;
	border-radius: 9999px;&lt;br /&gt;
	background-color: #ffffff;&lt;br /&gt;
	cursor: pointer;&lt;br /&gt;
	font-size: 0.875rem;&lt;br /&gt;
	font-weight: 500;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__search .desktoponly {&lt;br /&gt;
	margin-left: 0.75rem;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__search:hover {&lt;br /&gt;
	background: #f9fafb;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__searchIcon img {&lt;br /&gt;
	margin-right: 1rem;&lt;br /&gt;
	opacity: 0.8;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Fix vertical alignment problem */&lt;br /&gt;
.home-header__search .keyboard-key {&lt;br /&gt;
	display: inline;&lt;br /&gt;
	padding-top: 0.1em;&lt;br /&gt;
	padding-bottom: 0.1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-citizen-dark .home-header:before,&lt;br /&gt;
html.skin-citizen-dark .home-header__searchIcon img {&lt;br /&gt;
	filter: invert(1);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (hover: none) {&lt;br /&gt;
	.home-header__search .desktoponly {&lt;br /&gt;
		display: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=Template:Main_Page/header/styles.css&amp;diff=262</id>
		<title>Template:Main Page/header/styles.css</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=Template:Main_Page/header/styles.css&amp;diff=262"/>
		<updated>2025-04-29T00:00:50Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: Created page with &amp;quot;.home-header { 	position: relative; 	line-height: 1.1; 	text-align: center; }  .home-header__pretitle { 	margin-bottom: 0.5rem; 	color: #6b7280; 	font-size: 0.875rem; 	letter-spacing: 0.05em; }  .home-header__title { 	margin: 0; 	font-size:10rem; 	text-transform: uppercase; 	line-height: 0.9; 	font-weight: 600; }  .home-header__subtitle { 	margin-top: 0.5rem; 	color: #6b7280; 	font-size: 0.875rem; }  .home-header__search { 	padding: 1rem; 	margin-top: 2rem; 	margin-left:...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;.home-header {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	line-height: 1.1;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__pretitle {&lt;br /&gt;
	margin-bottom: 0.5rem;&lt;br /&gt;
	color: #6b7280;&lt;br /&gt;
	font-size: 0.875rem;&lt;br /&gt;
	letter-spacing: 0.05em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__title {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	font-size:10rem;&lt;br /&gt;
	text-transform: uppercase;&lt;br /&gt;
	line-height: 0.9;&lt;br /&gt;
	font-weight: 600;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__subtitle {&lt;br /&gt;
	margin-top: 0.5rem;&lt;br /&gt;
	color: #6b7280;&lt;br /&gt;
	font-size: 0.875rem;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__search {&lt;br /&gt;
	padding: 1rem;&lt;br /&gt;
	margin-top: 2rem;&lt;br /&gt;
	margin-left: auto;&lt;br /&gt;
	margin-right: auto;&lt;br /&gt;
	max-width: 600px;&lt;br /&gt;
	border: 1px solid #ccc;&lt;br /&gt;
	border-radius: 9999px;&lt;br /&gt;
	background-color: #ffffff;&lt;br /&gt;
	cursor: pointer;&lt;br /&gt;
	font-size: 0.875rem;&lt;br /&gt;
	font-weight: 500;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__search .desktoponly {&lt;br /&gt;
	margin-left: 0.75rem;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__search:hover {&lt;br /&gt;
	background: #f9fafb;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.home-header__searchIcon img {&lt;br /&gt;
	margin-right: 1rem;&lt;br /&gt;
	opacity: 0.8;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Fix vertical alignment problem */&lt;br /&gt;
.home-header__search .keyboard-key {&lt;br /&gt;
	display: inline;&lt;br /&gt;
	padding-top: 0.1em;&lt;br /&gt;
	padding-bottom: 0.1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-citizen-dark .home-header:before,&lt;br /&gt;
html.skin-citizen-dark .home-header__searchIcon img {&lt;br /&gt;
	filter: invert(1);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (hover: none) {&lt;br /&gt;
	.home-header__search .desktoponly {&lt;br /&gt;
		display: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=User:TickoGrey&amp;diff=261</id>
		<title>User:TickoGrey</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=User:TickoGrey&amp;diff=261"/>
		<updated>2025-04-27T23:37:26Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: Created page with &amp;quot;{{#externalredirect: https://www.roblox.com/users/963927270/profile}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#externalredirect: https://www.roblox.com/users/963927270/profile}}&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=User:OneSkyVed&amp;diff=260</id>
		<title>User:OneSkyVed</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=User:OneSkyVed&amp;diff=260"/>
		<updated>2025-04-27T23:36:02Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: Created page with &amp;quot;{{#externalredirect: https://www.roblox.com/users/87766833/profile}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#externalredirect: https://www.roblox.com/users/87766833/profile}}&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=Main_Page&amp;diff=259</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=Main_Page&amp;diff=259"/>
		<updated>2025-04-27T23:15:42Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: Protected &amp;quot;Main Page&amp;quot;: High traffic page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
= Welcome to the Ved&#039;s Trolleybuses Place Wiki =&lt;br /&gt;
{{Navpills&lt;br /&gt;
|page1 = Vehicles&lt;br /&gt;
|image1 = ZIU-9-RI.webp&lt;br /&gt;
|page2 = Routes&lt;br /&gt;
|image2 = Destboard.webp&lt;br /&gt;
|page3 = Stops&lt;br /&gt;
|image3 = Stop-DSS-A.webp&lt;br /&gt;
|page4 = Depots&lt;br /&gt;
|image4 = MID-Front.webp&lt;br /&gt;
|page5 = Locations&lt;br /&gt;
|image5 = Lighthouse.webp&lt;br /&gt;
|page6 = Hosting&lt;br /&gt;
|image6 = Commands.webp&lt;br /&gt;
|page7 = Liveries&lt;br /&gt;
|image7 = Livery.webp&lt;br /&gt;
|page8 = Custom Liveries&lt;br /&gt;
|image8 = Customlivery.png&lt;br /&gt;
|page9 = Items&lt;br /&gt;
|image9 = items.webp&lt;br /&gt;
|page10 = F3X&lt;br /&gt;
|image10 = F3x.webp&lt;br /&gt;
|page11 = Secrets&lt;br /&gt;
|image11 = secrets.webp&lt;br /&gt;
|page12 = History&lt;br /&gt;
|image12 = classic.webp&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=MediaWiki:Citizen-footer-desc&amp;diff=258</id>
		<title>MediaWiki:Citizen-footer-desc</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=MediaWiki:Citizen-footer-desc&amp;diff=258"/>
		<updated>2025-04-27T23:10:33Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: Created page with &amp;quot;The Ved&amp;#039;s Trolleybuses Place wiki was established in December 2024 as a sucessor to the original fandom wiki. Now, we pride ourselves on being the best place to go for quality information and resources for TrP&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Ved&#039;s Trolleybuses Place wiki was established in December 2024 as a sucessor to the original fandom wiki. Now, we pride ourselves on being the best place to go for quality information and resources for TrP&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=MediaWiki:Citizen-footer-tagline&amp;diff=257</id>
		<title>MediaWiki:Citizen-footer-tagline</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=MediaWiki:Citizen-footer-tagline&amp;diff=257"/>
		<updated>2025-04-27T23:03:57Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: Created page with &amp;quot;Operated by TickoGrey and built by the community &amp;lt;3&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Operated by TickoGrey and built by the community &amp;lt;3&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=Main_Page&amp;diff=256</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=Main_Page&amp;diff=256"/>
		<updated>2025-04-27T21:45:36Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: Changed title&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
= Welcome to the Ved&#039;s Trolleybuses Place Wiki =&lt;br /&gt;
{{Navpills&lt;br /&gt;
|page1 = Vehicles&lt;br /&gt;
|image1 = ZIU-9-RI.webp&lt;br /&gt;
|page2 = Routes&lt;br /&gt;
|image2 = Destboard.webp&lt;br /&gt;
|page3 = Stops&lt;br /&gt;
|image3 = Stop-DSS-A.webp&lt;br /&gt;
|page4 = Depots&lt;br /&gt;
|image4 = MID-Front.webp&lt;br /&gt;
|page5 = Locations&lt;br /&gt;
|image5 = Lighthouse.webp&lt;br /&gt;
|page6 = Hosting&lt;br /&gt;
|image6 = Commands.webp&lt;br /&gt;
|page7 = Liveries&lt;br /&gt;
|image7 = Livery.webp&lt;br /&gt;
|page8 = Custom Liveries&lt;br /&gt;
|image8 = Customlivery.png&lt;br /&gt;
|page9 = Items&lt;br /&gt;
|image9 = items.webp&lt;br /&gt;
|page10 = F3X&lt;br /&gt;
|image10 = F3x.webp&lt;br /&gt;
|page11 = Secrets&lt;br /&gt;
|image11 = secrets.webp&lt;br /&gt;
|page12 = History&lt;br /&gt;
|image12 = classic.webp&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=Vehicles&amp;diff=255</id>
		<title>Vehicles</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=Vehicles&amp;diff=255"/>
		<updated>2025-04-09T21:39:49Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: Created page with &amp;quot;Vehicles are the main form of transportation and gameplay in TrP. They range in complexity from simple cars to fully fitted trolleybuses  === List of Vehicles === Below is a list of vhicles you can find in TrP by default, however it is possible to build &amp;quot;legacy&amp;quot; vehicles using F3X ==== Trolleys ==== Trolley vehicles are the main gameplay inhibitors of TrP and are all accessible by default &amp;lt;big&amp;gt; * {{ArticleButton |article = ZiU-682_(ZiU-9) |image = Placeholder }} * {{...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Vehicles are the main form of transportation and gameplay in TrP. They range in complexity from simple cars to fully fitted trolleybuses&lt;br /&gt;
&lt;br /&gt;
=== List of Vehicles ===&lt;br /&gt;
Below is a list of vhicles you can find in TrP by default, however it is possible to build &amp;quot;legacy&amp;quot; vehicles using [[F3X]]&lt;br /&gt;
==== Trolleys ====&lt;br /&gt;
Trolley vehicles are the main gameplay inhibitors of TrP and are all accessible by default&lt;br /&gt;
&amp;lt;big&amp;gt;&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = ZiU-682_(ZiU-9)&lt;br /&gt;
|image = Placeholder&lt;br /&gt;
}}&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = ZiU-682_(ZiU-9)_EMU&lt;br /&gt;
|image = Placeholder&lt;br /&gt;
}}&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = ZiU-6205_(ZiU-10)&lt;br /&gt;
|image = Placeholder&lt;br /&gt;
}}&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = ZiU-682_(ZiU-9)_Service_vehicle&lt;br /&gt;
|image = Placeholder&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/big&amp;gt;&lt;br /&gt;
==== Road ====&lt;br /&gt;
Road vehicles are typically reserved for self hosted server administrators&lt;br /&gt;
&amp;lt;big&amp;gt;&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = VAZ-2109_Sputnik&lt;br /&gt;
|image = Placeholder&lt;br /&gt;
}}&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = (NonRP)_Tow_Scooter&lt;br /&gt;
|image = Placeholder&lt;br /&gt;
}}&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = (NonRP)_Tow_ScooterHeavy&lt;br /&gt;
|image = Placeholder&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/big&amp;gt;&lt;br /&gt;
==== Rail ====&lt;br /&gt;
Rail vehicles, Like road vehicles, are typically reserved for self hosted servers. There is only one rail vehicle in TrP&lt;br /&gt;
&amp;lt;big&amp;gt;&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = Tatra_T6B5&lt;br /&gt;
|image = Placeholder&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/big&amp;gt;&lt;br /&gt;
==== Water ====&lt;br /&gt;
Water vehicles, Like Rail vehicles, are typically reserved for self hosted servers, There is only one water vehicle in TrP&lt;br /&gt;
&amp;lt;big&amp;gt;&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = Boat&lt;br /&gt;
|image = Placeholder&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/big&amp;gt;&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=Meat_Street&amp;diff=254</id>
		<title>Meat Street</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=Meat_Street&amp;diff=254"/>
		<updated>2025-04-09T21:07:09Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: TickoGrey moved page Meat Street to Anchor Street&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Anchor Street]]&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=Anchor_Street&amp;diff=253</id>
		<title>Anchor Street</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=Anchor_Street&amp;diff=253"/>
		<updated>2025-04-09T21:07:08Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: TickoGrey moved page Meat Street to Anchor Street&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Stops]]&lt;br /&gt;
{{Infobox_Stop&lt;br /&gt;
| title = Anchor Street&lt;br /&gt;
| image       = [[File:Stop_meatstreet.webp|270px]]&lt;br /&gt;
| model = Old&lt;br /&gt;
| destboard = New&lt;br /&gt;
| twoway = Yes&lt;br /&gt;
| abbrv = AS&lt;br /&gt;
&lt;br /&gt;
| route1 = Route_16&lt;br /&gt;
| routeimg1 = Route16Icon.png&lt;br /&gt;
|stop1 = Rocky_Island&lt;br /&gt;
|stopimg1 = Stop_rockyisland.webp&lt;br /&gt;
|stop2 = Bridge_Road&lt;br /&gt;
|stopimg2 = Stop_bridgeroad.webp&lt;br /&gt;
}}&lt;br /&gt;
Formerly called Meat Street, This stop is the last before Route 16 vehicles head towards Rocky Island&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=Anchor_Street&amp;diff=252</id>
		<title>Anchor Street</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=Anchor_Street&amp;diff=252"/>
		<updated>2025-04-09T21:06:25Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Stops]]&lt;br /&gt;
{{Infobox_Stop&lt;br /&gt;
| title = Anchor Street&lt;br /&gt;
| image       = [[File:Stop_meatstreet.webp|270px]]&lt;br /&gt;
| model = Old&lt;br /&gt;
| destboard = New&lt;br /&gt;
| twoway = Yes&lt;br /&gt;
| abbrv = AS&lt;br /&gt;
&lt;br /&gt;
| route1 = Route_16&lt;br /&gt;
| routeimg1 = Route16Icon.png&lt;br /&gt;
|stop1 = Rocky_Island&lt;br /&gt;
|stopimg1 = Stop_rockyisland.webp&lt;br /&gt;
|stop2 = Bridge_Road&lt;br /&gt;
|stopimg2 = Stop_bridgeroad.webp&lt;br /&gt;
}}&lt;br /&gt;
Formerly called Meat Street, This stop is the last before Route 16 vehicles head towards Rocky Island&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=Main_Page&amp;diff=251</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=Main_Page&amp;diff=251"/>
		<updated>2025-04-09T20:56:33Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: Replaced TrP Tools with Items, Moved everything past Custom Liveries forward&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
= Welcome to the OneSkyVed&#039;s Trolleybuses Place Wiki =&lt;br /&gt;
{{Navpills&lt;br /&gt;
|page1 = Vehicles&lt;br /&gt;
|image1 = ZIU-9-RI.webp&lt;br /&gt;
|page2 = Routes&lt;br /&gt;
|image2 = Destboard.webp&lt;br /&gt;
|page3 = Stops&lt;br /&gt;
|image3 = Stop-DSS-A.webp&lt;br /&gt;
|page4 = Depots&lt;br /&gt;
|image4 = MID-Front.webp&lt;br /&gt;
|page5 = Locations&lt;br /&gt;
|image5 = Lighthouse.webp&lt;br /&gt;
|page6 = Hosting&lt;br /&gt;
|image6 = Commands.webp&lt;br /&gt;
|page7 = Liveries&lt;br /&gt;
|image7 = Livery.webp&lt;br /&gt;
|page8 = Custom Liveries&lt;br /&gt;
|image8 = Customlivery.png&lt;br /&gt;
|page9 = Items&lt;br /&gt;
|image9 = items.webp&lt;br /&gt;
|page10 = F3X&lt;br /&gt;
|image10 = F3x.webp&lt;br /&gt;
|page11 = Secrets&lt;br /&gt;
|image11 = secrets.webp&lt;br /&gt;
|page12 = History&lt;br /&gt;
|image12 = classic.webp&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=File:Items.webp&amp;diff=250</id>
		<title>File:Items.webp</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=File:Items.webp&amp;diff=250"/>
		<updated>2025-04-09T20:56:05Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=Routes&amp;diff=249</id>
		<title>Routes</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=Routes&amp;diff=249"/>
		<updated>2025-04-09T20:48:09Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: added electronic destination board mention&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Routes are a mechanic in TrP which allows players driving trolleybuses to choose which stops they would like to arrive at, and collect driver points/passengers for doing so.&lt;br /&gt;
&lt;br /&gt;
=== Destination Boards ===&lt;br /&gt;
[[File:Placement Locations.png|thumb|right|The Three locations  destination boards must be placed in on the ZiU-682 (ZiU-9)]]&lt;br /&gt;
One way drivers can select routes is by placing 3 destination boards on the ZiU-682 and placing 4 destination boards on the ZiU-6205 and ZiU-682 EMU.&lt;br /&gt;
&lt;br /&gt;
You can get destination boards by placing a [[Destination Board Container]] inside your trolleybus and using it&lt;br /&gt;
=== Electronic Destination Board ===&lt;br /&gt;
Owners of the [[Electronic Destination Boards]] gamepass with the modification enabled can set routes through the [[Announcer]]&lt;br /&gt;
=== List of Routes ===&lt;br /&gt;
Below is a list of routes you can find in TrP by default, however some [[Hosting|Self hosted servers]] might use [[F3X]] to create their own Routes.&lt;br /&gt;
&amp;lt;big&amp;gt;&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = Route_6&lt;br /&gt;
|image = Route6Icon.png&lt;br /&gt;
}}&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = Route_9&lt;br /&gt;
|image = Route9Icon.png&lt;br /&gt;
}}&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = Route_10&lt;br /&gt;
|image = Route10Icon.png&lt;br /&gt;
}}&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = Route_14&lt;br /&gt;
|image = Route14Icon.png&lt;br /&gt;
}}&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = Route_16&lt;br /&gt;
|image = Route16Icon.png&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/big&amp;gt;&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=Routes&amp;diff=248</id>
		<title>Routes</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=Routes&amp;diff=248"/>
		<updated>2025-02-20T22:42:25Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Routes are a mechanic in TrP which allows players driving trolleybuses to choose which stops they would like to arrive at, and collect driver points/passengers for doing so.&lt;br /&gt;
&lt;br /&gt;
=== Destination Boards ===&lt;br /&gt;
[[File:Placement Locations.png|thumb|right|The Three locations  destination boards must be placed in on the ZiU-682 (ZiU-9)]]&lt;br /&gt;
Drivers can select routes by placing 3 destination boards on the ZiU-682 and placing 4 destination boards on the ZiU-6205 and ZiU-682 EMU.&lt;br /&gt;
&lt;br /&gt;
You can get destination boards by placing a Destination Board Container inside your trolleybus and using it&lt;br /&gt;
=== List of Routes ===&lt;br /&gt;
Below is a list of routes you can find in TrP by default, however some [[Hosting|self hosted servers]] might use [[F3X]] to create their own Routes.&lt;br /&gt;
&amp;lt;big&amp;gt;&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = Route_6&lt;br /&gt;
|image = Route6Icon.png&lt;br /&gt;
}}&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = Route_9&lt;br /&gt;
|image = Route9Icon.png&lt;br /&gt;
}}&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = Route_10&lt;br /&gt;
|image = Route10Icon.png&lt;br /&gt;
}}&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = Route_14&lt;br /&gt;
|image = Route14Icon.png&lt;br /&gt;
}}&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = Route_16&lt;br /&gt;
|image = Route16Icon.png&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/big&amp;gt;&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=Routes&amp;diff=247</id>
		<title>Routes</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=Routes&amp;diff=247"/>
		<updated>2025-02-20T22:41:11Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Routes are a mechanic in TrP which allows players driving trolleybuses to choose which stops they would like to arrive at, and collect driver points/passengers for doing so.&lt;br /&gt;
&lt;br /&gt;
=== Destination Boards ===&lt;br /&gt;
[[File:Placement Locations.png|thumb|right|The Three locations  destination boards must be placed in on the ZiU-682 (ZiU-9)]]&lt;br /&gt;
Drivers can select routes by placing 3 destination boards on the ZiU-682 and placing 4 destination boards on the ZiU-6205 and ZiU-682 EMU&lt;br /&gt;
&lt;br /&gt;
=== List of Routes ===&lt;br /&gt;
Below is a list of routes you can find in TrP by default, however some [[Hosting|self hosted servers]] might use [[F3X]] to create their own Routes.&lt;br /&gt;
&amp;lt;big&amp;gt;&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = Route_6&lt;br /&gt;
|image = Route6Icon.png&lt;br /&gt;
}}&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = Route_9&lt;br /&gt;
|image = Route9Icon.png&lt;br /&gt;
}}&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = Route_10&lt;br /&gt;
|image = Route10Icon.png&lt;br /&gt;
}}&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = Route_14&lt;br /&gt;
|image = Route14Icon.png&lt;br /&gt;
}}&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = Route_16&lt;br /&gt;
|image = Route16Icon.png&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/big&amp;gt;&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=Routes&amp;diff=246</id>
		<title>Routes</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=Routes&amp;diff=246"/>
		<updated>2025-02-20T22:39:31Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Routes are a mechanic in TrP which allows players driving trolleybuses to choose which stops they would like to arrive at, and collect driver points/passengers for doing so.&lt;br /&gt;
&lt;br /&gt;
=== Destination Boards ===&lt;br /&gt;
[[File:Placement Locations.png|thumb|right|The Three locations  destination boards must be placed in on the ZiU-682 (ZiU-9)]]&lt;br /&gt;
Drivers can select routes by placing 3 destination boards on the ZiU-682 and placing 4 destination boards on the ZiU-6205 and ZiU-682 EMU&lt;br /&gt;
&lt;br /&gt;
=== List of Routes ===&lt;br /&gt;
&amp;lt;big&amp;gt;&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = Route_6&lt;br /&gt;
|image = Route6Icon.png&lt;br /&gt;
}}&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = Route_9&lt;br /&gt;
|image = Route9Icon.png&lt;br /&gt;
}}&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = Route_10&lt;br /&gt;
|image = Route10Icon.png&lt;br /&gt;
}}&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = Route_14&lt;br /&gt;
|image = Route14Icon.png&lt;br /&gt;
}}&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = Route_16&lt;br /&gt;
|image = Route16Icon.png&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/big&amp;gt;&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=Routes&amp;diff=245</id>
		<title>Routes</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=Routes&amp;diff=245"/>
		<updated>2025-02-20T22:34:13Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Routes are a mechanic in TrP which allows players driving trolleybuses to choose which stops they would like to arrive at, and collect driver points/passengers for doing so.&lt;br /&gt;
&lt;br /&gt;
=== Destination Boards ===&lt;br /&gt;
Drivers can select routes by placing 3 destination boards on the ZiU-682 and placing 4 destination boards on the ZiU-6205 and ZiU-682 EMU&lt;br /&gt;
&lt;br /&gt;
[[File:Placement Locations.png|right|thumb|The Three locations  destination boards must be placed in on the ZiU-682 (ZiU-9)]]&lt;br /&gt;
&lt;br /&gt;
=== List of Routes ===&lt;br /&gt;
&amp;lt;big&amp;gt;&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = Route_6&lt;br /&gt;
|image = Route6Icon.png&lt;br /&gt;
}}&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = Route_9&lt;br /&gt;
|image = Route9Icon.png&lt;br /&gt;
}}&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = Route_10&lt;br /&gt;
|image = Route10Icon.png&lt;br /&gt;
}}&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = Route_14&lt;br /&gt;
|image = Route14Icon.png&lt;br /&gt;
}}&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = Route_16&lt;br /&gt;
|image = Route16Icon.png&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/big&amp;gt;&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=Routes&amp;diff=244</id>
		<title>Routes</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=Routes&amp;diff=244"/>
		<updated>2025-02-20T22:33:43Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: Created page with &amp;quot;Routes are a mechanic in TrP which allows players driving trolleybuses to choose which stops they would like to arrive at, and collect driver points/passengers for doing so.  === Destination Boards === Drivers can select routes by placing 3 destination boards on the ZiU-682 and placing 4 destination boards on the ZiU-6205 and ZiU-682 EMU The Three locations  destination boards must be placed in on the ZiU-682 (ZiU-9)  === List...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Routes are a mechanic in TrP which allows players driving trolleybuses to choose which stops they would like to arrive at, and collect driver points/passengers for doing so.&lt;br /&gt;
&lt;br /&gt;
=== Destination Boards ===&lt;br /&gt;
Drivers can select routes by placing 3 destination boards on the ZiU-682 and placing 4 destination boards on the ZiU-6205 and ZiU-682 EMU&lt;br /&gt;
[[File:Placement Locations.png|right|frame|The Three locations  destination boards must be placed in on the ZiU-682 (ZiU-9)]]&lt;br /&gt;
&lt;br /&gt;
=== List of Routes ===&lt;br /&gt;
&amp;lt;big&amp;gt;&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = Route_6&lt;br /&gt;
|image = Route6Icon.png&lt;br /&gt;
}}&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = Route_9&lt;br /&gt;
|image = Route9Icon.png&lt;br /&gt;
}}&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = Route_10&lt;br /&gt;
|image = Route10Icon.png&lt;br /&gt;
}}&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = Route_14&lt;br /&gt;
|image = Route14Icon.png&lt;br /&gt;
}}&lt;br /&gt;
* {{ArticleButton&lt;br /&gt;
|article = Route_16&lt;br /&gt;
|image = Route16Icon.png&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/big&amp;gt;&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=File:Placement_Locations.png&amp;diff=243</id>
		<title>File:Placement Locations.png</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=File:Placement_Locations.png&amp;diff=243"/>
		<updated>2025-02-20T22:23:13Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=Main_Page&amp;diff=242</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=Main_Page&amp;diff=242"/>
		<updated>2025-02-20T06:34:49Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
= Welcome to the OneSkyVed&#039;s Trolleybuses Place Wiki =&lt;br /&gt;
{{Navpills&lt;br /&gt;
|page1 = Vehicles&lt;br /&gt;
|image1 = ZIU-9-RI.webp&lt;br /&gt;
|page2 = Routes&lt;br /&gt;
|image2 = Destboard.webp&lt;br /&gt;
|page3 = Stops&lt;br /&gt;
|image3 = Stop-DSS-A.webp&lt;br /&gt;
|page4 = Depots&lt;br /&gt;
|image4 = MID-Front.webp&lt;br /&gt;
|page5 = Locations&lt;br /&gt;
|image5 = Lighthouse.webp&lt;br /&gt;
|page6 = Hosting&lt;br /&gt;
|image6 = Commands.webp&lt;br /&gt;
|page7 = Liveries&lt;br /&gt;
|image7 = Livery.webp&lt;br /&gt;
|page8 = Custom Liveries&lt;br /&gt;
|image8 = Customlivery.png&lt;br /&gt;
|page9 = F3X&lt;br /&gt;
|image9 = F3x.webp&lt;br /&gt;
|page10 = Secrets&lt;br /&gt;
|image10 = secrets.webp&lt;br /&gt;
|page11 = History&lt;br /&gt;
|image11 = classic.webp&lt;br /&gt;
|page12 = TrP Tools&lt;br /&gt;
|image12 = trptoolsbanner.webp&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=File:Trptoolsbanner.webp&amp;diff=241</id>
		<title>File:Trptoolsbanner.webp</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=File:Trptoolsbanner.webp&amp;diff=241"/>
		<updated>2025-02-20T06:34:13Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: TickoGrey uploaded a new version of File:Trptoolsbanner.webp&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=File:Trptoolsbanner.webp&amp;diff=240</id>
		<title>File:Trptoolsbanner.webp</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=File:Trptoolsbanner.webp&amp;diff=240"/>
		<updated>2025-02-20T06:33:18Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=Main_Page&amp;diff=239</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=Main_Page&amp;diff=239"/>
		<updated>2025-02-20T06:30:05Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: /* Welcome to the OneSkyVed&amp;#039;s Trolleybuses Place Wiki */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
= Welcome to the OneSkyVed&#039;s Trolleybuses Place Wiki =&lt;br /&gt;
{{Navpills&lt;br /&gt;
|page1 = Vehicles&lt;br /&gt;
|image1 = ZIU-9-RI.webp&lt;br /&gt;
|page2 = Routes&lt;br /&gt;
|image2 = Destboard.webp&lt;br /&gt;
|page3 = Stops&lt;br /&gt;
|image3 = Stop-DSS-A.webp&lt;br /&gt;
|page4 = Depots&lt;br /&gt;
|image4 = MID-Front.webp&lt;br /&gt;
|page5 = Locations&lt;br /&gt;
|image5 = Lighthouse.webp&lt;br /&gt;
|page6 = Hosting&lt;br /&gt;
|image6 = Commands.webp&lt;br /&gt;
|page7 = Liveries&lt;br /&gt;
|image7 = Livery.webp&lt;br /&gt;
|page8 = Custom Liveries&lt;br /&gt;
|image8 = Customlivery.png&lt;br /&gt;
|page9 = F3X&lt;br /&gt;
|image9 = F3x.webp&lt;br /&gt;
|page10 = Secrets&lt;br /&gt;
|image10 = secrets.webp&lt;br /&gt;
|page11 = History&lt;br /&gt;
|image11 = classic.webp&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=File:Customlivery.png&amp;diff=238</id>
		<title>File:Customlivery.png</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=File:Customlivery.png&amp;diff=238"/>
		<updated>2025-02-20T06:29:06Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=Main_Page&amp;diff=237</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=Main_Page&amp;diff=237"/>
		<updated>2025-02-20T06:15:16Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: /* Welcome to the OneSkyVed&amp;#039;s Trolleybuses Place Wiki */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
= Welcome to the OneSkyVed&#039;s Trolleybuses Place Wiki =&lt;br /&gt;
{{Navpills&lt;br /&gt;
|page1 = Vehicles&lt;br /&gt;
|image1 = ZIU-9-RI.webp&lt;br /&gt;
|page2 = Routes&lt;br /&gt;
|image2 = Destboard.webp&lt;br /&gt;
|page3 = Stops&lt;br /&gt;
|image3 = Stop-DSS-A.webp&lt;br /&gt;
|page4 = Depots&lt;br /&gt;
|image4 = MID-Front.webp&lt;br /&gt;
|page5 = Locations&lt;br /&gt;
|image5 = Lighthouse.webp&lt;br /&gt;
|page6 = Hosting&lt;br /&gt;
|image6 = Commands.webp&lt;br /&gt;
|page7 = Liveries&lt;br /&gt;
|image7 = Livery.webp&lt;br /&gt;
|page8 = F3X&lt;br /&gt;
|image8 = F3x.webp&lt;br /&gt;
|page9 = Secrets&lt;br /&gt;
|image9 = secrets.webp&lt;br /&gt;
|page10 = History&lt;br /&gt;
|image10 = classic.webp&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=File:Classic.webp&amp;diff=236</id>
		<title>File:Classic.webp</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=File:Classic.webp&amp;diff=236"/>
		<updated>2025-02-20T06:14:51Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=File:Livery.webp&amp;diff=235</id>
		<title>File:Livery.webp</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=File:Livery.webp&amp;diff=235"/>
		<updated>2025-02-20T06:02:24Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: TickoGrey uploaded a new version of File:Livery.webp&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=File:Livery.webp&amp;diff=234</id>
		<title>File:Livery.webp</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=File:Livery.webp&amp;diff=234"/>
		<updated>2025-02-20T05:58:16Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=File:Secrets.webp&amp;diff=233</id>
		<title>File:Secrets.webp</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=File:Secrets.webp&amp;diff=233"/>
		<updated>2025-02-20T05:46:05Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=File:F3x.webp&amp;diff=232</id>
		<title>File:F3x.webp</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=File:F3x.webp&amp;diff=232"/>
		<updated>2025-02-20T05:44:18Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=MediaWiki:Common.css&amp;diff=231</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=MediaWiki:Common.css&amp;diff=231"/>
		<updated>2025-02-04T04:28:58Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#ca-talk { display:none!important; }&lt;br /&gt;
&lt;br /&gt;
.selector:hover {&lt;br /&gt;
	color: #8ec5ff;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
	<entry>
		<id>https://trolleybus.wiki/index.php?title=Cat_Mountain&amp;diff=230</id>
		<title>Cat Mountain</title>
		<link rel="alternate" type="text/html" href="https://trolleybus.wiki/index.php?title=Cat_Mountain&amp;diff=230"/>
		<updated>2025-01-18T23:36:19Z</updated>

		<summary type="html">&lt;p&gt;TickoGrey: Created page with &amp;quot;Category:Stops {{Infobox_Stop | title = Hardbass Mountian | image       = 270px | model = Old | destboard = Old | twoway = No | abbrv = HM  | route1 = Route_6 | routeimg1 = Route6Icon.png | route2 = Route_9 | routeimg2 = Route9Icon.png | route3 = Route_10 | routeimg3 = Route10Icon.png }}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Stops]]&lt;br /&gt;
{{Infobox_Stop&lt;br /&gt;
| title = Hardbass Mountian&lt;br /&gt;
| image       = [[File:Stop_hardbassmountian.webp|270px]]&lt;br /&gt;
| model = Old&lt;br /&gt;
| destboard = Old&lt;br /&gt;
| twoway = No&lt;br /&gt;
| abbrv = HM&lt;br /&gt;
&lt;br /&gt;
| route1 = Route_6&lt;br /&gt;
| routeimg1 = Route6Icon.png&lt;br /&gt;
| route2 = Route_9&lt;br /&gt;
| routeimg2 = Route9Icon.png&lt;br /&gt;
| route3 = Route_10&lt;br /&gt;
| routeimg3 = Route10Icon.png&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>TickoGrey</name></author>
	</entry>
</feed>