User:PC78 reports that Template:WikiProject Korea/sandbox looks like this on his/her browser (Internet Explorer):
I thought this padding issue had been resolved? Martin 00:09, 2 January 2009 (UTC)
I've attemted a conversion of this project's banner at Template:WikiProject Merseyside/sandbox. It all looks good to me, but can someone more familiar with the meta cast an eye over it? I'd like to be sure before I switch the code over, and avoid any potential screw-ups. Thanks in advance! Small-town hero (talk) 22:17, 2 January 2009 (UTC)
There's a little bit of a difference with the border on the left when comparing the WPBannerMeta and Tmbox template. Should a bigger left border be added to WPBannerMeta? -- WOSlinker (talk) 13:20, 2 January 2009 (UTC)
So far as I can tell, the infobox parameter will always display the following text:
This page has been marked as needing an infobox.
Is it possible to have it use "article" instead of "page" where appropriate (to make it consistant with other uses of article/page/whatever in the banner)? Also, would it be possible to define custom text and even images for this parameter? This could be useful for a WikiProject to link to a specific template or page, for example. PC78 (talk) 02:11, 3 January 2009 (UTC)
|note 1 = {{{needs-infobox|}}} |NOTE_1_TEXT = This {{#switch:{{NAMESPACE}}|{{ns:0}}=article|page}} has been marked as needing an [[Template:Tulip Infobox|infobox]]. |NOTE_1_IMAGE = Nuvola apps arts.png |NOTE_1_CAT = Tulip articles needing infoboxes.
-- WOSlinker (talk) 10:50, 3 January 2009 (UTC)
|HOOK_NOTE=
{{#invoke:WikiProject banner|main |PROJECT = Tulips |small = {{{small|}}} |category={{{category|¬}}} |listas = {{{listas|}}} |note 1 = {{{audio-file|}}} |NOTE_1_TEXT = An audio file has been created of this article. |NOTE_1_IMAGE = Nuvola apps arts.png |NOTE_1_CAT = Tulip articles with audio files |note 5 = {{{infobox|}}} |NOTE_5_TEXT = An infobox needs to be added to this article. |NOTE_5_IMAGE = Diamond-caution.svg |NOTE_5_CAT = Tulip articles without infoboxes |HOOK_NOTE={{WPBannerMeta/hooks/notes |category={{{category|μ}}} |note 1={{{navbox|}}} |NOTE_1_TEXT = An navbox needs to be added to this article. |NOTE_1_IMAGE = Diamond-caution.svg |NOTE_1_CAT = Tulip articles without navboxes |note 5={{{otherbox|}}} |NOTE_5_TEXT = An otherbox needs to be added to this article. |NOTE_5_IMAGE = Diamond-caution.svg |NOTE_5_CAT = Tulip articles without otherboxes }} }}
Could the WPBannerMeta/importancescale be altered so that "This article has been" is changed to "This {{#if:{{SUBJECTSPACE}}|page|article}} has been", so that it matches WPBannerMeta/qualityscale. Thanks. -- WOSlinker (talk) 12:47, 3 January 2009 (UTC)
Cheers! PC78 (talk) 17:50, 3 January 2009 (UTC)
|COMMENT_FORCE=
In the Collapsed section, |c note 1= & |c note 2= don't work as there are two spaces missing from WPBannerMeta/core.
|c note 1=
|c note 2=
Could the following be changed from
{{#if:{{{COLLAPSED_TEXT|}}}{{#switch:{{{c note1|}}}{{{c note2|}}}{{{c note 3|}}}{{{c note 4|}}}{{{c note 5|}}}||¬|¬¬|¬¬¬|¬¬¬¬|¬¬¬¬¬=|yes}}
to
{{#if:{{{COLLAPSED_TEXT|}}}{{#switch:{{{c note 1|}}}{{{c note 2|}}}{{{c note 3|}}}{{{c note 4|}}}{{{c note 5|}}}||¬|¬¬|¬¬¬|¬¬¬¬|¬¬¬¬¬=|yes}}
Thanks. -- WOSlinker (talk) 23:37, 3 January 2009 (UTC)
If none of the B-class checklist parameters are used, then the following is displayed:
| b1 <!--Referencing & citations--> = <yes/no> | b2 <!-- Coverage and accuracy --> = <yes/no> | b3 <!-- Structure --> = <yes/no> | b4 <!-- Grammar and style --> = <yes/no> | b5 <!-- Supporting materials --> = <yes/no> | b6 <!-- Accessible --> = <yes/no>
However, not all projects use the same parameters (for example, some use B-Class-1, B-Class-2, etc.) so this may be incorrect. I was just thinking that Talk:East Prussia might really confuse someone who is trying to rate it as B-class. Martin 11:57, 4 January 2009 (UTC)
|b1={{{B-Class-1|{{{b1|}}}}}}
Done. All banners using the checklist have been fixed, and the documentation has been updated to prevent this problem in the future. Martin 16:06, 5 January 2009 (UTC)
Would it be possible for class=Image to also recognize class=File after our namespace change? Just a thought. §hep • ¡Talk to me! 22:19, 5 January 2009 (UTC)
It says in the template doc that listas={{{listas|}}} is required for the template to work. I was wondering if this changes means that {{OH-Project}} needs updated to include this? Is this a recent thing? I don't remember it always being required or even existent. §hep • ¡Talk to me! 19:59, 22 December 2008 (UTC)
|nested=
On the to-do list, there is check listas functionality.
It looks to me as it's not quite doing which it should be. Although there is some code in WPBannerMeta/core which does {{#if:{{{listas|}}}|{{DEFAULTSORT:{{{listas}}}}} }}, anywhere that a category is set, it is overriding the default sort with the {{PAGENAME}} value. For example [[Category:{{{MAIN_CAT}}}|{{PAGENAME}}]]
{{#if:{{{listas|}}}|{{DEFAULTSORT:{{{listas}}}}} }}
[[Category:{{{MAIN_CAT}}}|{{PAGENAME}}]]
I think if {{#if:{{{listas|}}}|{{DEFAULTSORT:{{{listas}}}}} }} was moved from WPBannerMeta/core to WPBannerMeta and then in WPBannerMeta listas was passed to core as |listas = {{{listas|{{PAGENAME}}}}} and also the listas parameter passed through to the other subpages as well, then category setting code could be changed to override to the listas value, For example [[Category:{{{MAIN_CAT}}}|{{{listas}}}]]
|listas = {{{listas|{{PAGENAME}}}}}
[[Category:{{{MAIN_CAT}}}|{{{listas}}}]]
Would that be better?
-- WOSlinker (talk) 19:20, 5 January 2009 (UTC)
{{PAGENAME}}
If both the |COLLAPSED_TEXT= and |c note 1= parameters are used then the template doesn't quite look right. There's a small change that you need to make to /core to fix it. In the code below, I think you need to change the "2" to a "3".
|COLLAPSED_TEXT=
{{#if:{{{COLLAPSED_TEXT|}}}| <tr><td colspan=2> {{{COLLAPSED_TEXT}}} </td></tr> }}
See Template:WP UK Politics for an example of the problem. -- WOSlinker (talk) 22:11, 6 January 2009 (UTC)
Just remove wpb from the CLASS' values of the first TABLE and the collapsible text will function properly. <table class="tmbox tmbox-notice collapsible innercollapse wpb"> –pjoef (talk • contribs) 10:16, 9 January 2009 (UTC)
<table class="tmbox tmbox-notice collapsible innercollapse wpb">
In order for this project's assessments to be properly tallied and logged per the WP:1.0 team, it needs to be revamped so that it uses the {{WPBannerMeta}}template for its tag. So I need this template converted over to WPBannerMeta, can anyone help? --Jeremy ( Blah blah...) 07:13, 7 January 2009 (UTC)
I had just copy and pasted the basic template to the page before I went to work, I am looking to use the full extended WP:1.0 assessments in the template. I was going to work on it in my spare time in the next couple of days. --Jeremy ( Blah blah...) 05:00, 9 January 2009 (UTC)
What does the listas parameter do for WPBannerMeta?--Ipatrol (talk) 20:52, 8 January 2009 (UTC)
High, mid and low importance ratings have gained an extra | in the rating box, eg Talk:Australian dollar. Template:WikiProject Business & Economics is particularly badly affected, with some text missing eg Talk:Bank of New York Mellon Corporation. TRS-80 (talk) 18:16, 11 January 2009 (UTC)
Currently, there are two hooks for adding extra quality scales into a banner: {{WPBannerMeta/hooks/qualitycats}} and {{WPBannerMeta/hooks/additquals}}. Just wondering if there is really a need for both versions. We just really need one. Which one is best? -- WOSlinker (talk) 09:37, 12 January 2009 (UTC)
No, I don't mind. It's good to be clean. A problem with the Beatles template, as I noted here last year is that FQS is selectively used. I don't think you have sorted this problem yet. Martin 13:06, 12 January 2009 (UTC)
On my browser the two NA's are not aligned in this banner: {{WP Crime}}
{{WP Crime}}
In the hook, Template:WPBannerMeta/hooks/priorityscale, could the importance parameter be changed from
|importance={{{importance|}}}
|importance={{WPBannerMeta/importance|{{{importance|}}}|{{{class|}}}}}
as currently, it's use on {{WikiProject Business}} doesn't quite work properly on some pages. Thanks. (PS: Once it's fixed, {{WikiProject Mathematics}} could also use it) -- WOSlinker (talk) 21:51, 12 January 2009 (UTC)
{{WPBeatles}}
Just wondering if the following would be better, which would then show the scale on the template page (as the importance scale usually is).
<includeonly>{{#ifeq:{{{BANNER_NAME}}}|{{FULLPAGENAME}}|{{#ifeq:{{{category|¬}}}|¬|<!-- Template Version -->{{WPBannerMeta/importancescale |importance={{WPBannerMeta/importance|High|{{{class|}}} }} |class={{{class|}}} |SHOW={{{SHOW|}}} |BANNER_NAME={{{BANNER_NAME}}} |ASSESSMENT_CAT={{{ASSESSMENT_CAT|}}} |ASSESSMENT_LINK={{{ASSESSMENT_LINK|}}} |category=no |{{#if:{{{IMPORTANCE_SCALE_NAME|}}}|IMPN|xxx}}={{{IMPORTANCE_SCALE_NAME|}}} }}|<!--Core Version -->{{WPBannerMeta/importancescale |importance={{WPBannerMeta/importance|{{{importance|}}}|{{{class|}}} }} |class={{{class|}}} |SHOW={{{SHOW|}}} |BANNER_NAME={{{BANNER_NAME}}} |ASSESSMENT_CAT={{{ASSESSMENT_CAT|}}} |ASSESSMENT_LINK={{{ASSESSMENT_LINK|}}} |category={{{category|¬}}} |{{#if:{{{IMPORTANCE_SCALE_NAME|}}}|IMPN|xxx}}={{{IMPORTANCE_SCALE_NAME|}}} }}}}|<!--Core Version -->{{WPBannerMeta/importancescale |importance={{WPBannerMeta/importance|{{{importance|}}}|{{{class|}}} }} |class={{{class|}}} |SHOW={{{SHOW|}}} |BANNER_NAME={{{BANNER_NAME}}} |ASSESSMENT_CAT={{{ASSESSMENT_CAT|}}} |ASSESSMENT_LINK={{{ASSESSMENT_LINK|}}} |category={{{category|¬}}} |{{#if:{{{IMPORTANCE_SCALE_NAME|}}}|IMPN|xxx}}={{{IMPORTANCE_SCALE_NAME|}}} }}}}</includeonly><noinclude> {{documentation}} </noinclude>
-- WOSlinker (talk) 22:19, 12 January 2009 (UTC)
Someone might want to change the Documentation from showing to-do lists as to be done with Collapsed section to do it with the HOOK_BOTTOM settings. Peachey88 (Talk Page | Contribs) 00:12, 13 January 2009 (UTC)
Collapsed section
HOOK_BOTTOM
In the COLLAPSED_TEXT_issue section above, it was mentioned that it might be worth spinning off the C_NOTES as a hook. If that's worth doing, then could another hidden category be added, so that they could be converted over to using WPBannerMeta/hooks/notes against |COLLAPSED_HOOK=.
|COLLAPSED_HOOK=
{{#if:{{{c note 1|}}}{{{c note 2|}}}{{{c note 3|}}}{{{c note 4|}}}{{{c note 5|}}}|[[Category:WPBannerMeta banners using collapsed notes|{{NAMESPACE}} {{PAGENAME}}]]}}
thanks -- WOSlinker (talk) 12:27, 13 January 2009 (UTC)
What's the rationale behind all this converting of collapsed things into hooks? Martin 13:13, 13 January 2009 (UTC)
|HOOK_COLLAPSED=
-- WOSlinker (talk) 15:14, 13 January 2009 (UTC)
The WP:Tennis project seems to use "pages" for Category:Category-Class_tennis_pages, Project-Class tennis pages, Portal-Class tennis pages instead of "articles" like: FA-Class tennis articles, GA-Class tennis articles, etc. This seems "somewhat" coherent to seperate true "articles" from Wikipedia "Pages" that support the functions of Wikipedia. Is there a way to either work this into WPBannerMeta or allow the deviation through a parameter? (or tell me how "|ASSESSMENT_CAT" is supposed to allow this type of naming? -- Mjquin_id (talk) 20:34, 14 January 2009 (UTC)
I think the "edit · history · watch · purge" text looks a little bit clunky where it currently is. Might I suggest the following:
<td style="text-align:left; padding:0px; background-color:white; border:1px solid #c0c090; padding:5px; margin-top:5px;"><sup class=plainlinks><center>[{{fullurl:{{FULLPAGENAME}}/Comments|action=edit}} edit]{{·}} [{{fullurl:{{FULLPAGENAME}}/Comments|action=history}} history]{{·}} [{{fullurl:{{FULLPAGENAME}}/Comments|action=watch}} watch]{{·}} [{{fullurl:{{FULLPAGENAME}}|action=purge}} purge]</center></sup><br />{{{{FULLPAGENAME}}/Comments}}</td>
which would move this into a centralised position within the actual comments box? In either case, note the unnecessary extra space preceeding the {{·}} templates. PC78 (talk) 19:33, 3 January 2009 (UTC)
{{·}}
This should give you a rough idea...
Current:
Proposed:
FWIW I think the bottom one looks neater. PC78 (talk) 12:58, 4 January 2009 (UTC)
This edit is to stop the archiving bot, as this thread is not concluded. Martin 15:11, 15 January 2009 (UTC)
Some WikiProjects, like WP:WikiProject Comics and WP:WikiProject Dungeons & Dragons, have a "Bottom" importance in addition to the other importance ratings, but that means that they can't use WPBannerMeta for their templates and still have that importance rating. Could functionality for Bottom-importance be added here for use on a WikiProject-by-WikiProject basis, so that groups who want it can use it and people who don't want it can ignore it? Thanks. -Drilnoth (talk) 03:22, 15 January 2009 (UTC)
A couple of small errors in the importance mask have come to light while coding the {{D&D}} template.
Martin 14:15, 15 January 2009 (UTC)
Unrelated error: AUTO_ASSESS_CAT is passed to core, but is not used. Martin 15:07, 15 January 2009 (UTC)
I'm working on getting {{Chemical Element}} to use WPBannerMeta at User:Peachey88/Sandbox/016 but i don't think it's possible because it sticks the articles in multiple categories based on its rating, for example a FA class article would be in the following categories FA-Class Chemistry articles and FA-Class chemical elements articles as well as Wikipedia Version 0.5, Wikipedia CD Selection and Natural sciences Version 0.5 articles. So I'm guessing it's not do-able or do you guys have some magic pixie dust wikicode that do can do? Peachey88 (Talk Page | Contribs) 03:26, 12 January 2009 (UTC)
{{Chemical Element}}
FA-Class Chemistry articles
FA-Class chemical elements articles
Wikipedia Version 0.5
Wikipedia CD Selection
Natural sciences Version 0.5 articles
This should help:
{{WPBannerMeta/qualityscale |class={{{class|}}} |BANNER_NAME={{subst:FULLPAGENAME}} |category={{{category|¬}}} |FULL_QUALITY_SCALE = |ASSESSMENT_CAT = chemical elements articles }} {{#ifeq:{{{category|¬}}}|¬| [[Category:Wikipedia Version 0.5|{{PAGENAME}}]] [[Category:Wikipedia CD Selection|{{PAGENAME}}]] [[Category:Natural sciences Version 0.5 articles|{{PAGENAME}}]] {{WP1.0/assessments|class={{{class}}}|category=Version 0.5}} }}
-- WOSlinker (talk) 07:49, 12 January 2009 (UTC)
{{WPBannerMeta/hooks/qualitycats}}
{{editprotected}} I discovered with {{CVU}} that if you don't have to thread {{small}}, {{listas}}, or {{category}}; contrary to what the documentation says. Also, I would like a parameter added to allow the "Portal" prefix to be changed for special WikiProjects. A parameter could be added that has the default of portal, can have its prefix set to any prefix, or if set to "Main" will have no prefix.--Ipatrol (talk) 00:58, 16 January 2009 (UTC)
An error I haven't seen before. With IE7, the banner (e.g. Talk:Banksia brunnea but seems to be all those using the collapsed section) has excess spsace at top and bottom when collapsed. When expanded, the spacing is correct but the "hide" moves to the left. I might have to put a screenshot if other people can't see this! Martin 09:05, 16 January 2009 (UTC)
(Gallery removed.) I've made a small change in the core/sandbox which seems to work (but makes the left border slightly bigger).
Current
Sandbox
-- WOSlinker (talk) 13:22, 16 January 2009 (UTC)
Seems our spiritual leader is not around today. WOS, if you are confident that this will work then you could put an editprotected up. Apart from it looking fine on both browsers I have access to, I don't know enough about it to comment further. Martin 20:32, 16 January 2009 (UTC)
I've made the request but it's sometimes a few days before it gets done anyway.
{{editprotected}} Could a small change be made to Template:WPBannerMeta/core to fix the problem with IE (as described above).
Change the second occurence of {{td}} with <td></td>
Thanks -- WOSlinker (talk) 22:04, 16 January 2009 (UTC)
{{td}}
colspan
{{WikiProject banner/Archive 3/comments}} uses colspan="2". This doesn't turn out right when |IMAGE_RIGHT= is used. I would prefer if it changed based on that, but most cells seem to just use 3 in every case. —Ms2ger (talk) 15:07, 18 January 2009 (UTC)
{{WikiProject banner/Archive 3/comments}}
colspan="2"
|IMAGE_RIGHT=
{{WikiProject banner/Archive 3/core}}
Suggestion: I've been thinking about creating a subpage for bug reports. Non-controversial things which otherwise clog up this discussion page. Thoughts? Martin 17:08, 18 January 2009 (UTC)
While the hooks/priorityscale now works better, it's still not that simple to use and also end up in needing to duplicate parameters in the banner code.
I know it's been mentioned before, but it would be really nice if there were options for a priority scale in the main banner as it would be easier to use (especially for anyone who hasn't used WPBannerMeta much).
|PRIORITY_SCALE = |priority={{{priority|}}}
and then in /core the code could be placed between IMPORTANCE_SCALE & HOOK_IMPORTANCE.
{{#if:{{{PRIORITY_SCALE|}}}| {{WPBannerMeta/importancescale|IMPN=priority|importance={{WPBannerMeta/importance|{{{priority|}}}|{{{class|}}} }}|SHOW=yes|BANNER_NAME={{{BANNER_NAME}}}|ASSESSMENT_CAT={{{ASSESSMENT_CAT|}}}|ASSESSMENT_LINK={{{ASSESSMENT_LINK|}}}|PROJECT_LINK={{{PROJECT_LINK|}}}|category={{{category|¬}}} }} }}
The HOOK_IMPORTANCE option would still stay as it could still be useful sometimes, but there wouldn't be as much need to use it most of the time.
Thoughts? - WOSlinker (talk) 09:33, 13 January 2009 (UTC)
|type=
In WPBannerMeta/core, could
{{WPBannerMeta/importancescale|
be changed to
{{WPBannerMeta/importancescale|IMPN={{{IMPN|}}}|
and in WPBannerMeta, could
|IMPORTANCE_SCALE = {{{IMPORTANCE_SCALE|}}} |importance={{{importance|}}}
|IMPORTANCE_SCALE = {{{IMPORTANCE_SCALE|}}} |importance={{{importance|{{{priority|}}}}}} |IMPN = {{#ifeq:{{lc:{{{IMPORTANCE_SCALE|}}}}}|priority|priority}}
then, to use it, all that would be required is |IMPORTANCE_SCALE = priority instead of |IMPORTANCE_SCALE = yes
|IMPORTANCE_SCALE = priority
|IMPORTANCE_SCALE = yes
-- WOSlinker (talk) 20:15, 20 January 2009 (UTC)
|priority = {{{priority|{{{Priority|}}}}}}
Question: should the class parameter be sent to hooks premasked, or should the hook pass it through the mask? It seems to me that the former is less user-friendly but is more efficient and also allows for custom masks to be used. Martin 21:56, 18 January 2009 (UTC)
{{WPBannerMeta/class}}
Oh, you two are good. Why didn't I think of that? I'll put my hook into a core straightaway. WOS, is there a way to do the templatepage stuff without affecting performance? I worry about having all the extra code on the hook. Martin 13:52, 19 January 2009 (UTC)
Right I am now sick of Template:D&D. I lost count of how many times I had to use the custom class and importance masks so I did something which is probably a Bad Idea: put the whole thing into a core. It seems to be working except that the core doesn't think it's the templatepage and I can't work out why not. Any help to make this code more efficient is definitely welcome! Martin 14:53, 19 January 2009 (UTC)
How about putting the templates that are in /sandbox pages into a separate category, Category:WikiProject banners under development say, instead of putting them into either of the two main categories. Could also do the same for any versions in the User space as well. What do you think? -- WOSlinker (talk) 22:34, 14 January 2009 (UTC)
{{lc:{{SUBPAGENAME}}}}
On a related note, I would like to request the following. When BANNER_NAME = Template:XXX, the template will behave the same if it is in the sandbox, i.e. if the page name is Template:XXX/sandbox. This will help when moving a template from the sandbox into the main template. Martin 22:41, 14 January 2009 (UTC)
|BANNER_NAME=
|BANNER_NAME=Template:WPAFC
:X
{{WPAFC-project}}
A couple of people have made a comment (and I agree) that the B-class checklist can be a bit confusing, mainly because the "B" is very prominent and it can give the impression of having two classes, or of having class B when it isn't. With this in mind I asked User:RobHar (who is good with images) to design something where the B is less prominent. He came up with
which combines the B with the magnifying glass and which I quite like. I suggest that when collapsed, the B-class checklist line takes just one line compared with two currently and that this image be used. Perhaps when it is expanded, the separate B and magnifying glass is used again (if this is possible). Thoughts? Martin 22:01, 18 January 2009 (UTC)
Just saw the updated version on Talk:German Empire and the greens don't quite match.
It's not actually an issue with the banner code, but actually to be a problem with Template:B-Class template. -- WOSlinker (talk) 23:27, 21 January 2009 (UTC)
{{B-Class}}
It's not this particular banner. It seems to be on all those that use the B-class checklist. I can see it happening on, e.g. {{WikiProject Iran}} and {{WikiProject Nevada}} as well. Martin 08:53, 22 January 2009 (UTC)
{{WPBannerMeta/test|class=C|b1=yes|b2=no|b3=|cleanup=yes|~IMG_SIZE=30px|category=no}} {{WPBannerMeta/test|class=C|b1=yes|b2=no|b3=|cleanup=yes|~IMG_SIZE=25px|category=no}} {{WPBannerMeta/test|class=C|b1=yes|b2=no|b3=|cleanup=yes|~IMG_SIZE=20px|category=no}} {{WPBannerMeta/test|class=C|b1=yes|b2=no|b3=|cleanup=yes|~IMG_SIZE=15px|category=no}}
Here are a few different sizes of image. Which one is preferred? I would also quite like to find a way of centering the "B" within the box, but we can play with that once we have a good size. Preferences? Happy‑melon 12:05, 22 January 2009 (UTC)
Is a new subtemplate that takes |BANNER_NAME= and |category= and returns "yes" if it thinks the banner being rendered should display as an 'all options showing' example a la its appearance on template pages (null otherwise). This is to make it easier to be consistent in separating templatepage demonstrations from 'real' templates, and to make it easier to improve thsi functionality at a later date if desired, without having to chase things all over the code.
|category=
A couple of consequences: first, there's now no excuse for us not to add 'all options showing' examples to all hooks. I've done a few already, let me know if I miss any. Secondly, it means that we now need to pass |BANNER_NAME= pretty much everywhere, so we need to update docs etc, and existing banners, to make sure that examples are shown when they've been coded.
Thanks for all your help as always. Happy‑melon 22:16, 21 January 2009 (UTC)
{{#ifexpr:({{#ifeq:{{{BANNER_NAME}}}|{{FULLPAGENAME}}|1|0}}+{{#ifeq:{{lc:{{{BANNER_NAME}}}/sandbox}}|{{lc:{{FULLPAGENAME}}}}|1|0}})*{{#ifeq:{{{category|¬}}}|¬|1|0}}|yes|<!--no-->}}
-- WOSlinker (talk) 23:52, 21 January 2009 (UTC)
I've been through the list of banners using the peerreview hook, to add the |BANNER_NAME={{subst:FULLPAGENAME}} parameter to them so that they show on the template page.
|BANNER_NAME={{subst:FULLPAGENAME}}
However, it looks like a large number of them don't actually use the peer review system as they just have a red link to a peer review page:
So, should they be removed from those templates?
Also, there were 4 that were edit protected, so I couldn't do them immediatly:
If Happy-melon could do them, that would be great. If not then I'll do some editprotected requests later on.
-- WOSlinker (talk) 20:09, 24 January 2009 (UTC)
Would it be possible to add a hook for a B-Class check-list, like on the WP:MILHIST banners? That looks useful, and could come in handy. I can't code hooks, so I can't do it myself. Dendodge TalkContribs 12:12, 31 January 2009 (UTC)
|B_CHECKLIST=yes
I've just ammended the above example to highlight a potential concern. Is there not a better way to display the B-Class checklist instructions when the banner is set to small? PC78 (talk) 16:45, 31 January 2009 (UTC)
Would it be possible to add a parameter that supresses the portal link when a banner is set to small? PC78 (talk) 17:33, 1 February 2009 (UTC)
{{#ifeq:{{{small|}}}|yes|{{-}}|}}
I'm keen on getting this banner converted to the meta, and have been putting some finishing touches to the sandboxed version. However, another check of the current template code shows that it accepts multiple values for the |importance= parameter, i.e.
|importance=
|1|1ST|1ST-RANK|TOP = Top |2|2ND|2ND-RANK|HI|HIGH = High |3|3RD|3RD-RANK|MID|MEDIUM = Mid |4|4TH|4TH-RANK|LO|LOW|5|5TH|5TH-RANK|VLO|VERY LOW = Low
Is it possible for the meta to handle these, or will existing transclusions need to be fixed? PC78 (talk) 20:08, 3 February 2009 (UTC)
You should be able to use:
|importance={{#switch:{{uc:{{{importance|}}}}} |1|1ST|1ST-RANK|TOP = Top |2|2ND|2ND-RANK|HI|HIGH = High |3|3RD|3RD-RANK|MID|MEDIUM = Mid |4|4TH|4TH-RANK|LO|LOW|5|5TH|5TH-RANK|VLO|VERY LOW = Low |#default={{{importance|}}} }}
-- WOSlinker (talk) 20:41, 3 February 2009 (UTC)
While I'm pretty much a convert to the benefits of the meta, one of the few reservations I have left is the categorisation for the non-standard classes. As I understand it, the meta will only accept categories such as:
Category:Category-Class fooian articlesCategory:Template-Class fooian articles
etc. While this may be the de facto naming convention for such categories, it's also wildly inaccurate; these are not articles, after all. Is there any way for the meta to resolve this? PC78 (talk) 15:10, 9 February 2009 (UTC)
Category:Start-Class fooian articlesCategory:Template-Class fooian pages
Outdent, If you relly want to look at inconsistencies, why does -Class use a capital letter and -importance use a lowercase letter? -- WOSlinker (talk) 18:36, 10 February 2009 (UTC)
This template seems to be broken, in that it no longer categorizes articles by class and importance. I don't understand template syntax well enough to fix it. Could someone please take a look? --Stepheng3 (talk) 21:09, 12 February 2009 (UTC)
Martin 09:51, 22 January 2009 (UTC)
Something is not working and I don't understand why. I thought that to put taskforces in the collapsed section I could just put the taskforce hook with HOOK_COLLAPSED. But it's not working on Template:WP Banksia (this version). Also I was a bit surprised that when HOOK_COLLAPSED contains just text, it doesn't actually appear in the collapsed section, e.g. User:Msgj/Sandbox4 Could this be to do with the 2->3 edit? Martin 07:05, 15 February 2009 (UTC)
Is there consensus as to which style is preferred: Category:Unassessed Amiga articles or Category:Unassessed-Class Amiga articles? The templates on Talk:History of the Amiga have placed it in both, though Category:Unassessed Amiga articles is a category redirect to Category:Unassessed-Class Amiga articles. Template:Cat class also appears to prefer the -Class style, which is why Category:NA-Class science fiction articles links to Category:Unassessed-Class science fiction articles, but that is a category redirect pointing to Category:Unassessed science fiction articles. --Pascal666 (talk) 08:08, 16 February 2009 (UTC)
The {{WikiProject Indianapolis}} banner has a nice feature that it might be good to add to the WPBannerMeta template.
This could be actived be adding the following code:
{{#if:{{{TODO_CAT|}}}|{{#ifexist:{{FULLPAGENAME}}/to do|{{#if:{{{{FULLPAGENAME}}/to do}}|[[Category:{{{TODO_CAT}}}|{{PAGENAME}}]]}}}}}}
which would then work whenever the |TODO_CAT= parameter is set.
|TODO_CAT=
-- WOSlinker (talk) 19:04, 19 February 2009 (UTC)
Hi, could you give us an update to when the listas parameter will work? See: Wikipedia:Village pump (technical)#How to add listas sorting to a WPBM banner?. Thanks. --Funandtrvl (talk) 21:17, 19 February 2009 (UTC)
If a TF maintains a portal, shouldn't there be some switches for it in the TF section? 76.66.193.90 (talk) 09:13, 22 February 2009 (UTC)
So, there has been some discussion at Wikipedia talk:Version 1.0 Editorial Team/Assessment and, moreso, via IRC, which has reached some amount of consensus that marking articles as "Good" and "Featured" should be done separately from the rest of the assessment scheme... e.g., an article which is currently FA-Class would become a Featured A-Class article. I was wondering if this template could be modified so that "Good" and "Featured" (preferably not GA and FA) by additional parameters, separate from class, which (if answered as "yes") marks the article as being Good or Featured, respectively, in a box in between "class" and "importance." If possible then, could all currently GA- or FA-Class articles be marked as B-Class automatically, until more A-Class reviews get going (the primary focus of the IRC and discussion).
This is a type of intermediate step towards a goal of separating WikiProject assessments from other, site-wide assessments. Marking an article as "Good" applies to the entirety of Wikipedia, whereas the meaning of "A-Class" varies from project to project. In my opinion, and that of other users including Walkerma and Geometry guy, these two strongly designated assessments should be separated from the remainder of the assessment scheme.
Myself, or other users involved in the A-Class review coordination, can probably complete other things which need to be fixed based on this (rather drastic) change. If needed, a bot can probably fix current article assessments to use any new system.
Current categories would remain unchanged, except for renaming all "FA-Class tulips articles" and "GA-Class tulips articles" to "Featured tulips articles" and "Good tulips articles," respectively. All articles currently in the FA and GA categories should, in theory, be migrated to the B- and A-Class categories, although they will still be present in the Good and Featured cats, too. If additional consensus beyond 5-6 people is needed for this change, a separate proposal can be created for wider community review.
Thank you for your consideration of this topic. -Drilnoth (talk) 03:17, 23 February 2009 (UTC)
I followed all of the instructions here to add quality categorization for the Feminist Task Force into {{WikiProject Gender Studies}}, but for some reason it isn't working. Instead of adding categories such as Category:FA-class Feminist Task Force articles to the talk pages, it's adding generic categories like Category:FA-class. Any idea what I'm doing wrong? Kaldari (talk) 21:56, 23 February 2009 (UTC)
Something along the lines of "TF_1_ASSESSMENT_CAT (Required) – the assessment category to be used for the taskforce-specific quality and importance assessments."?? Happy‑melon 23:15, 23 February 2009 (UTC)
I can set up the categories for some thhttp://en.wikipedia.org/w/index.php?title=Template_talk:WPBannerMeta&action=edit§ion=12e Physics taskforce. See the {{Physics}} banner. I want the articles marked by taskforces to be included what I wrote in the |TF_CAT_X =. Some articles (like 1 or 2 out of a few hundreds) are listed in (for example in Category:Acoustics articles), but doing null edits on the other articles marked by the banner with the acoustic taskforce parameters set to yes doesn't add them to the category (even though that article's talk page is marked by it). Is this a bug or simply cache problems? Help please. Headbomb {ταλκκοντριβς – WP Physics} 01:18, 24 February 2009 (UTC)
An chance someone could modify this to support more taskforces? Perhaps up to 20? ···日本穣? · Talk to Nihonjoe 06:19, 24 February 2009 (UTC)