m (→Sample) |
mNo edit summary |
||
Line 1: | Line 1: | ||
==Description== | ==Description== | ||
<!--Short summary of what the main function of the template is--> | <!--Short summary of what the main function of the template is--> | ||
This template allows you to "claim" pages you want to edit for up to | This template allows you to "claim" pages you want to edit for up to 72 hours (3 days). | ||
==Syntax== | ==Syntax== | ||
<pre>{{subst:claim|Username}}</pre> | <pre>{{subst:claim|Username}}</pre> | ||
Line 7: | Line 7: | ||
'''You ''must'' [https://www.mediawiki.org/wiki/Help:Substitution substitute] this template. Transcluding it normally will not work.''' | '''You ''must'' [https://www.mediawiki.org/wiki/Help:Substitution substitute] this template. Transcluding it normally will not work.''' | ||
==Usage== | ==Usage== | ||
The claim warning is used to prevent [[wikipedia:Help:Edit_conflict|edit conflicts]]. It places a box explaining that a user (should be yourself) is wanting to edit a page, and is wanting to be the only editor until a specified time. The template hides itself after this time.<br>It is best to use this template at the very start of a page.<br>Keep in mind the importance of substituting the template - it does not work otherwise. This also leaves all the template code directly in the article. Comments surround this code to aid in deletion.<br>The purpose of limiting the time is that the claim template is supposed to be used directly before the user starts typing out the actual edit. With this in mind, it is not expected for the user to take more than a day to finish the edit. The maximum time is | The claim warning is used to prevent [[wikipedia:Help:Edit_conflict|edit conflicts]]. It places a box explaining that a user (should be yourself) is wanting to edit a page, and is wanting to be the only editor until a specified time. The template hides itself after this time.<br>It is best to use this template at the very start of a page.<br>Keep in mind the importance of substituting the template - it does not work otherwise. This also leaves all the template code directly in the article. Comments surround this code to aid in deletion.<br>The purpose of limiting the time is that the claim template is supposed to be used directly before the user starts typing out the actual edit. With this in mind, it is not expected for the user to take more than a day or two to finish the edit. The maximum time is 72 hours. Be considerate to your fellow editors and keep the claim time at a minumum. Do not re-claim a page multiple times either.<br>Note that although you can specify ''any'' user, it should definitely be yourself, unless you are (for some reason) placing the template on someone else's behalf. | ||
==Parameters== | ==Parameters== | ||
<templatedata>{ "description": "","params": { | <templatedata>{ "description": "","params": { | ||
Line 20: | Line 20: | ||
"label": "Hours claimed", | "label": "Hours claimed", | ||
"type": "number", | "type": "number", | ||
"description": "The length of the claim in hours. Can be any number 1- | "description": "The length of the claim in hours. Can be any number 1-72.", | ||
"example": "5", | "example": "5", | ||
"default": "1 hour" | "default": "1 hour" | ||
Line 26: | Line 26: | ||
==Sample== | ==Sample== | ||
The following input: | The following input: | ||
<pre>{{subst:claim| | <pre>{{subst:claim|ZASNK}}</pre> | ||
Produces: | Produces: | ||
<!--This is where a "claim" template is. If it's gone, not needed, or you want to renew it, delete all this first.--> | |||
{{#ifeq:{{#expr: {{CURRENTTIMESTAMP}} < | |||
{{#ifeq:{{#expr: | 20230715161628}}|1|<div style="border: 1px #967255 solid; padding: 0.5em; -webkit-border-radius:10px;">[[File:MoaiStatue(badgeYN).png|50px]] Planned to be edited by [[User:ZASNK]] until | ||
2023-07-15 at 16:16 UTC. Editing now could cause an [[wikipedia:Help:Edit_conflict|edit conflict]]. If you still wish to edit, it's best to [[User talk:ZASNK|speak with them]] first. ''[{{SERVER}}{{localurl:{{NAMESPACE}}:{{PAGENAME}}|action=purge}} Refresh]''</div>|}} | |||
<!--Code from the "claim" template ends here. Remember to delete these comments when deleting or re-using--> | |||
<!--Code from the "claim" template ends here. Remember to delete these comments | |||
<br>Note: this example is rigged to never disappear. | <br>Note: this example is rigged to never disappear. | ||
<noinclude>__NOTOC__ [[Category:Template Documentation]]</noinclude> | <noinclude>__NOTOC__ [[Category:Template Documentation]]</noinclude> | ||
<includeonly>__NOEDITSECTION__</includeonly> | <includeonly>__NOEDITSECTION__</includeonly> |
Revision as of 15:16, 15 July 2023
Description
This template allows you to "claim" pages you want to edit for up to 72 hours (3 days).
Syntax
{{subst:claim|Username}}
{{subst:claim|Username|Hours}}
You must substitute this template. Transcluding it normally will not work.
Usage
The claim warning is used to prevent edit conflicts. It places a box explaining that a user (should be yourself) is wanting to edit a page, and is wanting to be the only editor until a specified time. The template hides itself after this time.
It is best to use this template at the very start of a page.
Keep in mind the importance of substituting the template - it does not work otherwise. This also leaves all the template code directly in the article. Comments surround this code to aid in deletion.
The purpose of limiting the time is that the claim template is supposed to be used directly before the user starts typing out the actual edit. With this in mind, it is not expected for the user to take more than a day or two to finish the edit. The maximum time is 72 hours. Be considerate to your fellow editors and keep the claim time at a minumum. Do not re-claim a page multiple times either.
Note that although you can specify any user, it should definitely be yourself, unless you are (for some reason) placing the template on someone else's behalf.
Parameters
Parameter | Description | Type | Status | |
---|---|---|---|---|
Username | 1 | Your username. Your user page and user talk page will both be linked in the template.
| Line | required |
Hours claimed | 2 | The length of the claim in hours. Can be any number 1-72.
| Number | optional |
Sample
The following input:
{{subst:claim|ZASNK}}
Produces:
Note: this example is rigged to never disappear.