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

Jump to navigation Jump to search
→‎To-do: added link to random page with no description
(→‎Known Issues: artifacts have wrong tier listed)
(→‎To-do: added link to random page with no description)
Line 9: Line 9:
==To-do==
==To-do==
This is a non-exhaustive list of good starting points for new editors.  
This is a non-exhaustive list of good starting points for new editors.  
* 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!) A list of all blank pages can be found in [[:Category:Pages with no description]].
* 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!) A list of all blank pages can be found in [[:Category:Pages with no description]]. Click [[Special:RandomInCategory/Pages_with_no_description|here]] for a random page and start editing!
* 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.
* 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.
* Due to changing template architecture, there are extraneous categories for QBE generated pages. For example, this is what QBE used to upload:
* Find info for anything within [[:Category:Articles with missing info]]
<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]]:
* Fix all broken favilinks within [[:Category:Pages with favilink errors]]:
:<categorytree mode="pages" showcount="on">Pages with favilink errors</categorytree>
:<categorytree mode="pages" showcount="on">Pages with favilink errors</categorytree>

Navigation menu