User:Gangsir: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Updated with contact info.)
m (Update)
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
Hello there, I'm Gangsir. I'm a student/tutor in real life, and a factorio player. I like to contribute to documentation on games that I play, so that others can learn and understand the game. Most of what I do on this wiki is helping new users, and general clean up.  
{{DISPLAYTITLE:Gangsir}}
 
''Rank: <span style="color:#FF0000">Administrator</span>, Trusted User''
 
Hello there, I'm Gangsir. I'm a software development student in real life, and a Factorio player. I like to contribute to documentation on games that I play, so that others can learn and understand the game. Most of what I do on this wiki is helping new users, and general clean up.  


== Contact ==
== Contact ==
If you need to talk to me about something concerning the wiki, or have questions.


The best ways to contact me, in descending order of quality/urgency:
If you need to talk to me about something concerning the wiki, or have questions, please do not hesitate to contact me, I don't bite.
 
The best ways to contact me are listed below in descending order of quality/urgency:


# [https://www.reddit.com/message/compose/?to=gangsir Reddit], send a PM to /u/Gangsir. I'm online virtually every day.
# [https://www.reddit.com/message/compose/?to=gangsir Reddit], send a PM to /u/Gangsir. I'm online virtually every day.
# Leave a topic on my talk page.  
# Leave a topic on [[User_talk:Gangsir|my talk page]].  
# Contact me on [http://discordapp.com Discord] at <code><nowiki>Gangsir#2512</nowiki></code>. ''Please contact me another way beforehand to give me your username & identifier number. (Eg. <code>Name#number</code>) I don't accept random friend requests.''
# Send me a PM on the Factorio forums, at the same username. I check this infrequently.
# Send me a PM on the Factorio forums, at the same username. I check this infrequently.
=== My experience/general info ===
I have a few years experience editing and contributing to wikis and documentation. I'm fairly well versed in MediaWiki's formatting language, Java, Rust, and Lua. I have experience with community moderation and small experience with HTML.
I joined this wiki on July 18, 2016, and as of June 4th, 2017, I have made <code>1,927</code> edits to this wiki.


== See also ==
== See also ==


* [https://wiki.factorio.com/index.php?title=Special:Contributions/Gangsir My contributions]
* [https://wiki.factorio.com/index.php?title=Special:Contributions/Gangsir My contributions] - A general list of all my contributions.
** [https://wiki.factorio.com/index.php?namespace=all&username=Gangsir&title=Special%3ANewPages Pages I've created] - A list of all the pages I founded.
** [https://wiki.factorio.com/index.php?limit=100&tagfilter=&title=Special%3AContributions&contribs=user&target=Gangsir&namespace=6&newOnly=1&year=2016&month=-1 Files I've uploaded] - See all the files I've uploaded to this wiki.
* [[User:Gangsir/sandbox|My sandbox page]] - Where I place all my HTML/wikitext experiments.
 
== Commands for Linux ==
 
This is mostly for my own record, but anyone else is welcome to use these.
 
; Search through Factorio changelog for changes to an item:
 
<code>grep -i -e "MACHINE NAME" -e "version:" -A 1 changelog.txt | grep -iv -e "Fixed" -e "bugfix" -e "fix" -e "::" -e "Date:" -e "---" | grep -i "MACHINE NAME" -B 3</code>

Latest revision as of 01:01, 30 August 2017


Rank: Administrator, Trusted User

Hello there, I'm Gangsir. I'm a software development student in real life, and a Factorio player. I like to contribute to documentation on games that I play, so that others can learn and understand the game. Most of what I do on this wiki is helping new users, and general clean up.

Contact

If you need to talk to me about something concerning the wiki, or have questions, please do not hesitate to contact me, I don't bite.

The best ways to contact me are listed below in descending order of quality/urgency:

  1. Reddit, send a PM to /u/Gangsir. I'm online virtually every day.
  2. Leave a topic on my talk page.
  3. Contact me on Discord at Gangsir#2512. Please contact me another way beforehand to give me your username & identifier number. (Eg. Name#number) I don't accept random friend requests.
  4. Send me a PM on the Factorio forums, at the same username. I check this infrequently.


My experience/general info

I have a few years experience editing and contributing to wikis and documentation. I'm fairly well versed in MediaWiki's formatting language, Java, Rust, and Lua. I have experience with community moderation and small experience with HTML.

I joined this wiki on July 18, 2016, and as of June 4th, 2017, I have made 1,927 edits to this wiki.


See also

Commands for Linux

This is mostly for my own record, but anyone else is welcome to use these.

Search through Factorio changelog for changes to an item

grep -i -e "MACHINE NAME" -e "version:" -A 1 changelog.txt | grep -iv -e "Fixed" -e "bugfix" -e "fix" -e "::" -e "Date:" -e "---" | grep -i "MACHINE NAME" -B 3