Skip to content

feat(Infobox): add Fortnite Power Rankings for players and organizations#7633

Open
Mehdi9120310391 wants to merge 35 commits into
Liquipedia:mainfrom
Mehdi9120310391:patch-10
Open

feat(Infobox): add Fortnite Power Rankings for players and organizations#7633
Mehdi9120310391 wants to merge 35 commits into
Liquipedia:mainfrom
Mehdi9120310391:patch-10

Conversation

@Mehdi9120310391

Copy link
Copy Markdown
Contributor

Summary

We have implemented a "power ranking" system for the various organizations present on Fortnite, based on data such as the PR of the organization's players (using official data provided by Epic Games) who are in the top 200 best players in the world, as well as the organization's earnings for the year in question.

Rankings:

How did you test this change?

|dev=mej :

image

@Mehdi9120310391 Mehdi9120310391 requested review from a team as code owners June 9, 2026 11:26
@Hesketh2

Hesketh2 commented Jun 9, 2026

Copy link
Copy Markdown
Collaborator

Note from hesketh2: I've mentioned this internally to our Community Team + Nydra and it's good to go from our end, the more cooler features specially community-driven the better : )

Comment thread lua/wikis/fortnite/Infobox/Person/Player/Custom.lua Outdated
Comment thread lua/wikis/fortnite/Infobox/Person/Player/Custom.lua Outdated
Comment thread lua/wikis/fortnite/Infobox/Person/Player/Custom.lua Outdated
Comment thread lua/wikis/fortnite/Infobox/Person/Player/Custom.lua Outdated
Comment thread lua/wikis/fortnite/Infobox/Person/Player/Custom.lua Outdated
Comment thread lua/wikis/fortnite/Infobox/Team/Custom.lua Outdated
Comment thread lua/wikis/fortnite/Infobox/Team/Custom.lua Outdated

@hjpalpha hjpalpha left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

infoboxes (especially infobox player) are already pretty long, does it have to be displayed in the infobox?
have you considered displaying it somewhere else on the page?

Comment thread lua/wikis/fortnite/Infobox/Person/Player/Custom.lua Outdated
Comment thread lua/wikis/fortnite/Infobox/Person/Player/Custom.lua Outdated
Comment thread lua/wikis/fortnite/Infobox/Person/Player/Custom.lua Outdated
Comment thread lua/wikis/fortnite/Infobox/Person/Player/Custom.lua Outdated
Comment thread lua/wikis/fortnite/Infobox/Person/Player/Custom.lua Outdated
Comment thread lua/wikis/fortnite/Infobox/Team/Custom.lua Outdated
Comment thread lua/wikis/fortnite/Infobox/Team/Custom.lua Outdated
Comment thread lua/wikis/fortnite/Infobox/Team/Custom.lua Outdated
Comment thread lua/wikis/fortnite/Infobox/Person/Player/Custom.lua Outdated
Comment thread lua/wikis/fortnite/Infobox/Team/Custom.lua Outdated
Mehdi9120310391 and others added 2 commits June 9, 2026 13:29
Co-authored-by: hjpalpha <75081997+hjpalpha@users.noreply.github.com>
Co-authored-by: hjpalpha <75081997+hjpalpha@users.noreply.github.com>
@Mehdi9120310391

Copy link
Copy Markdown
Contributor Author

infoboxes (especially infobox player) are already pretty long, does it have to be displayed in the infobox? have you considered displaying it somewhere else on the page?

not really, for me it's the best option

@hjpalpha hjpalpha left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

review for Module:PowerRankings
(don't have the time to review the other one atm, will likely review it in the next days)

Comment thread lua/wikis/fortnite/PowerRankings.lua Outdated
Comment thread lua/wikis/fortnite/PowerRankings.lua Outdated
Comment thread lua/wikis/fortnite/PowerRankings.lua Outdated
Comment thread lua/wikis/fortnite/PowerRankings.lua Outdated
Comment thread lua/wikis/fortnite/PowerRankings.lua
Comment thread lua/wikis/fortnite/PowerRankings.lua Outdated
Comment thread lua/wikis/fortnite/PowerRankings.lua Outdated
Comment thread lua/wikis/fortnite/PowerRankings.lua Outdated
Comment thread lua/wikis/fortnite/PowerRankings.lua Outdated
Comment thread lua/wikis/fortnite/PowerRankings.lua
@Mehdi9120310391 Mehdi9120310391 requested a review from hjpalpha June 10, 2026 15:34

@hjpalpha hjpalpha left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

skimmed through it on phone

Comment thread lua/wikis/fortnite/PowerRankings.lua Outdated
Comment thread lua/wikis/fortnite/PowerRankings.lua
Comment thread lua/wikis/fortnite/PowerRankings.lua Outdated
Comment thread lua/wikis/fortnite/PowerRankings.lua Outdated
Comment thread lua/wikis/fortnite/PowerRankings/Orgs.lua Outdated
Comment thread lua/wikis/fortnite/PowerRankings/Orgs.lua Outdated
Comment thread lua/wikis/fortnite/PowerRankings/Orgs.lua Outdated
Comment thread lua/wikis/fortnite/PowerRankings/Orgs.lua Outdated
Comment thread lua/wikis/fortnite/PowerRankings/Orgs.lua Outdated
Comment thread lua/wikis/fortnite/PowerRankings/Orgs.lua Outdated

@ElectricalBoy ElectricalBoy left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should look into using existing ratings widgets instead

Comment thread lua/wikis/fortnite/PowerRankings/Orgs.lua Outdated
Comment thread lua/wikis/fortnite/PowerRankings/Orgs.lua Outdated
Comment thread lua/wikis/fortnite/PowerRankings/Orgs.lua Outdated
Comment thread lua/wikis/fortnite/PowerRankings/Orgs.lua Outdated
Comment thread lua/wikis/fortnite/PowerRankings/Orgs.lua Outdated
@Mehdi9120310391 Mehdi9120310391 requested a review from hjpalpha June 11, 2026 20:35
Comment thread lua/wikis/fortnite/PowerRankings/Orgs.lua
Applying hjpalpha's code

@hjpalpha hjpalpha left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to make the limter happy (line length)

Comment thread lua/wikis/fortnite/PowerRankings/Orgs.lua Outdated
Comment thread lua/wikis/fortnite/PowerRankings.lua
Comment thread lua/wikis/fortnite/PowerRankings/Orgs.lua
@hjpalpha

Copy link
Copy Markdown
Collaborator

won't review this going forwards as i refactored a good chunk of this

@hjpalpha hjpalpha requested a review from ElectricalBoy June 18, 2026 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants