Difference between revisions of "User:Jimyoda"

From RimWorld Wiki
Jump to navigation Jump to search
 
(15 intermediate revisions by the same user not shown)
Line 82: Line 82:
 
|-
 
|-
 
| {{#ifeq: {{#var:Error}}|0|0|[[:Category:Pages with reference errors| {{#var:Error}} ]]}} <!--Show number as link, unless it's zero-->
 
| {{#ifeq: {{#var:Error}}|0|0|[[:Category:Pages with reference errors| {{#var:Error}} ]]}} <!--Show number as link, unless it's zero-->
 +
|}</div>
 +
<!--BOX 8-->
 +
<div class="pull-left">
 +
{{#vardefine:Error | {{#ask: [[Category:Pages using duplicate arguments in template calls]] | format=count}} }} <!--Populate variable-->
 +
{|class="wikitable" style="text-align:center; width:160px;"
 +
|-
 +
! Pages using duplicate arguments in template
 +
|-
 +
| {{#ifeq: {{#var:Error}}|0|0|[[:Category:Pages using duplicate arguments in template calls| {{#var:Error}} ]]}} <!--Show number as link, unless it's zero-->
 
|}</div>
 
|}</div>
 
{{clear}}
 
{{clear}}
  
 
==My to-do==
 
==My to-do==
* Category:Wild > Category:Wild animal.
+
===Small tasks (usually single page)===
 +
* Redo table on Furniture page
 +
* Replaced fixed values in Furniture#Summary_Table with queried output.
 +
* Address invalid property on Wood. "Category" is wiki reserved and should not be set as a property. Look for any other instances of this. Remove the property or rename if it's needed.
 +
* Determine and apply appropriate category for Ancient shrine
 +
* Recreation - change items to use transclusion, e.g. chess table, billiards table, and consider moving material tables to the item's own page.
 +
 
 +
===Medium projects (usually less than 15 pages)===
 +
* Animal infoboxes - the subtype link should be changed from pointing to 'Wild' category to 'Wild animal' category but preferably still display as just 'Wild'.
 
* Update category on all Recreation pages, Joy > Recreation.
 
* Update category on all Recreation pages, Joy > Recreation.
 +
* Fix [[Power]]: improve layout of items under power generators. try putting each object and its summary in a 2-cell table, leave heading above the table.
 +
* Reconcile Help:Templates and RimWorld_Wiki:Templates, apparently pages for the same topic.
 +
* Reconcile Stone and Stone Blocks, duplicate topic.
 +
* Fix up transclusions on Orders & fix links in Nav/Orders (some links point to Orders, some point to separate page.)
 +
* Rewrite docs for templates: ref, note, ref label, and note label. Consolidate these to one template pair if possible.
 +
 +
===Longer projects (usually 15 pages or more)===
 +
====Images====
 
* Work on image size irregularities, too big or too small, e.g. Bed, Royal bed.
 
* Work on image size irregularities, too big or too small, e.g. Bed, Royal bed.
 
* Work on bad quality images of animals, see Category:Images_-_Animals
 
* Work on bad quality images of animals, see Category:Images_-_Animals
 +
 +
====Templates====
 +
* Clean out un-needed/unused templates.
 
* Add documentation to all templates.
 
* Add documentation to all templates.
* Clean out un-needed/unused templates.
+
 
 +
====Properties====
 
* Create pages for wanted (red-link) properties.
 
* Create pages for wanted (red-link) properties.
* Clean out properties not really needed
+
* Clean out properties not really needed.
* Clean up property Type with improper values, containing a pipe, e.g. Misc|Miscellaneous  
+
* Clean up property Type with improper values, containing a pipe, e.g. Misc|Miscellaneous
* Fix [[Power]]: improve layout of items under power generators. try putting each object and its summary in a 2-cell table, leave heading above the table.
 
* Reconcile Help:Templates and RimWorld_Wiki:Templates, apparently pages for the same topic.
 
* Improve Template:Sandbox, add links to help for new editors.
 
 
* Clean out inbox parameters adopted from game def files but not displayed or used on the wiki. Many of these have no property pages, so look for wanted properties and find the offending pages.
 
* Clean out inbox parameters adopted from game def files but not displayed or used on the wiki. Many of these have no property pages, so look for wanted properties and find the offending pages.
 
** draw gui overlay
 
** draw gui overlay
Line 107: Line 133:
 
** thing class
 
** thing class
  
<code><nowiki><div style="float: left;"></nowiki></code></br>
+
<!--
<code><nowiki>table or other content</nowiki></code></br>
+
====Other====
<code><nowiki></div></nowiki></code>
+
* Enter 'other' projects here.
 +
-->
  
 
== Sandbox ==
 
== Sandbox ==
 
*[[User:Jimyoda/Sandbox1|Sandbox1]]
 
*[[User:Jimyoda/Sandbox1|Sandbox1]]
 
*[[User:Jimyoda/Sandbox2|Sandbox2]]
 
*[[User:Jimyoda/Sandbox2|Sandbox2]]

Latest revision as of 15:34, 14 March 2021

I've been playing RimWorld and editing the wiki since 2015. Have also done game testing and bug reporting. This is the first and only wiki I've worked on. Much of the wiki was done before I started, but I've taken the time learn the inner workings, especially how pages and templates store and display data.

Ask me (here: Talk page or here: Rimworld Wiki Discord) if you need any help on this wiki.


What I do:

  • Monitor site for vandalism.
  • Fix broken things - expression errors, formatting issues, etc.
  • Carry out deletion requests.
  • Upload images for game objects, when missing or outdated.
  • Work with:
    • Categories
    • Properties (where data is stored)
    • Templates and infoboxes
    • Queries to display data
    • Concept pages (basically pre-made queries)


Maintenance Dashboard[edit]

Style 1[edit]

Pages to be rewritten
148
Marked for deletion
136
Safe to delete
2
Needs documentation
49
Stubs
697
Pages to be moved
13
Pages with reference errors
0
Pages using duplicate arguments in template
0

My to-do[edit]

Small tasks (usually single page)[edit]

  • Redo table on Furniture page
  • Replaced fixed values in Furniture#Summary_Table with queried output.
  • Address invalid property on Wood. "Category" is wiki reserved and should not be set as a property. Look for any other instances of this. Remove the property or rename if it's needed.
  • Determine and apply appropriate category for Ancient shrine
  • Recreation - change items to use transclusion, e.g. chess table, billiards table, and consider moving material tables to the item's own page.

Medium projects (usually less than 15 pages)[edit]

  • Animal infoboxes - the subtype link should be changed from pointing to 'Wild' category to 'Wild animal' category but preferably still display as just 'Wild'.
  • Update category on all Recreation pages, Joy > Recreation.
  • Fix Power: improve layout of items under power generators. try putting each object and its summary in a 2-cell table, leave heading above the table.
  • Reconcile Help:Templates and RimWorld_Wiki:Templates, apparently pages for the same topic.
  • Reconcile Stone and Stone Blocks, duplicate topic.
  • Fix up transclusions on Orders & fix links in Nav/Orders (some links point to Orders, some point to separate page.)
  • Rewrite docs for templates: ref, note, ref label, and note label. Consolidate these to one template pair if possible.

Longer projects (usually 15 pages or more)[edit]

Images[edit]

  • Work on image size irregularities, too big or too small, e.g. Bed, Royal bed.
  • Work on bad quality images of animals, see Category:Images_-_Animals

Templates[edit]

  • Clean out un-needed/unused templates.
  • Add documentation to all templates.

Properties[edit]

  • Create pages for wanted (red-link) properties.
  • Clean out properties not really needed.
  • Clean up property Type with improper values, containing a pipe, e.g. Misc|Miscellaneous
  • Clean out inbox parameters adopted from game def files but not displayed or used on the wiki. Many of these have no property pages, so look for wanted properties and find the offending pages.
    • draw gui overlay
    • graphic class
    • graphic path
    • parent name
    • resource readout priority
    • ticker type
    • thing class


Sandbox[edit]