Template talk:Contribs

From Citizendium
Revision as of 23:57, 9 March 2008 by imported>J. Noel Chiappa (→‎And others: Further tweak)
Jump to navigation Jump to search

And others

I'd like to let us add and other contributor(s) by putting "Other" either at the front of the list or the end of the list of names. But actually engineering this is a pain--anybody like to give it a shot? --Larry Sanger 11:31, 29 February 2008 (CST)

I'll do it, but not tonight. It's not too hard, actually, if you let it be only the first argument that can be "Other". (The first argument tests for being equal to "Other"; if so, evaluate to "", otherwise evaluate as now. Then at the end add another test of the first argument; if equal to "Other", evaluate to "and other contributors", otherwise "".) Letting it be anywhere else makes it much more complicated to implement, because the "Other" can be anywhere. I'd get rid of the () because if it's just one, you can stick them instead of the "Other" argument. J. Noel Chiappa 21:37, 9 March 2008 (CDT)
Actually, now that I think about it, probably a better way to go is to allow an "others=y" argument. That way, i) you can put it anywhere, and ii) adding "Others" doesn't count against the number of arguments supported by the template. Makes the template code slightly shorter too. Is that argument syntax OK? J. Noel Chiappa 23:24, 9 March 2008 (CDT)

Sounds plausible--I'm too sleepy to be able to articulate my worry. If you can do it, great! --Larry Sanger 23:27, 9 March 2008 (CDT)

That's OK, just wing it, I'll see if I can work out what the issue is. (Now that you've said you've got a concern, you've made me curious!) Oh, BTW, it's trivial to tweak it so that "others=1" generates "contributor", and "others=<anything else>" generates "contributors". J. Noel Chiappa 23:55, 9 March 2008 (CDT)