Caves of Qud Wiki:To-do and Known Issues: Difference between revisions

Jump to navigation Jump to search
m
(→‎To-do: new minor edit to do goodness)
 
(32 intermediate revisions by 5 users not shown)
Line 1: Line 1:
This page is a list of all known issues and missing info on the wiki. If there are any issues with [[Qud Blueprint Explorer|QBE]], please report it on its [https://github.com/TrashMonks/qud-wiki/issues github] instead. To report an issue, leave a message on the [[Caves_of_Qud_Wiki_talk:To-do_and_Known_Issues|talk page]].
This page is a list of all known issues and missing info on the wiki. If there are any issues with the automatically generated infoboxes on pages, please report them on [https://github.com/TrashMonks/qud-wiki/issues github]. To report an issue, leave a message on the [[Caves_of_Qud_Wiki_talk:To-do_and_Known_Issues|talk page]].
 
==To-do==
This is a non-exhaustive list of good starting points for new editors. Please remember to use the [[Caves_of_Qud_Wiki:Style Guide|style guide]] when editing.
* Create more useful redirects to articles. The Discord bot takes these into account when searching the titles on the wiki.
* Fill out articles that are marked as Stubs. [[:Category:Stubs]]
* Look for good article candidates or redirect candidates in [[Special:WantedPages]]
* Write blurbs for any items and creatures that lack a description other than the prepopulated one from QBE. (Be sure to check that your information is accurate!) A list of all undescribed objects can be found in [[:Category:Pages with no description]]. Click [[Special:RandomInCategory/Pages_with_no_description|here]] for a random page and start editing!
* Find info for anything within [[:Category:Articles with missing info]].
* Articles about several key mechanics about the game currently do not exist. What is currently missing and what they should be about can be found on [[Template_talk:Mechanics_Navbox]].
* Clear up any new issues that appear in [[:Category:Wiki maintenance]].


==Known Issues==
==Known Issues==
* <code>harvestedinto</code> uses regular <code>PlainName</code> favilink, so [[Luminous hoarshroom]] links to itself as its harvest result since [[Luminous hoarshroom (food)]] has the same <code>PlainName</code>
* Several old queries will throw cargoquery errors due to the tables' changed architecture. Please report all broken queries to [[User Talk:Teamtoto]].
* Several old queries will throw cargoquery errors due to the tables' changed architecture. Please report all broken queries to [[User Talk:Teamtoto]].
* Some old pages with favilinked queries will turn into HTML text after an edit. This can be fixed by replacing the query with [[Module:CargoQuery]] instead.
* Factions that inherit feelings towards other factions will sometimes have repeated faction feelings because they don't overwrite the inherited ones properly.
* Objects that somehow have multiple ObjectIDs will only display the main one. The other ones can only be seen by going into source edit and look at the id aliases set.
 
==Beta merge==
Temporary worklist for the upcoming merge of beta into stable.


==To-do==
* Walkthroughs for all of main story quest before Tomb of Eaters
This is a non-exhaustive list of good starting points for new editors.
* Tomb map and walkthrough (!)
* Write blurbs for any items and creatures that lack a description other than the prepopulated one from QBE. (Be sure to check that your information is accurate and cite where in code you found it!)
* Mechanical power systems
* Add a [[Template:Creature Navbox]] for all creatures with their associated faction with syntax <code><nowiki>{{Creature Navbox|faction here}}</nowiki></code>. If the faction has unique characters, use a third argument uniquecommon: <code><nowiki>{{Creature Navbox|faction here|uniquecommon}}</nowiki></code>. Visit the template page for visual examples.
* Update screenshots with best available UI forward
* Due to changing template architecture, there are extraneous categories for QBE generated pages. For example, this is what QBE used to upload:
* ForceAnimatable tag from public issue 603
<pre> {{Item
| title = {{Qud text|&amp;mnuclear &amp;ccell}}
...
| desc = The small size of this cube belies its massive heft. It can power an artifact for much longer than a standard chem cell.
}}
[[Category:Energy Cells]]</pre>
:Now, the category is now inside the template like this:
<pre> {{Item
| title = {{Qud text|&amp;mnuclear &amp;ccell}}
...
| desc = The small size of this cube belies its massive heft. It can power an artifact for much longer than a standard chem cell.
| categories = Energy Cells
}}
</pre>
:This still leaves the category tag on the page, so please delete any you find, and if you find a template that does not have the <code>categories</code> parameter, move the outside category inside as shown above.
* Find info for anything within [[:Category:Articles with missing info]]:
:<categorytree mode="pages" showcount="on">Articles with missing info</categorytree>
* Fix all broken favilinks within [[:Category:Pages with favilink errors]]:
:<categorytree mode="pages" showcount="on">Pages with favilink errors</categorytree>


==Pages by Version History==
==Pages by Version History==

Navigation menu