Difference between revisions of "Template:Db/doc"
From StarMade Wiki
m |
m |
||
Line 6: | Line 6: | ||
− | <big>' | + | <big>'''DbParser'''</big> rename unwanted type, handle image options and send to <big>'''Db'''</big> |
− | <big>' | + | <big>'''Db'''</big> choose the page (Main and Sub) who have the requested data and ask to Version wich version (folder ) go to. |
− | <big>' | + | <big>'''Version'''</big> give <big>'''LastVersion'''</big>or the version ask. |
− | <big>' | + | <big>'''LastVersion'''</big> store the default version. |
<big>'"Main"'</big> and <big>'"Sub"'</big> are stored in 0.xxx.xxx and share data of each blocks to light process. | <big>'"Main"'</big> and <big>'"Sub"'</big> are stored in 0.xxx.xxx and share data of each blocks to light process. |
Revision as of 01:24, 15 May 2018
Database of blocks is transformed from game datafiles.Two file (Main and Sub) are generated to reduce case by blocks.
structure : Template:Db/Version/0.xxx.xxx/file
file are Main and Sub
DbParser rename unwanted type, handle image options and send to Db
Db choose the page (Main and Sub) who have the requested data and ask to Version wich version (folder ) go to.
Version give LastVersionor the version ask.
LastVersion store the default version.
'"Main"' and '"Sub"' are stored in 0.xxx.xxx and share data of each blocks to light process.