Difference between revisions of "Design Document board18Map Page"
Jump to navigation
Jump to search
m |
(updated release notice) |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
The BOARD18 map page consists of the page header, the game board map (on the right) and the left sidebar containing the tile and token trays. | {{ReleaseNotice|2.5}}{{Design Document Index}}The BOARD18 map page consists of the page header, the game board map (on the right) | ||
The client (browser) side code for the map page of BOARD18 is contained in the following files: | and the left sidebar containing the tile and token trays. | ||
The client (browser) side code for the map page of BOARD18 is contained in the following files: | |||
{| class="wikitable" | '''[[Object_List|<span style="color: Green">There are also a number of java script objects used by this code</span>]]'''. | ||
|+ This is a table of links to | |||
| | {{WIKI Links for BOARD18 WEB Pages|float=left}} {| class="wikitable" style="margin: auto " | ||
| [[ | |+ This is a table of links to documentation about the board18Map page. | ||
| overview | |||
| [[Design_Document_Client_Side_Overview#The_Map_Page|board18Map page]] | |||
|- | |- | ||
| style | | style sheet | ||
| [[Board18Mapcss|board18Map.css]] | | [[Board18Mapcss|board18Map.css]] | ||
|- | |- | ||
| rowspan=" | | rowspan="7" | javascript | ||
| [[Board18Map1|board18Map1.js]] | | [[Board18Map1|board18Map1.js]] | ||
|- | |||
| [[Board18Map2|board18Map2.js]] | | [[Board18Map2|board18Map2.js]] | ||
|- | |||
| [[Board18Map3|board18Map3.js]] | | [[Board18Map3|board18Map3.js]] | ||
|- | |- | ||
| [[Board18Map4|board18Map4.js]] | | [[Board18Map4|board18Map4.js]] | ||
|- | |||
| [[Board18Map5|board18Map5.js]] | | [[Board18Map5|board18Map5.js]] | ||
|- | |||
| [[Board18Map6|board18Map6.js]] | | [[Board18Map6|board18Map6.js]] | ||
|- | |- | ||
| [[Board18Map7|board18Map7.js]] | | [[Board18Map7|board18Map7.js]] | ||
|} | |} | ||
[[Category:Design]] | [[Category:Design]] |
Latest revision as of 07:36, 28 July 2017
This page has been updated to comply with Release 2.5.x of BOARD18. |
Design Document edit | |
The BOARD18 map page consists of the page header, the game board map (on the right) and the left sidebar containing the tile and token trays. The client (browser) side code for the map page of BOARD18 is contained in the following files:
There are also a number of java script objects used by this code.
overview | board18Map page |
style sheet | board18Map.css |
javascript | board18Map1.js |
board18Map2.js | |
board18Map3.js | |
board18Map4.js | |
board18Map5.js | |
board18Map6.js | |
board18Map7.js |