Editing User:Spdskatr

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
{{Fmbox |type=warning |text = <nowiki><!-- {{Impressive |title=Visionary}} --></nowiki>'''Be humble, little one.'''|image=none}}
+
<pre>
==Inside the code==
+
<nowiki>
Participate! Files can be found in your steam library &rarr; common &rarr; RimWorld &rarr; Mods &rarr; Core &rarr; Defs
+
''Italics''
  
'''Mass ThingDefs:'''
+
'''Bold'''
*Buildings
 
**Finished: ALL
 
*Items
 
**Finished: ALL
 
*Misc
 
**Finished: ALL BUT some headgear and power armor (No page)
 
*Plants
 
**Finished: ALL(Plants don't have mass) (What?)
 
*Races
 
**Finished: ALL
 
  
==Light reading for when reading a wiki is very boring and this is an impressive heading because I want to attract your attention have fun in the little section that I wrote :) XD==
+
{{TemplateName | Parameter = Value}}
  
===RNG===
+
[[link title | www.link.url]]
<div style=text-align:center><b style="font-size:2em">How does [[Template:RNG]] work?</b></div>
 
  
DISCLAIMER: The template is useless for anything proper on the wiki. However feel free to use for shenenigans like [[Template:Impressive]].
+
*dot point
 +
**indented dot point
 +
*** etc
  
Technically, the template does not generate ''truly'' random numbers, just numbers random enough so that you won't be able to tell that it is ordered. It works by exploiting the special property of square numbers, such that the last digit can be easily predicted, but the middle digits are statistically random for high values. Therefore, my RNG works by chopping off the last digit of a continuously changing square number (created by the magic word <nowiki>{{REVISIONTIMESTAMP}}</nowiki>), and then mashing the numbers around so the different seeds are unlike, until finally using modulo(<code>mod</code>) to truncate the number within the limits specified.
+
{{#if: This part is filled then | filled | empty}}
  
This does mean that if you type limit=10000... you may find yourself disappointed at the randomness of your generated number. I will include a warning for any number greater than 1 000 000, as randomness may break down after that level.
+
{{#expr: 45 + 5 * 3}} —> 60
  
<b style="font-size:1.5em">Example</b>
+
<!--Comments go here-->
  
Starting number: 621
+
You can start a new paragraph by pressing enter twice.
  
Step 1. Square it: 385 641
+
Only pressing space once does
 
+
nothing to formatting.
Step 2. Chop it up: 38 564
+
</nowiki>
 
+
</pre>
Step 3. Multiply it by plasteel and add xerigium: 20 439 704
 
 
 
Step 4. Repeat step 3: 1 083 305 043
 
 
 
Step 5. Number from 1 to 100: 43
 
 
 
<b style="font-size:1.5em">Discussion</b>
 
 
 
Coming soon... Here are a few dot points.
 
 
 
*Limits of MediaWiki language
 
**Strings and length
 
**Arrays
 
**Digital roots
 
*Advantages of MediaWiki language
 
**Simplicity
 
**Similarity to HTML
 
*Own limitations
 
**PHP coding & super admin privileges
 

Please note that all contributions to RimWorld Wiki are considered to be released under the CC BY-SA 3.0 (see RimWorld Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

Template used on this page: