https://bugzilla.wikimedia.org/show_bug.cgi?id=69474

--- Comment #2 from Ed Sanders <[email protected]> ---
We could list template values in order until we run out of room, but this may
not lead to desirable results, for example the first parameter in {{Cite web}}
is URL.

A more complex solution would be to come up with a format for defining how to
generate the summary of a template and store it in template data, either as a
value on the column (summary order):

Field     Desc  Summary order
url       ...   null
publisher ...   2
title     ...   1
date      ...   3
month     ...   null

A simplified version of this would just flag one field as being used in the
summary.

etc.

Or as a string concatenation message somewhere:

"{{{title}}}, {{{publisher}}} - {{{date}}}"

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to