Difference between revisions of "User:Tark/Sandbox"

From Team Fortress Wiki
Jump to: navigation, search
m
m
(52 intermediate revisions by 2 users not shown)
Line 1: Line 1:
While it is not possible for [[Help:Group rights|Wiki Staff]] (including administrators) to fully delete accounts on the [[Team Fortress Wiki]] due to limitations of the software, users that no longer wish to have their account publicly present on the Team Fortress Wiki may request a deletion of any self-made content created and/or uploaded within their user space, including the user page. Users may also request their edits to be hidden in the edit history tab and/or have their account renamed to '''DeletedUserXXXX''' and merged with an anonymous account. These tasks can only be carried out by [[Help:Group rights#Administrators|administrators]].
+
<div id="template-documentation" style="clear: both; margin: 1em 0 0 0; border: 1px solid #aaa; background-color: #ecfcf4; padding: 1em; font-family: sans-serif">
 +
<div style="padding-bottom:3px;border-bottom:1px solid #aaa;margin-bottom:1ex">
  
The Team Fortress Wiki does not collect any personal data aside from the email address used to sign up with, if provided; your email address will ''not'' be shown publicly at any time and is also anonymous to the staff and administrators. Users can remove or change their email address under their '''[[Special:Preferences|Preferences]]''' at any time, located in the top-right navigation menu.  
+
'''Item infobox:'''
 +
* Update <code>used-by</code>
 +
** Use {{tlx|Used by}}.
 +
*** <code><nowiki>used-by = [[Spy]]</nowiki></code>/<code><nowiki>used-by = {{used by|Spy}}</nowiki></code>/etc. should be changed to <code>used-by = Spy</code>.
 +
*** Figure out how to handle ''all-except''.
 +
* Update <code>item-kind</code>
 +
** Use {{tlx|item name|item type {{{item-kind}}}}}.
 +
* Change <code>item-description</code> to <code>yes</code>/<code>no</code> values.
 +
** If yes, use the dictionary string.
 +
** If, for some odd reason, the description can't be stored in the dictionary, use <code>item-description-override</code> to display a custom one.
 +
* Update <code>unusual-effect</code>
 +
** See [https://wiki.teamfortress.com/w/index.php?title=Template%3AItem_infobox%2FSandbox&type=revision&diff=3610124&oldid=3610122 this diff].
 +
** Use {{tlx|item name|{{{unusual-effect}}}}}.
 +
* Update <code>item-flags</code>
 +
** See [https://wiki.teamfortress.com/w/index.php?title=Template%3AItem_infobox%2FSandbox&type=revision&diff=3610124&oldid=3610122 this diff].
 +
** Maybe keep the English text (e.g., "Not Tradable") instead of the attribute name (e.g., "CannotTrade") for readability.
 +
* Update <code>att-n-[type]</code>
 +
** See [https://wiki.teamfortress.com/w/index.php?title=Template%3AItem_infobox%2FSandbox&type=revision&diff=3610124&oldid=3610122 this diff].
 +
** Use {{tlx|attribute}} (see template documentation).
  
Please note that your IP address is logged and may be looked up by administrators in case of suspicious activity, such as [[TFW:Policies#Blocks|block evasion]] or [[w:Wikipedia:Sockpuppetry|sockpuppetry]].
+
<hr>
 +
'''WindBOT:'''
  
To request an account deletion:
+
* Sync <code>used-by</code>
* Contact an [[Help:Group rights|administrator]] through their talk page or [[Special:EmailUser|email]].
+
* Sync <code>released</code> & <code>released-major</code>.
* Clearly state that you would like your account and/or certain content to be deleted, including the option to have your username removed from the edit history.
+
** If <code>released-major</code> is set, sync <code>released</code> and <code>released-major</code>.
* Once the request has been fulfilled, the administrator will inform you of the outcome.
+
** If <code>released</code> is set to {{tlx|Patch name}}, sync <code>released</code>.
** Please note that if you made your request via email, it may not be possible for the administrator to reply.
+
** Otherwise, skip.
 +
* Sync <code>availability</code>
 +
** {{tlx|avail}} needs to be updated to handle single-use cases (e.g., [[Wiki Cap]], [[Lo-Fi Longwave]], others).
 +
* Sync <code>item-kind</code>
 +
* Sync <code>item-description</code>
 +
* Sync <code>unusual-effect</code>
 +
* Sync <code>item-flags</code>
 +
* Sync <code>att-n-[type]</code>
 +
 
 +
''Note: "Sync" here means that when WindBOT is updating a translated page, e.g., [[Unusual Cap/ru]], it should seek the values of the original template instead, as we assume the English page is the one which is up to date.''

Revision as of 12:30, 13 May 2024

Item infobox:

  • Update used-by
    • Use {{Used by}}.
      • used-by = [[Spy]]/used-by = {{used by|Spy}}/etc. should be changed to used-by = Spy.
      • Figure out how to handle all-except.
  • Update item-kind
  • Change item-description to yes/no values.
    • If yes, use the dictionary string.
    • If, for some odd reason, the description can't be stored in the dictionary, use item-description-override to display a custom one.
  • Update unusual-effect
  • Update item-flags
    • See this diff.
    • Maybe keep the English text (e.g., "Not Tradable") instead of the attribute name (e.g., "CannotTrade") for readability.
  • Update att-n-[type]

WindBOT:

  • Sync used-by
  • Sync released & released-major.
    • If released-major is set, sync released and released-major.
    • If released is set to {{Patch name}}, sync released.
    • Otherwise, skip.
  • Sync availability
  • Sync item-kind
  • Sync item-description
  • Sync unusual-effect
  • Sync item-flags
  • Sync att-n-[type]

Note: "Sync" here means that when WindBOT is updating a translated page, e.g., Unusual Cap/ru, it should seek the values of the original template instead, as we assume the English page is the one which is up to date.