Template:Userspace draft/doc: Difference between revisions

Content deleted Content added
Undid revision 772784126 by Steveb 1990 (talk); rv misplaced edit
I don't think that is true anymore
 
(33 intermediate revisions by 19 users not shown)
Line 1:
{{Documentation subpage}}
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
{{High use}}
This template adds pages to [[:Category:Userspace drafts]] or a dated subcategory thereof.
 
If this template is found in a page in the [[Wikipedia:Main namespace|Main namespace]], it outputs nothing to the resulting page. If this template is found in a page in a namespace that is not the [[Wikipedia:User namespace|User namespace]], it adds the page to [[:Category:Misplaced userspace drafts]].
It adds the pages to [[:Category:Userspace drafts]] or a dated subcategory thereof, unless the parameter <tt>source=ArticleWizard</tt> is used, in which case it's [[:Category:Userspace drafts created via the Article Wizard]] or a dated subcategory thereof.
 
If the page is in article mainspace it shows {{Tl|New unreviewed article}}, and in all other namespaces it adds the category [[:Category:Misplaced userspace drafts]].
 
This template is added automatically to userspace drafts created via the [[Wikipedia:Article wizard 2.0]] (the discussion page is at [[WT:WIZ2]]).
 
This template automatically adds the page to [[:Category:Stale userspace drafts]], if it has not been edited for more than a year.
Note: when used in User, User talk or Wikipedia talk [[WP:NS|namespaces]], this template automatically includes [[H:MW#Behavior switches|<nowiki>__NOINDEX__</nowiki>]].
 
If the page this template is on has not been edited it over a year, it will appear in [[:Category:Stale userspace drafts]].
 
== Usage ==
To use, add '''{<code><nowiki/>{{</nowiki>Userspace draft|date={{CURRENTMONTHNAME}} {{CURRENTYEAR}}}}'''</code> to the very top of a draft article in [[WP:Userspace|userspace]] (not its talk page). to produce
{{Userspace draft|demo=yes}}
 
This template should only be used in userspace. To denote articles in the mainspace that are undergoing major edits, use {{tl|InuseIn use}}.
 
===Minimalist output===
 
{{See also|Template:Workpage}}
<code><nowiki>{{</nowiki>Userspace draft|help=no|date={{CURRENTMONTHNAME}} {{CURRENTYEAR}}}}</code> will produce a minimalistic output
{{Userspace draft|help=no|demo=yes}}
 
===Optional parameters===
 
*{{para|last|yes}} will give the last updated date, via an embedded {{tl|Last updated}} (Note: Application of this template to the page, not just the last content edit, will also qualify.)
*{{para|page}} allows you to specify a custom page name for where the page may be located after the draft is complete. If it isn't specified, it will default to the subpage title.
*{{para|noobnewuser|no}} will suppress the display of "instructional wording", forbut experiencedwill editorskeep whothe alreadylinks knowto howthe totools develop(i.e., userspaceit draftssuppresses intoless articlesthan {{para|help|no}}).
*{{para|afc|no}} will suppress only the display of the [[WP:AFC]] instructions at the end (i.e., it suppresses less than {{para|help|no}} and less than {{para|newuser|no}}).
*{{para|article}} replace the wording "a Wikipedia article" with something else, e.g. "an essay" or "a wikiproject", to reflect the nature of a non-article draft. Using this option will also suppress features relating to the Article Creation Wizard and the submission of article drafts for review.
*{{para|extra}} Extra text explaining, for example, what's left to do in the article.
 
===Example using more parameters===
<code><nowiki>{{</nowiki>Userspace draft|help=no|date={{CURRENTMONTHNAME}} {{CURRENTYEAR}}|extra=The main thing left to do is add inline citations. If you find this draft and wish to finish the job, I'd prefer you give me the chance to finish this, but if this has been sitting for months or years and you stumble upon it, feel free to finish it.}}</code>
{{Userspace draft|help=no|date={{CURRENTMONTHNAME}} {{CURRENTYEAR}}|extra=The main thing left to do is add inline citations. If you find this draft and wish to finish the job, I'd prefer you give me the chance to finish this, but if this has been sitting for months or years and you stumble upon it, feel free to finish it.|demo=yes}}
<!--
{{Tlx|{{BASEPAGENAME}}|last{{=}}yes}}
Line 38 ⟶ 49:
* Tagged incorrectly
* Tagged prior to [[WP:Userfication|Userfication]] (strictly speaking ''incorrectly'').
 
==Template Data==
{{Template data header}}
 
<templatedata>
{
"params": {
"demo": {},
"article": {
"label": "Replace \"Article\"",
"description": "Whether to replace the \"article\" from \"This is not a Wikipedia article\" to more accurately reflect what the draft is. Using this option will also suppress features relating to the Article Creation Wizard and the submission of article drafts for review.",
"example": "essay, wikiproject",
"type": "string"
},
"page": {
"label": "Page",
"description": "Allows you to specify a custom page name for where the page may be located after the draft is complete. If it isn't specified, it will default to the subpage title.",
"type": "string"
},
"newuser": {
"aliases": [
"noob"
],
"label": "Show New User Text",
"description": "Setting to \"no\" will suppress the display of \"instructional wording,\" but will keep the links to the tools.",
"type": "string",
"suggestedvalues": [
"yes",
"no"
],
"autovalue": "no"
},
"help": {
"label": "Show Help",
"description": "Setting to \"no\" will produce a minimal output, only notifying users that this page is a work in progress with no links.",
"type": "string",
"suggestedvalues": [
"yes",
"no"
],
"autovalue": "no"
},
"extra": {
"label": "Extra",
"description": "Extra text explaining, for example, what's left to do in the article.",
"example": "The main thing left to do is add inline citations.",
"type": "string"
},
"afc": {
"label": "Show AFC Info",
"description": "Setting to no will suppress only the display of the WP:AFC instructions at the end.",
"type": "string",
"suggestedvalues": [
"yes",
"no"
],
"suggested": true
},
"date": {
"label": "Date",
"description": "The start date of the draft",
"example": "November 2024",
"type": "string",
"required": true,
"autovalue": "{{subst:CURRENTMONTHNAME}} {{subst:CURRENTYEAR}}"
}
},
"description": "Shows a simple draft hat at the top of a draft article in the user space.",
"paramOrder": [
"date",
"help",
"extra",
"page",
"article",
"newuser",
"afc",
"demo"
]
}
</templatedata>
 
==Redirects==
*{{tl-r|Userdraft}}
*{{tl-r|Userspace}}
*{{tl-r|Userspacedraft}}
*{{tl-r|Userwip}}
*{{tl-r|UserWorkInProgress}}
*{{tl-r|WorkInProgress}}
*{{tl-r|UWIP}}
 
{{Userspace Disclaimers}}
 
<includeonly>{{Sandbox other||
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
[[Category:Wikipedia templates which apply NOINDEX]]
[[Category:Under-construction templates]]
[[Category:UserUserpage namespaceheader templates]]
[[Category:Wikipedia drafts]]
 
}}</includeonly>
William Charles Costin
also known as Charles William Costin
Clerk of the Legislative Council and the Parliaments of Queensland from 1902 until his death 12 Dec 1915
Usher of the Black Rod from 1896 to 1908.
Educated at Brisbane Grammar School.
Third Clerk of the Legislative Assembly from 1884 to 1896
Clerk Assistant in the Legislative Assembly from 1896 to 1902.
Author of "The Relations between the two Houses (Queensland).
Twice Chief President of the Australian Natives' Association in Queensland.
 
Married Ellen O'Donnell Sutton. Eldest daughter of Joseph William Sutton.
 
Only son Lieutenant Joseph William Costin KIA Lone Pine 25 April 1915 Gallipoli