Path of Exile Wiki

Please consider helping keep the wiki up to date. Check the to-do list of updates needed for version 3.14.0.

Game data exports will becoming later as the technical changes in addition to regular changes take some more time.

READ MORE

Path of Exile Wiki
(outdated stuff)
(→‎New to the Path of Exile wiki?: There's nothing of worth in Category:Rules at the moment, so swapping link out for Category:Guidelines)
 
(27 intermediate revisions by 5 users not shown)
Line 1: Line 1:
  +
<div class="cpbox">
If you're new to the Path of Exile Wiki project, please read the [[Help:Contents|Help]] page, and don't forget to check the [[Help:Editing|Editing]] page for details on how to format pages.
 
  +
<div id="admins" class="feature">
  +
{{Admins}}
  +
</div>
  +
<div id="help" class="feature">
  +
<div style="text-align: center; font-size: 100%; font-weight: bold;">Need help, want something changed or want to debate about something? In the community portal you will find exactly what you need!<br>
  +
{{fullurl|Project:Community portal|action{{=}}watch|text=Add this page}} to your [[Special:Watchlist|watchlist]] and stay on top of things!</div>
   
  +
{{SITENAME}} is a ''community project'' run entirely by volunteers to provide information for the game.
__TOC__
 
   
  +
Our community of editors is open to anyone. If you would like to join in:
==Adding New Languages==
 
We get a lot of inquiries about adding new languages to the site, this section will help guide you through the process of what we need in order to implement these new sections.
 
   
  +
*Register
If you would like to translate a page, first please let the head admin know on his talk page: [[User_talk:Iamacyborg|Iamacyborg talk]].
 
  +
**A [[Special:CreateAccount|free account]] makes it easier to keep track of your own edits.
   
  +
*Need help
The steps for translating are the following:
 
  +
**Check out our [[gphelp:|help wiki]].
*Create a new page with "/languagecode" added to the end of the pagename of the page you wish to translate. ie. If you want to translate the page "Templar" to Spanish, you would create page "Templar/es". For a list of Language codes, please see: http://www.loc.gov/standards/iso639-2/php/code_list.php
 
*At the bottom of the page edit, add the page to the category: <code><nowiki>[[Category:LANGUAGECODE Translation]]</nowiki></code>. ie. Translating a page to Spanish would have <code><nowiki>[[Category:ES Translation]]</nowiki></code> added to the bottom of the edit. This will put all translated pages into a single category.
 
*If the main page and all pages linked to from the main page are translated a sub-domain will be set up for that translation. ie. A translated Spanish wiki would be at es.pathofexilewiki.com. Those who did the translating will be given admin access to this sub-domain.
 
   
  +
*Be bold
We also hope that you can keep an eye on the wiki to prevent vandals, etc.
 
  +
**There's no need to wait. Jump right in and start editing. The [[:Category:Maintenance|wiki maintenance category]] may be a great place to start, or you can start small by fixing spelling, grammar, and other errors you come across.
   
  +
*Start a new article
If you have any issues or additional question, post on [[User_talk:Iamacyborg|Iamacyborg talk]].
 
  +
*:<inputbox>
  +
type= create
  +
width= 40
  +
</inputbox>
  +
<div style="text-align:center;">''Alternatively, just type a new article name in the search box. A link will be provided to start the article at the top of the search results.''</div>
  +
  +
*Recent changes
  +
**See a list of [[Special:RecentChanges|recent changes]].
  +
  +
*Community discussion
  +
**See what the community is currently [[{{TALKPAGENAME}}|talking about or make suggestions]].
  +
</div>
  +
</div>__NOTOC__
  +
  +
==Getting started==
  +
  +
===New to the Path of Exile wiki?===
  +
* Read the Path of Exile Wiki editing [[:Category:Guidelines|guidelines]]
  +
* [[Path of Exile Wiki:Overview of Templates|Overview of Templates]]
  +
* [[Path of Exile Wiki:Overview of Modules|Overview of Modules]]
  +
* [[Path of Exile Wiki:Known issues|Known issues]]
  +
  +
===Helping out on the Path of Exile Wiki===
  +
The wiki is community maintained and we need everyone to help out.
  +
Check out [[Path of Exile Wiki:To-do list]] for a list of general to-do that are being worked on.
  +
  +
There are also some minor improvements to be done, here are some ideas:
  +
* Browse [[:Category:Maintenance]] and improve any pages
  +
* Improve existing pages (see the section below for more details)
  +
* Create new pages if you can't find the information you seek (or create redirect pages if the information exists)
  +
* Reduce content-duplication by implementing [[mediawikiwiki:Extension:Labeled_Section_Transclusion|Labeled Section Transclusion]]
  +
* Help with any of the projects listed on this page
  +
  +
====Improving existing pages====
  +
* Correct spelling and grammar
  +
* Make sure the pages are in line with other similar pages (i.e. share similar layout and order of sections)
  +
* Adding sources
  +
* Add missing information
  +
* Improve the understanding of pages by
  +
** rewording complicated/convoluted sentences
  +
** adding examples (consider using the [[mediawikiwiki:wiki/Help:Extension:ParserFunctions#.23expr|#expr parser function]] and Cargo; avoid too many examples)
  +
** [[wikipedia:Help:Displaying_a_formula|adding LaTeX formulas]] with {{tlx|Math}}
  +
* Adding interwiki links to other articles
  +
* Verify the information on the page is still correct in regards to the current version of the game
  +
* Port existing templates to lua modules
  +
  +
====Language translation====
  +
See [https://help.gamepedia.com/Translation_guidelines Translation guidelines].
  +
  +
====Updating via bots====
  +
  +
* See [[Path of Exile Wiki:PyPoE]] for poe-wiki specific bots.
  +
  +
===Querying data from the wiki===
  +
See [[Path of Exile Wiki:Data query API]]
  +
  +
==Projects==
  +
  +
* [[Path of Exile Wiki:To-do list|General to-do list for the wiki]]
  +
** [[Path of Exile Wiki:To-do list/3.8.0|To-do list for version 3.8.0, Blight]]
  +
  +
==Uncompressed DDS files from the ggpk for the wiki==
  +
If you've been trying to get images for the wiki from the content.ggpk recently, you'll probably have noticed that they are "no valid dds file".
  +
  +
The image files are compressed with google's brotli library. The first 4 bytes of the file are not part of the image data, but rather a byte-size of the uncompressed image.
  +
Some "dds" files may also be text file to contain a pointer to another dds file (like <code>*2DArt/Whatever.dds</code>
  +
  +
If you don't want to handle that yourself you can use PyPoE, basically follow those steps
  +
* Install Python 3.5+ and [https://github.com/OmegaK2/PyPoE PyPoE]
  +
* Make sure to perform the full install as it will install brotli
  +
  +
Then using the pypoe_ui command in the ggpk viewer, you have check in the options menu that dds files are uncompressed upon extracting them.
  +
  +
[[Category:Community]]
  +
[[de:Path of Exile Wiki:Gemeinschaftsportal]]

Latest revision as of 04:52, 27 June 2021

Fandom wiki representatives

Currently vacant.

Community administrators

None.
Need help, want something changed or want to debate about something? In the community portal you will find exactly what you need!
Add this page to your watchlist and stay on top of things!

Path of Exile Wiki is a community project run entirely by volunteers to provide information for the game.

Our community of editors is open to anyone. If you would like to join in:

  • Register
    • A free account makes it easier to keep track of your own edits.
  • Be bold
    • There's no need to wait. Jump right in and start editing. The wiki maintenance category may be a great place to start, or you can start small by fixing spelling, grammar, and other errors you come across.
  • Start a new article

Alternatively, just type a new article name in the search box. A link will be provided to start the article at the top of the search results.

Getting started

New to the Path of Exile wiki?

Helping out on the Path of Exile Wiki

The wiki is community maintained and we need everyone to help out. Check out Path of Exile Wiki:To-do list for a list of general to-do that are being worked on.

There are also some minor improvements to be done, here are some ideas:

  • Browse Category:Maintenance and improve any pages
  • Improve existing pages (see the section below for more details)
  • Create new pages if you can't find the information you seek (or create redirect pages if the information exists)
  • Reduce content-duplication by implementing Labeled Section Transclusion
  • Help with any of the projects listed on this page

Improving existing pages

  • Correct spelling and grammar
  • Make sure the pages are in line with other similar pages (i.e. share similar layout and order of sections)
  • Adding sources
  • Add missing information
  • Improve the understanding of pages by
  • Adding interwiki links to other articles
  • Verify the information on the page is still correct in regards to the current version of the game
  • Port existing templates to lua modules

Language translation

See Translation guidelines.

Updating via bots

Querying data from the wiki

See Path of Exile Wiki:Data query API

Projects

Uncompressed DDS files from the ggpk for the wiki

If you've been trying to get images for the wiki from the content.ggpk recently, you'll probably have noticed that they are "no valid dds file".

The image files are compressed with google's brotli library. The first 4 bytes of the file are not part of the image data, but rather a byte-size of the uncompressed image. Some "dds" files may also be text file to contain a pointer to another dds file (like *2DArt/Whatever.dds

If you don't want to handle that yourself you can use PyPoE, basically follow those steps

  • Install Python 3.5+ and PyPoE
  • Make sure to perform the full install as it will install brotli

Then using the pypoe_ui command in the ggpk viewer, you have check in the options menu that dds files are uncompressed upon extracting them.