Difference between revisions of "Talk:ITunes Mouse"
From MHWiki
(new section) |
(offer another alternative) |
||
Line 8: | Line 8: | ||
*leave it as it is -> red link, not user friendly | *leave it as it is -> red link, not user friendly | ||
- [[User:YiKai|YiKai]] 18:29, 24 October 2011 (UTC) | - [[User:YiKai|YiKai]] 18:29, 24 October 2011 (UTC) | ||
+ | :Or graduate my conditional templates ([[User:Ericb/Ifeq]]) into the main Template namespace, and alter [[:Template:Mouse]] in such a way that it does not affect any other page, by making the template use: | ||
+ | <nowiki>{{Ifeq|{{{mgroup}}}|None|{{{mgroup}}}|[[{{{mgroup}}}]]}}</nowiki> | ||
+ | :which gets rid of the square brackets _if_ mgroup is exactly "None". -- <span style="border:2px ridge #aaf;padding:1px 8px;font:normal 10px Verdana,sans-serif;">[[User:Ericb|ericb]] <sup style='margin-right:-11px'>[[User_talk:Ericb|talk]]</sup><sub>[[Special:Contributions/Ericb|contr]]</sub></span> 19:28, 24 October 2011 (UTC) |
Latest revision as of 19:28, 24 October 2011
Mouse Group
any suggestions to remove the red link for iTune's mouse group?
- leave the mouse group parameter blank -> doesn't remove the square brackets
- use the nowiki tag -> doesn't remove the square brackets
- event mice -> technically incorrect as iTunes was discontinued before the introduction of mouse groups
- change the template -> affects too many pages
- add another category called "none" in the Mouse Group page -> kind of weird as it doesn't appear officially
- leave it as it is -> red link, not user friendly
- YiKai 18:29, 24 October 2011 (UTC)
- Or graduate my conditional templates (User:Ericb/Ifeq) into the main Template namespace, and alter Template:Mouse in such a way that it does not affect any other page, by making the template use:
{{Ifeq|{{{mgroup}}}|None|{{{mgroup}}}|[[{{{mgroup}}}]]}}