Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
contribution [2021/09/10 19:47]
uberzolik
contribution [2021/09/19 03:31] (current)
uberzolik
Line 9: Line 9:
  
 ------ ------
-\\ +**This wiki is built using [[https://www.dokuwiki.org|DokuWiki]]** \\
-**This wiki is built using [[https://www.dokuwiki.org|dokuwiki]]**+
 The following will be a listing of the various plugins in use in this wiki. \\ The following will be a listing of the various plugins in use in this wiki. \\
 You may need to read up on these pages to make full use of them; the UI isn't terribly informative. \\ You may need to read up on these pages to make full use of them; the UI isn't terribly informative. \\
-If you need me to implement a certain CSS styling to use with the Wrap plugin, let me know (preferably with the CSS given)+If you need me to implement a certain CSS styling to use with the Wrap plugin, let me know (preferably with the CSS given) \\ 
 +There's also the official syntax guide, found here: [[https://www.dokuwiki.org/wiki:syntax]]
  
 == Plugins == == Plugins ==
Line 28: Line 28:
  
 ------ ------
-\\ 
 You can deduce most of the wiki structure (and modify it) by just looking at the wiki pages, but I'll leave a few details for ease of access. You can deduce most of the wiki structure (and modify it) by just looking at the wiki pages, but I'll leave a few details for ease of access.
  
 == Page creation and file uploading == == Page creation and file uploading ==
  
-  * Dokuwiki uses a tree structure, and I've tried to sort the pages in a way that makes sense with this. \\ +  * DokuWiki uses a tree structure, and I've tried to sort the pages in a way that makes sense with this. 
-  * Icons for level-up choices and medals are stored in [[levelups|]] and [[medals|]], respectively. \\ Perhaps it would be good to have these in their own namespace, to hold all the general sprites for reference. \\ + 
-  * Tower floors are sorted inside their own namespace, separated by main, nexus, medal, and warp. \\ Main uses 1f-99f. For basement towers (like Heavy) you can use &reverse with the b99f-b1f format, and it should display fine. \\ Towers with both basement and normal floors are kind of weird. \\ I just used filenames that let them be ordered properly when sorted alphabetically. Refer to Tactical trip Premium in the Media Manager for an example. \\ +  * You may need to look up how formatting works. The DokuWiki site has a decent amount of information. You can use "\\" to create linebreaks. 
-  * To add a new subnamespace in the wiki, just create a new page within the subspace (creating a page in /contribution/test would create a Contribution namespace) \\+ 
 +  * Icons for level-up choices and medals are stored in [[levelups|]] and [[medals|]], respectively. \\ Perhaps it would be good to have these in their own namespace, to hold all the general sprites for reference. 
 + 
 +  * Tower floors are sorted inside their own namespace, separated by main, nexus, medal, and warp. \\ Main uses 1f-99f. For basement towers (like Heavy) you can use &reverse with the b99f-b1f format, and it should display fine. \\ Towers with both basement and normal floors are kind of weird. \\ I just used filenames that let them be ordered properly when sorted alphabetically. Refer to Tactical trip Premium in the Media Manager for an example. 
 + 
 +  * Files that go in the strategy page (like memos) should be uploaded to the specific tower's namespace under a new namespace called "Strategy"
 + 
 +  * To add a new subnamespace in the wiki, just create a new page within the subspace (creating a page in /contribution/test would create a Contribution namespace) 
   * To add a new subnamespace in the media section, upload the image with the subnamespace appended to the name with ":" \\ (clicking Chapter-5 and uploading dawn_tactical_palace:main:1f.png would create the corresponding namespaces.)    * To add a new subnamespace in the media section, upload the image with the subnamespace appended to the name with ":" \\ (clicking Chapter-5 and uploading dawn_tactical_palace:main:1f.png would create the corresponding namespaces.) 
 +
 +  * Besides the namespace templates, I've also made a [[:templates]] page for referencing.
  
 ------ ------
-\\ 
 There's plenty of things missing from the wiki right now, which I am not too sure whether it is worth cataloguing. \\ There's plenty of things missing from the wiki right now, which I am not too sure whether it is worth cataloguing. \\
 I will leave a somewhat generic to-do list here. If you want to work on something not listed here, go ahead! \\ I will leave a somewhat generic to-do list here. If you want to work on something not listed here, go ahead! \\
Line 60: Line 68:
  
   * If it wasn't obvious, I'm not very good at graphic design. If you wish to help make the site less bland looking, let me know!   * If it wasn't obvious, I'm not very good at graphic design. If you wish to help make the site less bland looking, let me know!
 +
 +
 +Please contact me if you think I should specify something else in this page. I tried to add everything I could think of!