Fork:Dashboard: Difference between revisions

From Forklift Certified Video Games
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 5: Line 5:
<div style="font-weight: bold; margin-bottom: 15px; font-size: 1.2em; text-align: center;">Top Contributors</div>
<div style="font-weight: bold; margin-bottom: 15px; font-size: 1.2em; text-align: center;">Top Contributors</div>
<div class="cargo-table-wrapper">
<div class="cargo-table-wrapper">
{| class="wikitable sortable" style="width:100%"
! Contributor !! Pages !! Edits !! Uploads
{{#cargo_query:
{{#cargo_query:
|tables=_pageData=p1, _pageData=p2
|tables=_pageData
|join on=p1._creator=p2._creator
|fields=
|fields=p1._creator=Contributor, COUNT(DISTINCT CASE WHEN p1._pageNamespace = 0 THEN p1._pageID END)=Pages, FLOOR(SUM(DISTINCT p1._numRevisions))=Edits, COUNT(DISTINCT CASE WHEN p2._pageNamespace = 6 THEN p2._pageID END)=Uploads
  _creator=Contributor,  
|group by=p1._creator
  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
|order by=Pages DESC
|limit=10
|limit=10
|format=table
|format=template
|template=ContributorRow
|named args=yes
}}
}}
|}
</div>
</div>
</div>
</div>
Line 25: Line 34:
|group by=_value
|group by=_value
|order by=Games DESC
|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
|limit=10
|format=table
|format=table
Line 46: Line 69:
</div>
</div>
<div style="clear: both;"></div>
<div style="clear: both;"></div>
== Wiki Totals ==
== Wiki Totals ==
<div style="display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-start; text-align: center; margin-bottom: 20px;">
<div style="display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-start; text-align: center; margin-bottom: 20px;">
Line 81: Line 103:
<div style="clear: both;"></div>
<div style="clear: both;"></div>
</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!
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%"
{| class="wikitable mw-collapsible mw-collapsed" style="text-align: left; width: 100%"
|  
|  
== Category:Video Games ==
== 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:
|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:
|{{#cargo_query:
Line 104: Line 230:
   OR Mode__full LIKE 'N/A'
   OR Mode__full LIKE 'N/A'
|format=table
|format=table
|intro=Pages in Category:Video Games missing one or more data points ('N/A') or lacking cover image:
|intro=Pages in Category:Video Games missing one or more data points or lacking cover image:
|no results=Empty! No cleanup needed.
|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:
{{#cargo_query:
|table=_pageData
|table=_pageData
Line 118: Line 245:
|format=table
|format=table
|intro=Pages in Category:Video Games lacking content '''(Introduction, Forklifts, Gameplay)''':
|intro=Pages in Category:Video Games lacking content '''(Introduction, Forklifts, Gameplay)''':
|no results=Empty! No cleanup needed.
|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
|limit=25
}}
}}
<br>
{{#cargo_query:
{{#cargo_query:
|table=_pageData
|table=_pageData
Line 130: Line 258:
|format=table
|format=table
|intro=Pages in Category:Video Games lacking '''Gallery images''':
|intro=Pages in Category:Video Games lacking '''Gallery images''':
|no results=Empty! No cleanup needed.
|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
|limit=25
}}
}}
|}
|}
{| class="wikitable mw-collapsible mw-collapsed" style="text-align: left; width: 100%"
{| class="wikitable mw-collapsible mw-collapsed" style="text-align: left; width: 100%"
|  
|  
== Category:Forklifts ==
== Missions ==
|-
|-
|{{#cargo_query:
|{{#cargo_query:
|table=Thumbnails_Forklift
|table=Thumbnails_Mission
|fields=CONCAT('[[:', Page, ']]')=Page, Image, Engine_Type, Max_Speed, Colors, Functions
|fields=CONCAT('[[:', Page, ']]')=Page, Image, Game, Quest_Giver, Location, Mission_Type, Difficulty
|where=Engine_Type HOLDS NULL
|where=Game IS NULL
   OR Engine_Type HOLDS 'N/A'
   OR Quest_Giver IS NULL
  OR Max_Speed IS NULL
   OR Location HOLDS NULL
   OR Max_Speed LIKE 'N/A'
   OR Mission_Type IS NULL
  OR Colors HOLDS NULL
   OR Difficulty IS NULL
   OR Colors HOLDS 'N/A'
   OR Image IS NULL
   OR Functions HOLDS NULL
   OR Functions HOLDS 'N/A'
|format=table
|format=table
|intro=Pages in Category:Forklifts missing one or more data points ('N/A') or lacking cover image:
|intro=Pages in Category:Missions missing one or more '''data points''' or lacking '''cover image''':
|no results=Empty! No cleanup needed.
|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:
{{#cargo_query:
|table=_pageData
|table=_pageData
|fields=_pageName=Page
|fields=_pageName=Page
|where=_pageNamespace = 0  
|where=_pageNamespace = 0  
   AND _categories HOLDS 'Forklifts'
   AND _categories HOLDS 'Missions'
   AND ( _fullText NOT LIKE '%introduction=%'
   AND ( _fullText NOT LIKE '%introduction=%'
   OR _fullText NOT LIKE '%design=%'
   OR _fullText NOT LIKE '%design=%'
Line 168: Line 390:
   )
   )
|format=table
|format=table
|intro=Pages in Category:Forklifts lacking content '''(Introduction, Design, Gameplay, History, Locations, Appearances, Trivia)''':
|intro=Pages in Category:Missions lacking content '''(Introduction, Objectives, Walkthrough, Dialogue, Forklifts)''':
|no results=Empty! No cleanup needed.
|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
|limit=25
}}
}}
<br>
{{#cargo_query:
{{#cargo_query:
|table=_pageData
|table=_pageData
|fields=_pageName=Page
|fields=_pageName=Page
|where=_pageNamespace = 0  
|where=_pageNamespace = 0  
   AND _categories HOLDS 'Forklifts'
   AND _categories HOLDS 'Missions'
   AND ( _fullText NOT LIKE '%gallery_image1=%'
   AND ( _fullText NOT LIKE '%gallery_image1=%'
   )
   )
|format=table
|format=table
|intro=Pages in Category:Forklifts lacking '''Gallery images''':
|intro=Pages in Category:Missions lacking '''Gallery images''':
|no results=Empty! No cleanup needed.
|default=Pages in Category:Missions lacking '''Gallery images''':<br> <span style="color: #2e7d32; font-weight: bold;">''Empty! No cleanup needed.''</span>
|limit=25
|limit=25
}}
}}
|}
|}
{| class="wikitable mw-collapsible mw-collapsed" style="text-align: left; width: 100%"
{| class="wikitable mw-collapsible mw-collapsed" style="text-align: left; width: 100%"
|  
|  
== Broken page titles (Admin only) ==
== Mods ==
|-
|-
|Category:Video Games {{#cargo_query:
|{{#cargo_query:
|table=Thumbnails_Game
|table=Thumbnails_Mod
|fields=CONCAT('[[:', Page, ']]')=Page
|fields=CONCAT('[[:', Page, ']]')=Page, Image, Author, Base_Game, Platform, Status
|format=ul
|where=Author HOLDS NULL
|where=Page REGEXP '&'
  OR Base_Game IS NULL
|intro=* Pages in Category:Video Games with broken titles '''(must be moved by Admin)''':
  OR Platform HOLDS NULL
|no results=Empty! No cleanup needed.
  OR Status IS NULL
|limit=0
  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
}}
}}
Category:Forklifts {{#cargo_query:
<br>
|table=Thumbnails_Forklift
{{#cargo_query:
|fields=CONCAT('[[:', Page, ']]')=Page
|table=_pageData
|format=ul
|fields=_pageName=Page
|where=Page REGEXP '&'
|where=_pageNamespace = 0
|intro=Pages in Category:Forklifts with broken titles '''(must be moved by Admin)''':
  AND _categories HOLDS 'Mods'
|no results=Empty! No cleanup needed.
  AND ( _fullText NOT LIKE '%gallery_image1=%'
|limit=0
  )
|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
Contributor Pages Edits Uploads
avatar Admin 199 1419 550
avatar Zworp 3 22 15
avatar Samderboo 2 10 2
avatar BristolBrick 1 9 1
avatar Testuser 1 192 3
avatar Mike1121 1 11 0
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

More...

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.


Pages in Category:Achievements lacking content (Description, How to unlock, Forklifts):
Page
Forklift Certified (Forklift 2024: The Simulation)
Mark's Favorite


Pages in Category:Achievements lacking Gallery images:
Page
Forklift Certified (Forklift 2024: The Simulation)

Forklifts

Pages in Category:Forklifts missing one or more data points or lacking cover image:
Empty! No cleanup needed.


Pages in Category:Forklifts lacking content (Introduction, Design, Gameplay, History, Locations, Appearances, Trivia):
Page
AI Forklift
Armadillo Forklift
Brawn
Clark CH-60
Forklift (Abiotic Factor)
Forklift (Duke Nukem Forever)
Forklift (Far Cry)
Forklift (GoreBox)
Forklift (GTA: SA)
Forklift (GTA: VCS)
Forklift (Half-Life 2: E2)
Forklift (Payday 2)
Forklift (Sneaky Sasquatch)
Forklift (Teardown)
Haihan
Industrial Forklift (Teardown)
J-5209
Jungheinrich EFG S50
Manitou M50-4
S-2 Traxus Cargo Transporter
SL-4 Traxus Cargo Transporter
SL-5 Traxus Cargo Transporter
Titsubishi
Warehouse Forklift (Teardown)
Wrinkler

More...


Pages in Category:Forklifts lacking Gallery images:
Page
Armadillo Forklift
Brawn
Forklift (Abiotic Factor)
Forklift (Duke Nukem Forever)
Forklift (GTA: SA)
Forklift (GTA: VCS)
J-5209
Jungheinrich EFG S50
Manitou M50-4
Titsubishi

Video Games

Pages in Category:Video Games missing one or more data points or lacking cover image:
Page Release Date Developer Publisher Platform Image
Forklift Fury Surprise Studios LLC Surprise Studios LLC Windows
Forklift fury logo.jpg


Pages in Category:Video Games lacking content (Introduction, Forklifts, Gameplay):
Page
007: The World is Not Enough
American Truck Simulator
F.E.A.R. 2: Project Origin
Fallout 4
Forklift Certified
Forklift Certified : Stacked and Loaded
Forklift Driving Simulator VR
Forklift Extreme
FORKLIFT FLOWERPOT
Forklift Fury
Forklift Load
Forklift Simulator (Aerosoft)
Forklift: Simulator
Forknite
Grand Forklift Simulator
Grand Theft Auto 4
Grand Theft Auto 5
Grim Fandango
Hammerin' Harry
Lumbercat: Cute Idle Tycoon
Mass Effect 3
Max Payne
Metal Gear Rising: Revengeance
Mirror's Edge
Need for Speed Heat

More...


Pages in Category:Video Games lacking Gallery images:
Page
Farming Simulator 22
Forklift Certified
Forklift Certified : Stacked and Loaded
Forklift Extreme
Forklift Load
Forklift Simulator (Aerosoft)

Items

Pages in Category:Items missing one or more data points or lacking cover image:
Empty! No cleanup needed.


Pages in Category:Items lacking content (Description, Usage, Location):
Page
Forklift Key (RE Outbreak)
Forklift Key (RE Requiem)
Forklift Toy Capsule (Shenmue I & II)
Forklift Toy Capsule (Shenmue III)


Pages in Category:Items lacking Gallery images:
Page
Forklift Key (RE Outbreak)
Forklift Key (RE Requiem)
Forklift Toy Capsule (Shenmue I & II)
Forklift Toy Capsule (Shenmue III)

Forklift Memes

Pages in Category:Memes missing one or more data points or lacking cover image:
Empty! No cleanup needed.


Pages in Category:Memes lacking content (Introduction, History, Online presence):
Empty! No cleanup needed.
Pages in Category:Memes lacking Gallery images:
Empty! No cleanup needed.

Missions

Pages in Category:Missions missing one or more data points or lacking cover image:
Empty! No cleanup needed.


Pages in Category:Missions lacking content (Introduction, Objectives, Walkthrough, Dialogue, Forklifts):
Page
Forklift Driver (Sneaky Sasquatch)


Pages in Category:Missions lacking Gallery images:
Page
Forklift Driver (Sneaky Sasquatch)

Mods

Pages in Category:Mods missing one or more data points or lacking cover image:
Empty! No cleanup needed.


Pages in Category:Mods lacking content (Introduction, Features, Forklifts):
Page
A Freakin Forklift
Forklift Compatible Loads
Script’s Apocalyptic Vehicles
V8 Racing Forklift
Wolf Heavy Industries Medium Duty Forklift


Pages in Category:Mods lacking Gallery images:
Page
Script’s Apocalyptic Vehicles