Difference between revisions of "Template:Safe to delete/doc"

From RimWorld Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
{{TOCright}}
 
{{TOCright}}
==Description==
+
== Description ==
 
You can use this to mark a page as safe to delete. You should go through a series of checks before marking any page as safe to delete.
 
You can use this to mark a page as safe to delete. You should go through a series of checks before marking any page as safe to delete.
  
==Before Usage==
+
== Before usage ==
  
 
# Double check the pages What Links Here page
 
# Double check the pages What Links Here page
Line 10: Line 10:
 
# Make sure that it is categorized correctly as a page that should be deleted
 
# Make sure that it is categorized correctly as a page that should be deleted
  
==Removing==
+
== Removing ==
  
 
If there is discussion on the page that has been marked for deletion, and the deletion is in question, you can remove this notice by deleting the following code in the [[#Usage]] section of this documentation.
 
If there is discussion on the page that has been marked for deletion, and the deletion is in question, you can remove this notice by deleting the following code in the [[#Usage]] section of this documentation.
Line 16: Line 16:
 
'''Remember: Only remove the notice if there is any doubt whether the page in question should be deleted.'''
 
'''Remember: Only remove the notice if there is any doubt whether the page in question should be deleted.'''
  
==Usage==
+
== Usage ==
 
Place the following code snippet at the top of the page that you wish to mark for deletion, before any other text on the page. Be sure to add the "noinclude" tags.
 
Place the following code snippet at the top of the page that you wish to mark for deletion, before any other text on the page. Be sure to add the "noinclude" tags.
  
Line 25: Line 25:
 
  </pre>
 
  </pre>
  
==Sample Output==
+
== Sample output ==
{{rwbox
+
{{Safe to delete|no category=1}}
|nocat=true
 
|type=safe
 
|text=This page has been marked as safe to delete. Check out the [[Special:RecentChangesLinked/{{FULLPAGENAME}}|recent changes]] page to see who marked this as safe to delete. {{#if:{{{reason|}}}|Reason: {{{reason|}}}|}}<br/><br/>If you disagree with its safety of deletion, please explain why in the [[{{TALKPAGENAME}}|Discussion]] page or in the [https://discord.gg/FRXkwyn Rimworld Wiki Discord Deletion Discussion Channel]. Also be sure to remove this Modal. For more information on removing this Modal, please see [[Template:Safe to delete/doc|the documentation]].<br/><br/>Even though this page has been marked as safe to delete, please remember to double check '''[[Special:Whatlinkshere/{{FULLPAGENAME}}|What Links Here]]''' and the '''[{{fullurl:{{FULLPAGENAME}}|action=history}} Page History]''' before deleting.
 
}}
 
  
 
<includeonly>[[Category:Notice templates]]</includeonly>
 
<includeonly>[[Category:Notice templates]]</includeonly>
 
<noinclude>[[Category:Template documentation]]</noinclude>
 
<noinclude>[[Category:Template documentation]]</noinclude>

Latest revision as of 00:31, 23 October 2022

Description[edit]

You can use this to mark a page as safe to delete. You should go through a series of checks before marking any page as safe to delete.

Before usage[edit]

  1. Double check the pages What Links Here page
  2. Double check the pages Recent Changes or History Page
  3. Make sure that no other pages link to it's page
  4. Make sure that it is categorized correctly as a page that should be deleted

Removing[edit]

If there is discussion on the page that has been marked for deletion, and the deletion is in question, you can remove this notice by deleting the following code in the #Usage section of this documentation.

Remember: Only remove the notice if there is any doubt whether the page in question should be deleted.

Usage[edit]

Place the following code snippet at the top of the page that you wish to mark for deletion, before any other text on the page. Be sure to add the "noinclude" tags.

 <noinclude>
   {{Safe to delete}}
 </noinclude>
 

Sample output[edit]