Content deleted Content added
MiszaBot II (talk | contribs) m Archiving 1 thread(s) from Template talk:WPBannerMeta. |
MiszaBot II (talk | contribs) m Archiving 2 thread(s) from Template talk:WPBannerMeta. |
||
Line 9:
::I think it's important to have some support for 'basic' functionality in the core code; we could split a whole host of things out into hooks, but we'd soon find ourselves with nothing left in the main banner. Whether collapsed notes count as "basic" functionality is not entirely unequivocal, however. <font color="forestgreen">[[User:Happy-melon|'''Happy''']]</font>‑<font color="darkorange">[[User talk:Happy-melon|'''melon''']]</font> 20:03, 10 April 2009 (UTC)
:::27 is not so many, and it would actually simplify the syntax somewhat to just use hook_collapsed. — Martin <small>([[User:MSGJ|MSGJ]] · [[User talk:MSGJ|talk]])</small> 22:49, 12 April 2009 (UTC)
== Importance ==
Now that the banner is using the {{tl|Class}} template, just thinking about having something similar for Importance. The Importance template is already being used, so would need to think of another name to use though. -- [[User:WOSlinker|WOSlinker]] ([[User talk:WOSlinker|talk]]) 12:45, 7 April 2009 (UTC)
:In general, yes, I'd love to do that. I think it's worth making at least an attempt to get hold of that template name; that template itself is essentially a fork of {{tlx|notability}} and so should be merged/redirected there. Do we have icons for the importance scale? <font color="forestgreen">[[User:Happy-melon|'''Happy''']]</font>‑<font color="darkorange">[[User talk:Happy-melon|'''melon''']]</font> 13:25, 7 April 2009 (UTC)
::What about using an abbreviation such as {{tl|Impor}}? We don't have icons for importance, and (not surprising given my comments above) I don't see why we would need any. [[User:PC78|PC78]] ([[User talk:PC78|talk]]) 18:47, 7 April 2009 (UTC)
::FWIW, {{tl|priority}} is unused. I also went ahead and created {{tl|importancecol}} in anticipation of future use. [[User:PC78|PC78]] ([[User talk:PC78|talk]]) 15:09, 8 April 2009 (UTC)
:::''No way'' are we mixing up importance and priority any more than we already have <tt>:D</tt> It's a real shame we can't get hold of {{tlx|importance}}; we may have to go for something silly like {{tlx|importance-rating}}, and create a similar redirect for {{tlx|class-rating}} for consistency. Anyone fancy setting this up? <font color="forestgreen">[[User:Happy-melon|'''Happy''']]</font>‑<font color="darkorange">[[User talk:Happy-melon|'''melon''']]</font> 15:14, 8 April 2009 (UTC)
::::{{Done}} I've gone ahead and created {{tl|Impor}} and {{tl|Imporicon}}. There are icons for NA-Importance and Unknown-Importance. The only thing left is to bring {{tl|Impor}} into the template. <span style="border:2px double #ffffff;padding:1px;background:#000000"> [[User:Dylanlip|'''<span style="color:#15D5FE">Dyla</span><span style="color:#FF0000">nlip</span>]] </span> ([[User talk: Dylanlip#top|talk]]) 16:55, 8 April 2009 (UTC)
:::::Hello? I never got a response from anyone about this. This seems extremely important. :| <span style="border:2px double #ffffff;padding:1px;background:#000000"> [[User:Dylanlip|'''<span style="color:#15D5FE">Dyla</span><span style="color:#FF0000">nlip</span>]] </span> ([[User talk: Dylanlip#top|talk]]) 12:22, 9 April 2009 (UTC)
::::::Is it? IMO the [[Template_talk:WPBannerMeta/Archive_4#Playing_well_with_WPBS.3F|total borkage]] on Safari would seem to be more important, although a much trickier problem to resolve. Having said that, I am grateful to you for putting the code together. <font color="forestgreen">[[User:Happy-melon|'''Happy''']]</font>‑<font color="darkorange">[[User talk:Happy-melon|'''melon''']]</font> 13:16, 9 April 2009 (UTC)
Will also need some support for the priority categories as well, either by adding support in {{tl|impor}} or by having a separate template. -- [[User:WOSlinker|WOSlinker]] ([[User talk:WOSlinker|talk]]) 17:33, 9 April 2009 (UTC)
:Would that not be done via the {{para|category}} parameter as with the existing templates? [[User:PC78|PC78]] ([[User talk:PC78|talk]]) 17:45, 9 April 2009 (UTC)
::He means that the "-importance" part of the category link is hardcoded into {{tlx|impor}}, which will break when "-priority" should be used. <font color="forestgreen">[[User:Happy-melon|'''Happy''']]</font>‑<font color="darkorange">[[User talk:Happy-melon|'''melon''']]</font> 17:53, 9 April 2009 (UTC)
:::Why hardcode it then? That seems counterproductive here. [[User:PC78|PC78]] ([[User talk:PC78|talk]]) 15:43, 14 April 2009 (UTC)
== Minor bug ==
The ASSESSMENT_CAT value is being ignored in favor of PROJECT (I think), in the case of the category name used when AUTO_ASSESS is on. That is, for [[Template:WikiProject Belgium]] for example, all of categories used by this template for assessment and cleanup sorting are in the form "Category:Top-importance Belgium-related articles", "Category:Belgium-related articles needing attention", etc., with the sole exception of "Category:Automatically assessed Belgium articles". — <b><span style="font-family:Tahoma;">[[User:SMcCandlish|SMcCandlish]]</span></b> [[[User talk:SMcCandlish|talk]]] [[[Special:Contributions/SMcCandlish|cont]]] <b>‹(-¿-)›</b> 21:41, 12 April 2009 (UTC)
:Yes you are right, it will set to '''Automatically assessed {{{PROJECT}}} articles''' by default. I'm hesitant to just change it though because it may affect quite a lot of banners which already have the category in the current ___location ... — Martin <small>([[User:MSGJ|MSGJ]] · [[User talk:MSGJ|talk]])</small> 22:46, 12 April 2009 (UTC)
::It would require help at [[WP:CFD]], a mass speedy rename. — <b><span style="font-family:Tahoma;">[[User:SMcCandlish|SMcCandlish]]</span></b> [[[User talk:SMcCandlish|talk]]] [[[Special:Contributions/SMcCandlish|cont]]] <b>‹(-¿-)›</b> 01:17, 13 April 2009 (UTC)
:::Don't forget {{para|AUTO_ASSESS_CAT}}; there is already the facility to customise this category. I agree that it should include the value of {{para|ASSESSMENT_CAT}} in the fallback chain, but we can probably make the change silently if we're careful. <font color="forestgreen">[[User:Happy-melon|'''Happy''']]</font>‑<font color="darkorange">[[User talk:Happy-melon|'''melon''']]</font> 09:30, 13 April 2009 (UTC)
|