Page MenuHomePhabricator

Request: parameters in categories
Closed, DeclinedPublic

Description

I would like to propose the ability to add parameters to category declaration
(similar to templates).

The only major reason (IMHO) why lists are still being actively used, causing
countless hours to be spent on manually editing each list, is because categories
do not contain extra information.

For example, there can be Actors list and Actors category. Actors list would
have nicely formatted names, such as "First LastName, (date of birth - death),
Short description". Category would only list "First LastName", and might
contain some general information (at the top of the page).

Proposal: To be able to create categories with named parameters. For example:
In an some actor's article, inserting
[[Category:Actors|Birth=...|Death=...|ShortDescription=...]]

Results in a properly formed item on the Category:Actors page, with
birth/death/short description next to the name. We can have some standardized
formating element on the category page, describing how category parameters
should be rendered:
{{Render:* ({{{Birth}}} - {{{Death}}}), {{{ShortDescription}}} }} -- here, *
means the name of the article.


Version: unspecified
Severity: enhancement

Details

Reference
bz1775

Revisions and Commits

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 21 2014, 8:18 PM
bzimport set Reference to bz1775.
bzimport added a subscriber: Unknown Object (MLST).

*** Bug 10988 has been marked as a duplicate of this bug. ***

This sounds like a really clumsy way to specify article metadata. Surely birthdate belongs to the article, not the article/category pair.

Marking WONTFIX per comment #2. There's much better ways to do this.

epriestley added a commit: Unknown Object (Diffusion Commit).Mar 4 2015, 8:23 AM