Difference between revisions of "Template:Prose"

From Second Life Wiki
Jump to navigation Jump to search
(Probably unneeded, but shamelessly copied from a pre-Lua version of Wikipedia)
Tag: Removed redirect
m (Duh? Missing "|text=" parameter? Weird.)
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
| type = style
| type = style
| class= ambox-Prose
| class= ambox-Prose
| issue= This {{{1|article}}} '''is in a list format that may be better presented using [[Wikipedia:Prose|prose]].'''
| issue= This {{{1|article}}} '''is in a list format that may be better presented using {{Wikipedia|Wikipedia:Prose|prose}}.'''
| fix  = You can help by converting this {{{1|article}}} to prose, if {{Wikipedia:Wikipedia:Embedded list|appropriate}}. [[Help:Editing|Editing help]] is available.
| fix  = You can help by converting this {{{1|article}}} to prose, if {{Wikipedia:Wikipedia:Embedded list|appropriate}}. [[Help:Editing|Editing help]] is available.
| date = {{{date|}}}
| date = {{{date|}}}
Line 10: Line 10:
| all  = All pages needing cleanup
| all  = All pages needing cleanup
| cat2 = Articles with sections that need to be turned into prose
| cat2 = Articles with sections that need to be turned into prose
| text = This {{{1|article}}} '''is in a list format that may be better presented using {{Wikipedia|Wikipedia:Prose|prose}}.'''{{break}}You can help by converting this {{{1|article}}} to prose, if {{Wikipedia|Wikipedia:Embedded list|appropriate}}. [[Help:Editing|Editing help]] is available.
}}<!--{{Prose}} end--><noinclude>
}}<!--{{Prose}} end--><noinclude>
{{Documentation}}
{{Documentation}}
</noinclude>
</noinclude>

Latest revision as of 08:58, 15 February 2023

[Edit] [🔄Purge] Template-info.png Template documentation
"Template:List" redirects here. For bulleted and unbulleted lists, see Template:HTML lists. For lists of links to directories, see Template:Lists.


Description

This template will add tagged articles to a cleanup category according to the month and year given.

Usage

{{Prose|date=June 2024}}Category:Articles needing cleanup from June 2024 and Category:Articles with sections that need to be turned into prose from June 2024.

If no date is given, articles will be added to the more general Category:Wikipedia cleanup and Category:Articles with sections that need to be turned into prose.

Also parameter 1 may be included to replace "article" with a specific term, such as "section" or "table". For example:

{{Prose|section|date=June 2024}}

Closely related templates

Please keep this template's messaging consistent with the related templates:

  • {{Create list}} – the opposite of this template
  • {{Trivia}} – suggests relocation rather than reformatting of the details in a trivia section
  • {{Expand list}} – for use where a list is too short/incomplete
  • {{List to table}} – for use where a table would be better than a list
  • {{Table to prose}} – for use where prose is preferable to a table
  • {{Example farm}} – for articles or sections with too many examples

See also

TemplateData

This is the "Wikipedia logo"TemplateData for this template used by TemplateWizard, "Wikipedia logo"VisualEditor and other tools. Click here to see a monthly parameter usage report for this template based on this TemplateData.

TemplateData for Prose

{
	"description": "Use this maintenance template to indicate that an article is in list format but may read better as prose.",
	"format": "inline",
	"params": {
		"date": {
			"label": "Month and year",
			"description": "The month and year that the template was placed (in full). \"{{subst:CURRENTMONTHNAME}} {{subst:CURRENTYEAR}}\" inserts the current month and year automatically.",
			"type": "line",
			"autovalue": "{{subst:CURRENTMONTHNAME}} {{subst:CURRENTYEAR}}",
			"example": "January 2013",
			"suggested": true
		},
		"1": {
			"label": "Affected area",
			"description": "Text to replace the word \"article\", usually \"section\"",
			"type": "line",
			"autovalue": "section",
			"example": "section"
		}
	},
	"paramOrder": [
		"date",
		"1"
	]
}