Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Help
Community portal
Steward requests
test1-
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Template:Update/doc
Template
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Special pages
Page information
Get shortened URL
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Documentation subpage}} <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> {{High-use| 20176 }} {{Twinkle standard installation}} {{Lua|Module:Unsubst}} == Usage == This template can be used to mark articles or sections that have old or out-of-date information. * Include the reason why an article needs updating, unless the reason is very obvious. * To specify what parts of the page need updating, use the first unnamed parameter (or name it {{para|part}} or number it {{para|1}}): {{tlc|{{BASEPAGENAME}}|part{{=}}the later-life and death material and the <nowiki>[[#Legacy|Legacy]]</nowiki> section|date{{=}}{{CURRENTMONTHNAME}} {{CURRENTYEAR}}}} * To use the template in one specific section, and change its wording to refer to the section instead of the page, use {{para||section}} and insert the template at the top of the section: {{tlc|{{BASEPAGENAME}}|section|date{{=}}{{CURRENTMONTHNAME}} {{CURRENTYEAR}}}} * To display the date (in whatever format) of the last significant update to the page, use the second unnamed parameter (or name it {{para|updated}} or number it {{para|2}}): {{tlc|{{BASEPAGENAME}}|updated{{=}}{{#time:j F Y|-1 month}}|date{{=}}{{CURRENTMONTHNAME}} {{CURRENTYEAR}}}} *: Note: The parameter name or number must be used if the first numbered/unnamed parameter is not used. * To add the date when the tag was added (this is used for cleanup categorization), use: {{tlc|{{BASEPAGENAME}}|date{{=}}{{CURRENTMONTHNAME}} {{CURRENTYEAR}}}} *: You can also do: {{tlc|{{BASEPAGENAME}}|{{tls|DATE}}}} * To explain that the article now has inaccuracies (not just missing information) due to being outdated, use {{para|inaccurate|yes}}: {{tlc|{{BASEPAGENAME}}|inaccurate{{=}}yes|date{{=}}{{CURRENTMONTHNAME}} {{CURRENTYEAR}}}} * To link to a particular section of the talk page where the update is being discussed, use {{para|talk|{{var|Section title}}}} ({{para|talksection}} and {{para|discuss}} are equivalent to {{para|talk}}): {{tlc|{{BASEPAGENAME}}|talk{{=}}Shall we update this for {{CURRENTYEAR}}?|date{{=}}{{CURRENTMONTHNAME}} {{CURRENTYEAR}}}} * To display a reason (after the added phrase "In particular{{colon}}"), use {{para|reason|{{var|a short comment here}}}}, e.g. {{tlc|{{BASEPAGENAME}}|reason{{=}}Is missing the {{CURRENTMONTHNAME}} {{CURRENTYEAR}} election results|date{{=}}{{CURRENTMONTHNAME}} {{CURRENTYEAR}}}} * These parameters can be combined: {{tnull|{{BASEPAGENAME}}|part{{=}}The <nowiki>[[#Production|Production]]</nowiki> section and follow-on material|reason{{=}}the film is released, so this needs a "Critical reception" section, too|inaccurate{{=}}yes|talk{{=}}Post-release updating|updated{{=}}{{#time:F Y|-3 month}}|date{{=}}{{CURRENTMONTHNAME}} {{CURRENTYEAR}}}} == Example == {{tlc|{{BASEPAGENAME}}|documentation|date{{=}}{{CURRENTMONTHNAME}} {{CURRENTYEAR}}}} {{{{BASEPAGENAME}}|documentation}} The template detects which [[Wikipedia:Namespace|namespace]] it is used in and changes accordingly: {| class="wikitable" ! Article | {{{{BASEPAGENAME}}|type=article|demospace=main|date={{CURRENTMONTHNAME}} {{CURRENTYEAR}}}} |- ! Category | {{{{BASEPAGENAME}}|type=category|demospace=category|date={{CURRENTMONTHNAME}} {{CURRENTYEAR}}}} |- ! Template | {{{{BASEPAGENAME}}|type=template|demospace=template|date={{CURRENTMONTHNAME}} {{CURRENTYEAR}}}} |} {{tlc|{{BASEPAGENAME}}|section}} produces: {| class="wikitable" ! Article | {{{{BASEPAGENAME}}|section|type=article|demospace=main|date={{CURRENTMONTHNAME}} {{CURRENTYEAR}}}} |- ! Category | {{{{BASEPAGENAME}}|section|type=category|demospace=category|date={{CURRENTMONTHNAME}} {{CURRENTYEAR}}}} |- ! Template | {{{{BASEPAGENAME}}|section|type=template|demospace=template|date={{CURRENTMONTHNAME}} {{CURRENTYEAR}}}} |} This template will add [[w:WP:mainspace|mainspace]] articles to [[w:Category:Wikipedia articles in need of updating|Category:Wikipedia articles in need of updating]] (this category is not populated by pages in other [[w:WP:namespace|namespace]]s). For factual inaccuracies, stronger wording is used and mainspace articles will be added to [[:Category:Articles with obsolete information]]. {{tlc|{{BASEPAGENAME}}|2=inaccurate=yes}} {{{{BASEPAGENAME}}|type=article|demospace=main|inaccurate=yes}} == TemplateData == {{TemplateDataHeader}} <templatedata> { "description": "Use this tag to alert readers that the article is out of date and may need updating.", "params": { "date": { "label": "Month and year", "description": "Provides the month and year of the update request; e.g., 'January 2018', but not 'jan18'", "type": "string", "required": false, "autovalue": "{{subst:CURRENTMONTHNAME}} {{subst:CURRENTYEAR}}", "suggested": true }, "updated": { "aliases": [ "2" ], "label": "Last updated", "description": "Date of last significant update", "type": "date" }, "inaccurate": { "label": "Inaccurate?", "description": "Use 'yes' if the article has inaccuracies due to being out of date.", "example": "yes", "type": "boolean" }, "talksection": { "aliases": [ "discuss", "talk" ], "label": "Talk page section", "description": "Section name on talk page where the discussion takes place", "type": "string" }, "reason": { "label": "Reason", "description": "Explanation why the article is out of date", "type": "content", "suggested": true }, "part": { "aliases": [ "1" ], "label": "Type (section)", "description": "Part that needs updating (e.g. to replace the word \"article\", often \"section\")", "example": "section", "type": "string", "default": "article", "autovalue": "", "suggested": true }, "type": { "label": "Type", "description": "Type of page, overriding [[:mw:Help:Magic_words#Namespaces|SUBJECTSPACE]]", "type": "string", "example": "article", "suggested": false }, "demospace": { "label": "Demospace", "description": "", "type": "string", "required": false }, "cat": { "label": "Cat", "description": "Only required if a specific maintenance category is needed.", "type": "string", "required": false } }, "format": "inline", "paramOrder": [ "part", "date", "updated", "inaccurate", "talksection", "reason", "demospace", "cat", "type" ] } </templatedata> == Alternatives == * {{tl|Update after}} is an alternative for individual statements that will be out-of-date at a specifiable future date. It is a more recent and preferred alternative to [[Wikipedia:As of]]. It also adds articles to [[:Category:Wikipedia articles in need of updating]]. == See also == * {{tl|As of}} * {{tl|Current}} * {{tl|Missing information}} * {{tl|Recentism}} * {{tl|Show by date}}/{{tls|Show by}} * {{tl|Time-context}} * {{tl|Update inline}} * {{tl|Updated}} * {{tl|When}} <includeonly>{{sandbox other|| <!-- ADD CATEGORIES BELOW THIS LINE --> }}</includeonly>
Summary:
Please note that all contributions to test1- may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
test1-:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:CURRENTCONTENTLANGUAGE
(
edit
)
Template:Colon
(
edit
)
Template:Documentation subpage
(
edit
)
Template:High-use
(
edit
)
Template:Lua
(
edit
)
Template:Mbox
(
edit
)
Template:Para
(
edit
)
Template:Sandbox other
(
edit
)
Template:TemplateDataHeader
(
edit
)
Template:TemplateData header
(
edit
)
Template:Template link code
(
edit
)
Template:Template link general
(
edit
)
Template:Template link with subst
(
edit
)
Template:Template other
(
edit
)
Template:Tl
(
edit
)
Template:Tlc
(
edit
)
Template:Tlg
(
edit
)
Template:Tls
(
edit
)
Template:Tnull
(
edit
)
Template:Translation
(
edit
)
Template:Twinkle standard installation
(
edit
)
Template:Update
(
edit
)
Template:Var
(
edit
)
Module:Arguments
(
edit
)
Module:Check for unknown parameters
(
edit
)
Module:High-use
(
edit
)
Module:List
(
edit
)
Module:Lua banner
(
edit
)
Module:Message box
(
edit
)
Module:Message box/configuration
(
edit
)
Module:No globals
(
edit
)
Module:String
(
edit
)
Module:TNT
(
edit
)
Module:TableTools
(
edit
)
Module:Template link general
(
edit
)
Module:Template translation
(
edit
)
Module:Transclusion count
(
edit
)
Module:Transclusion count/data/U
(
edit
)
Module:Yesno
(
edit
)