Fork:Dashboard: Difference between revisions
Jump to navigation
Jump to search
| (17 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
= Statistics = | |||
<div style="display: flex; flex-wrap: wrap; gap: 20px; align-items: flex-start; justify-content: flex-start;"> | |||
<!-- Top Contributors Card --> | |||
<div style="border: 1px solid #ddd; padding: 15px; border-radius: 8px; min-width: 350px;"> | |||
<div style="font-weight: bold; margin-bottom: 15px; font-size: 1.2em; text-align: center;">Top Contributors</div> | |||
<div class="cargo-table-wrapper"> | |||
{| class="wikitable sortable" style="width:100%" | |||
! Contributor !! Pages !! Edits !! Uploads | |||
{{#cargo_query: | |||
|tables=_pageData | |||
|fields= | |||
_creator=Contributor, | |||
COUNT(DISTINCT CASE WHEN _pageNamespace = 0 THEN _pageID END)=Pages, | |||
SUM(CASE WHEN _pageNamespace = 0 THEN _numRevisions ELSE 0 END)=Edits, | |||
COUNT(DISTINCT CASE WHEN _pageNamespace = 6 THEN _pageID END)=Uploads | |||
|group by=_creator | |||
|where=_creator NOT IN ('Maintenance script') AND _creator IS NOT NULL | |||
|order by=Pages DESC | |||
|limit=10 | |||
|format=template | |||
|template=ContributorRow | |||
|named args=yes | |||
}} | |||
|} | |||
</div> | |||
</div> | |||
<!-- Top Developers Card --> | |||
<div style="border: 1px solid #ddd; padding: 15px; border-radius: 8px; min-width: 250px;"> | |||
<div style="font-weight: bold; margin-bottom: 15px; font-size: 1.2em; text-align: center;">Top Game Developers</div> | |||
<div class="cargo-table-wrapper"> | |||
{{#cargo_query: | |||
|table=Thumbnails_Game__Developer | |||
|fields=_value=Developer, COUNT(*)=Games | |||
|group by=_value | |||
|order by=Games DESC | |||
|limit=10 | |||
|format=table | |||
}} | |||
</div> | |||
</div> | |||
<!-- Fastest Forklifts Card --> | |||
<div style="border: 1px solid #ddd; padding: 15px; border-radius: 8px; min-width: 250px;"> | |||
<div style="font-weight: bold; margin-bottom: 15px; font-size: 1.2em; text-align: center;">Fastest Forklifts</div> | |||
<div class="cargo-table-wrapper"> | |||
{{#cargo_query: | |||
|table=Thumbnails_Forklift | |||
|fields=_pageName=Model, CONCAT(FLOOR(Max_Speed), ' mph')=Speed | |||
|where=Max_Speed > 0 | |||
|order by=Max_Speed DESC | |||
|limit=10 | |||
|format=table | |||
}} | |||
</div> | |||
</div> | |||
<!-- Top Colors Card --> | |||
<div style="border: 1px solid #ddd; padding: 15px; border-radius: 8px; min-width: 200px;"> | |||
<div style="font-weight: bold; margin-bottom: 15px; font-size: 1.2em; text-align: center;">Top Forklift Colors</div> | |||
<div class="cargo-table-wrapper"> | |||
{{#cargo_query: | |||
|table=Thumbnails_Forklift__Colors | |||
|fields=_value=Color, COUNT(*)=Count | |||
|group by=_value | |||
|order by=Count DESC | |||
|limit=10 | |||
|format=table | |||
}} | |||
</div> | |||
</div> | |||
</div> | |||
<div style="clear: both;"></div> | |||
== Wiki Totals == | |||
<div style="display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-start; text-align: center; margin-bottom: 20px;"> | |||
<!-- Games --> | |||
<div style="max-height: 75px; border: 1px solid #ddd; padding: 10px; border-radius: 8px; flex: 1; min-width: 120px; max-width: 120px;"> | |||
Games<br><span style="font-size: 1.5em;">{{#cargo_query:table=Thumbnails_Game|fields=COUNT(*)|no headers}}</span> | |||
</div> | |||
<!-- Forklifts --> | |||
<div style="max-height: 75px; border: 1px solid #ddd; padding: 10px; border-radius: 8px; flex: 1; min-width: 120px; max-width: 120px;"> | |||
Forklifts<br><span style="font-size: 1.5em;">{{#cargo_query:table=Thumbnails_Forklift|fields=COUNT(*)|no headers}}</span> | |||
</div> | |||
<!-- Memes --> | |||
<div style="max-height: 75px; border: 1px solid #ddd; padding: 10px; border-radius: 8px; flex: 1; min-width: 120px; max-width: 120px;"> | |||
Memes<br><span style="font-size: 1.5em;">{{#cargo_query:table=Thumbnails_Meme|fields=COUNT(*)|no headers}}</span> | |||
</div> | |||
<!-- Items --> | |||
<div style="max-height: 75px; border: 1px solid #ddd; padding: 10px; border-radius: 8px; flex: 1; min-width: 120px; max-width: 120px;"> | |||
Items<br><span style="font-size: 1.5em;">{{#cargo_query:table=Thumbnails_Item|fields=COUNT(*)|no headers}}</span> | |||
</div> | |||
<!-- Mods --> | |||
<div style="max-height: 75px; border: 1px solid #ddd; padding: 10px; border-radius: 8px; flex: 1; min-width: 120px; max-width: 120px;"> | |||
Mods<br><span style="font-size: 1.5em;"> | |||
{{#cargo_query:table=Thumbnails_Mod|fields=COUNT(*)|no headers}}</span> | |||
</div> | |||
<!-- Missions --> | |||
<div style="max-height: 75px; border: 1px solid #ddd; padding: 10px; border-radius: 8px; flex: 1; min-width: 120px; max-width: 120px;"> | |||
Missions<br><span style="font-size: 1.5em;">{{#cargo_query:table=Thumbnails_Mission|fields=COUNT(*)|no headers}}</span> | |||
</div> | |||
<!-- Achievements --> | |||
<div style="max-height: 75px; border: 1px solid #ddd; padding: 10px; border-radius: 8px; flex: 1; min-width: 120px; max-width: 120px;"> | |||
Achievements<br><span style="font-size: 1.5em;">{{#cargo_query:table=Thumbnails_Achievement|fields=COUNT(*)|no headers}}</span> | |||
</div> | |||
</div> | |||
<div style="clear: both;"></div> | |||
</div> | |||
= Community = | |||
<!-- Users --> | |||
<div class="nav-section" style="flex: 1; padding-top: 0px;"> | |||
<div style="text-align: left;"><randomuserswithavatars count=25 row=25 /></div> | |||
</div> | |||
<!-- Forums --> | |||
<div class="nav-section" style="flex: 1; margin-top: 0px;"> | |||
<div style="font-size: 1.2em; text-align: center;"><wikiforumlist num=3/></div> | |||
</div> | |||
= Cleanup = | = Cleanup = | ||
A collection of pages lacking content and/or have broken data. Use this to improve on existing pages! | |||
{| class="wikitable mw-collapsible mw-collapsed" style="text-align: left; width: 100%" | |||
| | |||
== Achievements == | |||
|- | |||
|{{#cargo_query: | |||
|table=Thumbnails_Achievement | |||
|fields=CONCAT('[[:', Page, ']]')=Page, Image, Game, Points, Rarity | |||
|where=Game IS NULL | |||
OR Points IS NULL | |||
OR Rarity IS NULL | |||
OR Image IS NULL | |||
|format=table | |||
|intro=Pages in Category:Achievements missing one or more '''data points''' or lacking '''cover image''': | |||
|default=Pages in Category:Achievements missing one or more '''data points''' or lacking '''cover image''':<br> <span style="color: #2e7d32; font-weight: bold;">''Empty! No cleanup needed.''</span> | |||
}} | |||
<br> | |||
{{#cargo_query: | |||
|table=_pageData | |||
|fields=_pageName=Page | |||
|where=_pageNamespace = 0 | |||
AND _categories HOLDS 'Achievements' | |||
AND ( _fullText NOT LIKE '%introduction=%' | |||
OR _fullText NOT LIKE '%design=%' | |||
OR _fullText NOT LIKE '%gameplay=%' | |||
OR _fullText NOT LIKE '%history=%' | |||
OR _fullText NOT LIKE '%locations=%' | |||
OR _fullText NOT LIKE '%appearances=%' | |||
OR _fullText NOT LIKE '%trivia=%' | |||
) | |||
|format=table | |||
|intro=Pages in Category:Achievements lacking content '''(Description, How to unlock, Forklifts)''': | |||
|default=Pages in Category:Achievements lacking content '''(Description, How to unlock, Forklifts)''':<br> <span style="color: #2e7d32; font-weight: bold;">''Empty! No cleanup needed.''</span> | |||
|limit=25 | |||
}} | |||
<br> | |||
{{#cargo_query: | {{#cargo_query: | ||
|table=_pageData | |||
|fields=_pageName=Page | |||
|where=_pageNamespace = 0 | |||
AND _categories HOLDS 'Achievements' | |||
AND ( _fullText NOT LIKE '%gallery_image1=%' | |||
) | |||
|format=table | |||
|intro=Pages in Category:Achievements lacking '''Gallery images''': | |||
|default=Pages in Category:Achievements lacking '''Gallery images''':<br> <span style="color: #2e7d32; font-weight: bold;">''Empty! No cleanup needed.''</span> | |||
|limit=25 | |||
}} | |||
|} | |||
{| class="wikitable mw-collapsible mw-collapsed" style="text-align: left; width: 100%" | |||
| | |||
== Forklifts == | |||
|- | |||
|{{#cargo_query: | |||
|table=Thumbnails_Forklift | |||
|fields=CONCAT('[[:', Page, ']]')=Page, Image, Engine_Type, Max_Speed, Colors, Functions | |||
|where=Engine_Type HOLDS NULL | |||
OR Functions HOLDS NULL | |||
OR Max_Speed IS NULL | |||
OR Colors HOLDS NULL | |||
|format=table | |||
|intro=Pages in Category:Forklifts missing one or more '''data points''' or lacking '''cover image''': | |||
|default=Pages in Category:Forklifts missing one or more '''data points''' or lacking '''cover image''':<br> <span style="color: #2e7d32; font-weight: bold;">''Empty! No cleanup needed.''</span> | |||
}} | |||
<br> | |||
{{#cargo_query: | |||
|table=_pageData | |||
|fields=_pageName=Page | |||
|where=_pageNamespace = 0 | |||
AND _categories HOLDS 'Forklifts' | |||
AND ( _fullText NOT LIKE '%introduction=%' | |||
OR _fullText NOT LIKE '%design=%' | |||
OR _fullText NOT LIKE '%gameplay=%' | |||
OR _fullText NOT LIKE '%history=%' | |||
OR _fullText NOT LIKE '%locations=%' | |||
OR _fullText NOT LIKE '%appearances=%' | |||
OR _fullText NOT LIKE '%trivia=%' | |||
) | |||
|format=table | |||
|intro=Pages in Category:Forklifts lacking content '''(Introduction, Design, Gameplay, History, Locations, Appearances, Trivia)''': | |||
|default=Pages in Category:Forklifts lacking content '''(Introduction, Design, Gameplay, History, Locations, Appearances, Trivia)''':<br> <span style="color: #2e7d32; font-weight: bold;">''Empty! No cleanup needed.''</span> | |||
|limit=25 | |||
}} | |||
<br> | |||
{{#cargo_query: | |||
|table=_pageData | |||
|fields=_pageName=Page | |||
|where=_pageNamespace = 0 | |||
AND _categories HOLDS 'Forklifts' | |||
AND ( _fullText NOT LIKE '%gallery_image1=%' | |||
) | |||
|format=table | |||
|intro=Pages in Category:Forklifts lacking '''Gallery images''': | |||
|default=Pages in Category:Forklifts lacking '''Gallery images''':<br> <span style="color: #2e7d32; font-weight: bold;">''Empty! No cleanup needed.''</span> | |||
|limit=25 | |||
}} | |||
|} | |||
{| class="wikitable mw-collapsible mw-collapsed" style="text-align: left; width: 100%" | |||
| | |||
== Video Games == | |||
|- | |||
|{{#cargo_query: | |||
|table=Thumbnails_Game | |table=Thumbnails_Game | ||
|fields=Page, Release_Date, Developer, Platform, Image | |fields=CONCAT('[[:', Page, ']]')=Page, Release_Date, Developer, Publisher, Platform, Image | ||
|where=Release_Date IS NULL | |where=Release_Date IS NULL | ||
OR Image = '' OR Image IS NULL | OR Image = '' OR Image IS NULL | ||
OR Developer__full IS NULL | OR Developer__full IS NULL | ||
OR Publisher__full IS NULL | OR Developer__full LIKE 'N/A' | ||
OR Platform__full IS NULL | OR Publisher__full IS NULL | ||
OR Genre__full IS NULL | OR Publisher__full LIKE 'N/A' | ||
OR Platform__full IS NULL | |||
OR Platform__full LIKE 'N/A' | |||
OR Genre__full IS NULL | |||
OR Genre__full LIKE 'N/A' | |||
OR Mode__full IS NULL | OR Mode__full IS NULL | ||
OR Mode__full LIKE 'N/A' | |||
|format=table | |||
|intro=Pages in Category:Video Games missing one or more data points or lacking cover image: | |||
|default=Pages in Category:Video Games missing one or more data points or lacking cover image:<br> <span style="color: #2e7d32; font-weight: bold;">''Empty! No cleanup needed.''</span> | |||
}} | |||
<br> | |||
{{#cargo_query: | |||
|table=_pageData | |||
|fields=_pageName=Page | |||
|where=_pageNamespace = 0 | |||
AND _categories HOLDS 'Video Games' | |||
AND ( _fullText NOT LIKE '%introduction=%' | |||
OR _fullText NOT LIKE '%forklifts=%' | |||
OR _fullText NOT LIKE '%gameplay=%' | |||
) | |||
|format=table | |format=table | ||
|intro= | |intro=Pages in Category:Video Games lacking content '''(Introduction, Forklifts, Gameplay)''': | ||
| | |default=Pages in Category:Video Games lacking content '''(Introduction, Forklifts, Gameplay)''':<br> <span style="color: #2e7d32; font-weight: bold;">''Empty! No cleanup needed.''</span> | ||
|limit=25 | |||
}} | }} | ||
<br> | |||
{{#cargo_query: | {{#cargo_query: | ||
|table= | |table=_pageData | ||
|fields=Page | |fields=_pageName=Page | ||
|format= | |where=_pageNamespace = 0 | ||
| | AND _categories HOLDS 'Video Games' | ||
|intro=Pages | AND ( _fullText NOT LIKE '%gallery_image1=%' | ||
| | ) | ||
|format=table | |||
|intro=Pages in Category:Video Games lacking '''Gallery images''': | |||
|default=Pages in Category:Video Games lacking '''Gallery images''':<br> <span style="color: #2e7d32; font-weight: bold;">''Empty! No cleanup needed.''</span> | |||
|limit=25 | |||
}} | |||
|} | |||
{| class="wikitable mw-collapsible mw-collapsed" style="text-align: left; width: 100%" | |||
| | |||
== Items == | |||
|- | |||
|{{#cargo_query: | |||
|table=Thumbnails_Item | |||
|fields=CONCAT('[[:', Page, ']]')=Page, Image, Type, Rarity, Weight, Value | |||
|where=Type IS NULL | |||
OR Rarity IS NULL | |||
OR Weight IS NULL | |||
OR Value IS NULL | |||
OR Image IS NULL | |||
|format=table | |||
|intro=Pages in Category:Items missing one or more '''data points''' or lacking '''cover image''': | |||
|default=Pages in Category:Items missing one or more '''data points''' or lacking '''cover image''':<br> <span style="color: #2e7d32; font-weight: bold;">''Empty! No cleanup needed.''</span> | |||
}} | |||
<br> | |||
{{#cargo_query: | |||
|table=_pageData | |||
|fields=_pageName=Page | |||
|where=_pageNamespace = 0 | |||
AND _categories HOLDS 'Items' | |||
AND ( _fullText NOT LIKE '%introduction=%' | |||
OR _fullText NOT LIKE '%design=%' | |||
OR _fullText NOT LIKE '%gameplay=%' | |||
OR _fullText NOT LIKE '%history=%' | |||
OR _fullText NOT LIKE '%locations=%' | |||
OR _fullText NOT LIKE '%appearances=%' | |||
OR _fullText NOT LIKE '%trivia=%' | |||
) | |||
|format=table | |||
|intro=Pages in Category:Items lacking content '''(Description, Usage, Location)''': | |||
|default=Pages in Category:Items lacking content '''(Description, Usage, Location)''':<br> <span style="color: #2e7d32; font-weight: bold;">''Empty! No cleanup needed.''</span> | |||
|limit=25 | |||
}} | |||
<br> | |||
{{#cargo_query: | |||
|table=_pageData | |||
|fields=_pageName=Page | |||
|where=_pageNamespace = 0 | |||
AND _categories HOLDS 'Items' | |||
AND ( _fullText NOT LIKE '%gallery_image1=%' | |||
) | |||
|format=table | |||
|intro=Pages in Category:Items lacking '''Gallery images''': | |||
|default=Pages in Category:Items lacking '''Gallery images''':<br> <span style="color: #2e7d32; font-weight: bold;">''Empty! No cleanup needed.''</span> | |||
|limit=25 | |||
}} | |||
|} | |||
{| class="wikitable mw-collapsible mw-collapsed" style="text-align: left; width: 100%" | |||
| | |||
== Forklift Memes == | |||
|- | |||
|{{#cargo_query: | |||
|table=Thumbnails_Meme | |||
|fields=CONCAT('[[:', Page, ']]')=Page, Image, Medium, Origin | |||
|where=Medium IS NULL | |||
OR Origin IS NULL | |||
OR Image IS NULL | |||
|format=table | |||
|intro=Pages in Category:Memes missing one or more '''data points''' or lacking '''cover image''': | |||
|default=Pages in Category:Memes missing one or more '''data points''' or lacking '''cover image''':<br> <span style="color: #2e7d32; font-weight: bold;">''Empty! No cleanup needed.''</span> | |||
}} | |||
<br> | |||
{{#cargo_query: | |||
|table=_pageData | |||
|fields=_pageName=Page | |||
|where=_pageNamespace = 0 | |||
AND _categories HOLDS 'Memes' | |||
AND ( _fullText NOT LIKE '%introduction=%' | |||
OR _fullText NOT LIKE '%design=%' | |||
OR _fullText NOT LIKE '%gameplay=%' | |||
OR _fullText NOT LIKE '%history=%' | |||
OR _fullText NOT LIKE '%locations=%' | |||
OR _fullText NOT LIKE '%appearances=%' | |||
OR _fullText NOT LIKE '%trivia=%' | |||
) | |||
|format=table | |||
|intro=Pages in Category:Memes lacking content '''(Introduction, History, Online presence)''': | |||
|default=Pages in Category:Memes lacking content '''(Introduction, History, Online presence)''':<br> <span style="color: #2e7d32; font-weight: bold;">''Empty! No cleanup needed.''</span> | |||
|limit=25 | |||
}} | |||
<br> | |||
{{#cargo_query: | |||
|table=_pageData | |||
|fields=_pageName=Page | |||
|where=_pageNamespace = 0 | |||
AND _categories HOLDS 'Memes' | |||
AND ( _fullText NOT LIKE '%gallery_image1=%' | |||
) | |||
|format=table | |||
|intro=Pages in Category:Memes lacking '''Gallery images''': | |||
|default=Pages in Category:Memes lacking '''Gallery images''':<br> <span style="color: #2e7d32; font-weight: bold;">''Empty! No cleanup needed.''</span> | |||
|limit=25 | |||
}} | |||
|} | |||
{| class="wikitable mw-collapsible mw-collapsed" style="text-align: left; width: 100%" | |||
| | |||
== Missions == | |||
|- | |||
|{{#cargo_query: | |||
|table=Thumbnails_Mission | |||
|fields=CONCAT('[[:', Page, ']]')=Page, Image, Game, Quest_Giver, Location, Mission_Type, Difficulty | |||
|where=Game IS NULL | |||
OR Quest_Giver IS NULL | |||
OR Location HOLDS NULL | |||
OR Mission_Type IS NULL | |||
OR Difficulty IS NULL | |||
OR Image IS NULL | |||
|format=table | |||
|intro=Pages in Category:Missions missing one or more '''data points''' or lacking '''cover image''': | |||
|default=Pages in Category:Missions missing one or more '''data points''' or lacking '''cover image''':<br> <span style="color: #2e7d32; font-weight: bold;">''Empty! No cleanup needed.''</span> | |||
}} | |||
<br> | |||
{{#cargo_query: | |||
|table=_pageData | |||
|fields=_pageName=Page | |||
|where=_pageNamespace = 0 | |||
AND _categories HOLDS 'Missions' | |||
AND ( _fullText NOT LIKE '%introduction=%' | |||
OR _fullText NOT LIKE '%design=%' | |||
OR _fullText NOT LIKE '%gameplay=%' | |||
OR _fullText NOT LIKE '%history=%' | |||
OR _fullText NOT LIKE '%locations=%' | |||
OR _fullText NOT LIKE '%appearances=%' | |||
OR _fullText NOT LIKE '%trivia=%' | |||
) | |||
|format=table | |||
|intro=Pages in Category:Missions lacking content '''(Introduction, Objectives, Walkthrough, Dialogue, Forklifts)''': | |||
|default=Pages in Category:Missions lacking content '''(Introduction, Objectives, Walkthrough, Dialogue, Forklifts)''':<br> <span style="color: #2e7d32; font-weight: bold;">''Empty! No cleanup needed.''</span> | |||
|limit=25 | |||
}} | |||
<br> | |||
{{#cargo_query: | |||
|table=_pageData | |||
|fields=_pageName=Page | |||
|where=_pageNamespace = 0 | |||
AND _categories HOLDS 'Missions' | |||
AND ( _fullText NOT LIKE '%gallery_image1=%' | |||
) | |||
|format=table | |||
|intro=Pages in Category:Missions lacking '''Gallery images''': | |||
|default=Pages in Category:Missions lacking '''Gallery images''':<br> <span style="color: #2e7d32; font-weight: bold;">''Empty! No cleanup needed.''</span> | |||
|limit=25 | |||
}} | |||
|} | |||
{| class="wikitable mw-collapsible mw-collapsed" style="text-align: left; width: 100%" | |||
| | |||
== Mods == | |||
|- | |||
|{{#cargo_query: | |||
|table=Thumbnails_Mod | |||
|fields=CONCAT('[[:', Page, ']]')=Page, Image, Author, Base_Game, Platform, Status | |||
|where=Author HOLDS NULL | |||
OR Base_Game IS NULL | |||
OR Platform HOLDS NULL | |||
OR Status IS NULL | |||
OR Image IS NULL | |||
|format=table | |||
|intro=Pages in Category:Mods missing one or more '''data points''' or lacking '''cover image''': | |||
|default=Pages in Category:Mods missing one or more '''data points''' or lacking '''cover image''':<br> <span style="color: #2e7d32; font-weight: bold;">''Empty! No cleanup needed.''</span> | |||
}} | |||
<br> | |||
{{#cargo_query: | |||
|table=_pageData | |||
|fields=_pageName=Page | |||
|where=_pageNamespace = 0 | |||
AND _categories HOLDS 'Mods' | |||
AND ( _fullText NOT LIKE '%introduction=%' | |||
OR _fullText NOT LIKE '%design=%' | |||
OR _fullText NOT LIKE '%gameplay=%' | |||
OR _fullText NOT LIKE '%history=%' | |||
OR _fullText NOT LIKE '%locations=%' | |||
OR _fullText NOT LIKE '%appearances=%' | |||
OR _fullText NOT LIKE '%trivia=%' | |||
) | |||
|format=table | |||
|intro=Pages in Category:Mods lacking content '''(Introduction, Features, Forklifts)''': | |||
|default=Pages in Category:Mods lacking content '''(Introduction, Features, Forklifts)''':<br> <span style="color: #2e7d32; font-weight: bold;">''Empty! No cleanup needed.''</span> | |||
|limit=25 | |||
}} | |||
<br> | |||
{{#cargo_query: | |||
|table=_pageData | |||
|fields=_pageName=Page | |||
|where=_pageNamespace = 0 | |||
AND _categories HOLDS 'Mods' | |||
AND ( _fullText NOT LIKE '%gallery_image1=%' | |||
) | |||
|format=table | |||
|intro=Pages in Category:Mods lacking '''Gallery images''': | |||
|default=Pages in Category:Mods lacking '''Gallery images''':<br> <span style="color: #2e7d32; font-weight: bold;">''Empty! No cleanup needed.''</span> | |||
|limit=25 | |||
}} | }} | ||
|} | |||
Latest revision as of 11:18, 9 May 2026
Statistics
Top Contributors
Top Game Developers
| Developer | Games |
|---|---|
| Capcom | 4 |
| Remedy Entertainment | 3 |
| Rockstar North | 3 |
| 343 Industries | 3 |
| Giants Software | 3 |
| Terminal Reality | 2 |
| Ubisoft Toronto | 2 |
| Massive Entertainment | 2 |
| TT Fusion | 2 |
| Bungie | 2 |
Fastest Forklifts
| Model | Speed |
|---|---|
| Armadillo Forklift | 91 mph |
| HVY Forklift (GTA 5) | 35 mph |
| HVY Forklift (GTA 4) | 31 mph |
| Clark CH-60 | 30 mph |
| Forklift (Sneaky Sasquatch) | 30 mph |
| Forklift (GTA: SA) | 25 mph |
| Forklift (GTA: VCS) | 25 mph |
| Wrinkler | 18 mph |
| Forklift (Abiotic Factor) | 17 mph |
| Forklift (GoreBox) | 15 mph |
Top Forklift Colors
| Color | Count |
|---|---|
| Yellow | 16 |
| Orange | 5 |
| Various | 1 |
| Teal | 1 |
| White & Red | 1 |
| Tan | 1 |
| White & Blue | 1 |
| Red | 1 |
Wiki Totals
Games
165
Forklifts
27
Memes
7
Items
4
Mods
6
Missions
1
Achievements
2
Community
Cleanup
A collection of pages lacking content and/or have broken data. Use this to improve on existing pages!
Achievements | |||||
| Pages in Category:Achievements missing one or more data points or lacking cover image: Empty! No cleanup needed.
|
Forklifts | |||||||||||
| Pages in Category:Forklifts missing one or more data points or lacking cover image: Empty! No cleanup needed.
|
Items | ||||||||||
| Pages in Category:Items missing one or more data points or lacking cover image: Empty! No cleanup needed.
|
Forklift Memes |
| Pages in Category:Memes missing one or more data points or lacking cover image: Empty! No cleanup needed.
|
Missions | ||||
| Pages in Category:Missions missing one or more data points or lacking cover image: Empty! No cleanup needed.
|
Mods | ||||||||
| Pages in Category:Mods missing one or more data points or lacking cover image: Empty! No cleanup needed.
|
