Difference between revisions of "User:Jimyoda"

From RimWorld Wiki
Jump to navigation Jump to search
(Undid spam)
Tag: Undo
(10 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.
===Draft Template===
 
{{rwbox
 
|nocat=true
 
|type=warning
 
|text=''This page has a '''layout or formatting issue'''. Please refer to templates used on this page to find and fix the root cause .'' <br/>The issue may not appear for everyone, rather only with certain window sizes or browsers.
 
{{{1|Describe the issue (specify infobox, table, text, other) and list any templates known to be related to the issue.}}}
 
{{{2|Optional notes.}}}
 
Discuss issues on the talk page: <!-- [[Talk:{{PAGENAME}}]]. --> Talk:{{T|PAGENAME}}
 
  
}}
+
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.
  
Category:Pages with formatting issue
 
  
--
+
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)
  
Pages where the above template would apply:
+
==My to-do==
* [[Doomsday Rocket Launcher]] - title too long for infobox
+
<s>Try to fix tables not floating on pages with infobox.</s> DONE
* [[Cassowary_egg_(unfert.)]] - title too long for infobox
+
* See [[war mask]].
* [[Resources]] - especially Leathers, icons sometimes get split and bleed to the next column. icons sometimes break from their text when flowing into next column. sometimes the last two icons jump to a fourth column, completely outside the table. these rendering issues vary according to the browser window width. these icons/text are thought to be rendered by template:Ask/Item.
 
  
<br/><br/>
+
Set the table to float, see below. Other pages may need this applied too; will do it if I see them.
----
 
===Beauty===
 
{{#ask: [[Category:Material]]
 
| ?Beauty Offset
 
}}
 
  
===Deterioration Rate===
+
<code><nowiki><div style="float: left;"></nowiki></code></br>
{{#ask: [[Category:Fabric]] OR [[Category:Medicine]]
+
<code><nowiki>table or other content</nowiki></code></br>
| ?Category
+
<code><nowiki></div></nowiki></code>
| ?Deterioration_Rate_Base
 
}}
 
  
===Production===
+
== Sandbox ==
{{#ask: [[category:production]]
+
*[[User:Jimyoda/Sandbox1|Sandbox1]]
}}
+
*[[User:Jimyoda/Sandbox2|Sandbox2]]
 
 
<section begin=test />
 
===Test===
 
Visitors are friendly faction members.
 
<section end=test />
 

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