Difference between revisions of "User:Jimyoda"

From RimWorld Wiki
Jump to navigation Jump to search
(Undid spam)
Tag: Undo
Line 18: Line 18:
  
 
==My to-do==
 
==My to-do==
Try to fix tables not floating on pages with infobox.  
+
<s>Try to fix tables not floating on pages with infobox.</s> DONE
 
* See [[war mask]].
 
* See [[war mask]].
 +
 +
Set the table to float, see below. Other pages may need this applied too; will do it if I see them.
 +
 +
<code><nowiki><div style="float: left;"></nowiki></code></br>
 +
<code><nowiki>table or other content</nowiki></code></br>
 +
<code><nowiki></div></nowiki></code>
  
 
== Sandbox ==
 
== Sandbox ==
 
*[[User:Jimyoda/Sandbox1|Sandbox1]]
 
*[[User:Jimyoda/Sandbox1|Sandbox1]]
 
*[[User:Jimyoda/Sandbox2|Sandbox2]]
 
*[[User:Jimyoda/Sandbox2|Sandbox2]]

Revision as of 20:12, 4 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