Skip to content
Pival edited this page Jul 17, 2021 · 9 revisions

This repository holds several python3 files used to create and update various page of the Fire Emblem Heroes' Fandom Wiki. Here will be describe the use of each files, describing each functions, global variables and their main's roles.

If you want more information about the installation, read the readme instead. It will be assume you have all necessary dependencies on the next steps.

Premise

The while purpose of this repository is to read, create and edit pages, written in wikitext. A lot of templates and modules will be used as well. It is highly recommended that you read the Contributor's Guide, the wiki's tutorial and the wikitext's tutorial before using it.

When you see something on format {{name|...}}, that mean a template entitled name is called. If you want to know more about it, you can see it at the page Template:name on the wiki.

When you see something on format {{#invoke:name|...}}, that mean a module entitled name is called. If you want to know more about it, you can see it at the page Module:name on the wiki.

Topics

Reverse Engineering

  • REUtil.py
  • Reverse.py
  • Events
    • RevVG.py
    • RevTT.py
    • RevTB.py
    • RevGC.py
    • RevFB.py
    • RevRS.py
    • RevLL.py
    • RevHoF.py
    • RevMS.py
    • RevFP.py
    • RevPoL.py
  • Others
    • RevData.py
    • RevMap.py
    • RevQuests.py
    • RevSound.py
    • RevUnit.py
Clone this wiki locally