Difference between revisions of "Template:Dated maintenance category/doc"

From London Hackspace Wiki
Jump to navigation Jump to search
(Replaced content with 'This is Dumb')
 
(+ja)
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
This is Dumb
+
{{Documentation subpage}}
 +
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
 +
{{shortcut|Template:DMC}}
 +
 
 +
{{redirect|Template:DMCA's documentation|the United States law of that name|Digital Millennium Copyright Act}}
 +
 
 +
===Usage===
 +
* This template adds a category or dated category to a page.
 +
* It will add the page to an optional additional category.
 +
* If the dated category is invalid it will add the page to [[:Category:Articles with invalid date parameter in template]]
 +
 
 +
===Syntax===
 +
* Parameter 1: Default category name (without <code>Category</code>) - the category if there is no date, but also the stem of the category name when there is a date..
 +
* Parameter 2: Preposition (from, since, in, as of).
 +
* Parameter 3: Date (month year, e.g. {{#time:F Y}}. Usually the "date" parameter of the calling template <code><nowiki>{{{date|}}}</nowiki></code>.
 +
* Parameter 4: Category all the articles go in, dated or not (if there is one).
 +
* Parameter 5: Alternative default category, used when parameter 1 is right for forming the dated category, but the undated items need to go somewhere else.
 +
 
 +
=== Technical ===
 +
The parameter ''onlyarticles'' ({{Tl|Dated maintenance category}} only) is used for template design, restricting the function of this template to article namespace (as in {{tl|DMCA}} ).
 +
 
 +
===Examples===
 +
* <code><nowiki>{{DMCAT|Wikipedia articles that are too technical|from|{{{date|}}}}}</nowiki></code> will categorise all ''articles'' and  ''article talk pages''in [[:Category:Wikipedia articles that are too technical from {{#time:F Y|-1 month}}]], if the date is set {{#time:F Y|-1 month}} e.g. If such a category does not exist, or the date was set incorrectly, this template will ''also'' add the article to [[:Category:Articles with invalid date parameter in template]].
 +
 
 +
* <code><nowiki>{{DMCA|Articles to be split|from|{{{date|}}}|All articles to be split}}</nowiki></code> will categorise all ''articles'' in [[:Category:Articles to be split from {{#time:F Y|-1 month}}]], if the date is set {{#time:F Y|-1 month}} e.g. If such a category does not exist, or the date was set incorrectly, this template will ''also'' add the article to [[:Category:Articles with invalid date parameter in template]]. In either case the article will be added to [[:Category:All articles to be split]].
 +
 
 +
* <code><nowiki>{{DMCA|Articles to be split|from|{{{date|}}}|All articles to be split}}</nowiki></code> will categorise all ''articles'' in [[:Category:Articles to be split from {{#time:F Y|-1 month}}]], if the date is set {{#time:F Y|-1 month}} e.g. If such a category does not exist, or the date was set incorrectly, this template will ''also'' add the article to [[:Category:Articles with invalid date parameter in template]]. In either case the article will be added to [[:Category:All articles to be split]].
 +
 
 +
* <code><nowiki>{{DMCA|||Dutch mathematicians}}</nowiki></code> is the straight category [[:Category:Dutch mathematicians]].
 +
 
 +
=== Note ===
 +
An incorrect date is any date which is not of the form {{#time:F Y}}, e.g. <code>{{#time:F d, Y}}</code>, or <code>june</code> instead of <code>June</code>, or other spelling mistakes.
 +
 
 +
=== Related templates ===
 +
{{#ifeq:{{PAGENAME}}|Dated maintenance category|* {{Tl|DMCA}}|{{#ifeq:{{PAGENAME}}|DMCA|* {{Tl|DMC}}|* {{Tl|DMCA}}<br />{{Tl|DMC}}}}}}
 +
 
 +
<includeonly>
 +
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
 +
[[Category:Time and date maintenance templates]]
 +
[[Category:Namespace manipulation templates]]
 +
 
 +
[[eo:Ŝablono:Datita prizorga kategorio]]
 +
[[id:Templat:Dated maintenance category]]
 +
[[ja:Template:DMCA]]
 +
[[mk:Шаблон:DMC]]
 +
[[pt:Predefinição:Categoria de manutenção datada]]
 +
[[uk:Шаблон:DMCA]]
 +
</includeonly>

Revision as of 13:13, 20 September 2010

Template:Mbox

Shortcut:

Template:Redirect

Usage

Syntax

  • Parameter 1: Default category name (without Category) - the category if there is no date, but also the stem of the category name when there is a date..
  • Parameter 2: Preposition (from, since, in, as of).
  • Parameter 3: Date (month year, e.g. April 2024. Usually the "date" parameter of the calling template {{{date|}}}.
  • Parameter 4: Category all the articles go in, dated or not (if there is one).
  • Parameter 5: Alternative default category, used when parameter 1 is right for forming the dated category, but the undated items need to go somewhere else.

Technical

The parameter onlyarticles ({{Dated maintenance category}} only) is used for template design, restricting the function of this template to article namespace (as in {{DMCA}} ).

Examples

Note

An incorrect date is any date which is not of the form April 2024, e.g. April 29, 2024, or june instead of June, or other spelling mistakes.

Related templates