Difference between revisions of "User:Jimyoda"

From RimWorld Wiki
Jump to navigation Jump to search
(Undid spam)
Tag: Undo
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{tocright}}
+
I've been playing RimWorld and editing the wiki since 2015. Have also done game testing and bug reporting.
== Sandbox ==
+
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.
*[[User:Jimyoda/Sandbox1|Sandbox1]]
+
 
*[[User:Jimyoda/Sandbox2|Sandbox2]]
+
Ask me (here: [[User_Talk:Jimyoda|Talk page]] or here: [https://discord.gg/PFbB9vN Rimworld Wiki Discord]) if you need any help on this wiki.
 +
 
  
===Beauty===
+
What I do:
{{#ask: [[Category:Material]]
+
* Monitor site for vandalism.
| ?Beauty Offset
+
* 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)
  
===Deterioration Rate===
+
==My to-do==
{{#ask: [[Category:Fabric]] OR [[Category:Medicine]]
+
<s>Try to fix tables not floating on pages with infobox.</s> DONE
| ?Category
+
* See [[war mask]].
| ?Deterioration_Rate_Base
 
}}
 
  
===Production===
+
Set the table to float, see below. Other pages may need this applied too; will do it if I see them.
{{#ask: [[category:production]]
 
}}
 
  
<section begin=test />
+
<code><nowiki><div style="float: left;"></nowiki></code></br>
===Test===
+
<code><nowiki>table or other content</nowiki></code></br>
Visitors are friendly faction members.
+
<code><nowiki></div></nowiki></code>
<section end=test />
 
  
<h3>test section</h3>
+
== Sandbox ==
 +
*[[User:Jimyoda/Sandbox1|Sandbox1]]
 +
*[[User:Jimyoda/Sandbox2|Sandbox2]]

Revision as of 04:30, 16 September 2020

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)

My to-do

Try to fix tables not floating on pages with infobox. DONE

Set the table to float, see below. Other pages may need this applied too; will do it if I see them.

<div style="float: left;">
table or other content
</div>

Sandbox