Help:Infobox/user style: Difference between revisions

m 1 revision imported: Add Infobox stuff and templates
m Text replacement - "[[WP:" to "[[wikipedia:WP:"
 
Line 2: Line 2:
==Infoboxes and user style ==
==Infoboxes and user style ==
}}}
}}}
Users can have [[WP:User style|user CSS]] that hides<!--, moves, or makes collapsible--> any infoboxes in their own browsers.
Users can have [[wikipedia:WP:User style|user CSS]] that hides<!--, moves, or makes collapsible--> any infoboxes in their own browsers.


To hide all infoboxes, add the following to [[Special:MyPage/common.css]] (for all [[WP:Skin|skins]], or [[Special:MyPage/skin.css]] for just the current skin), on a line by itself:
To hide all infoboxes, add the following to [[Special:MyPage/common.css]] (for all [[wikipedia:WP:Skin|skins]], or [[Special:MyPage/skin.css]] for just the current skin), on a line by itself:
<syntaxhighlight lang="css">div.mw-parser-output .infobox { display: none; }</syntaxhighlight>
<syntaxhighlight lang="css">div.mw-parser-output .infobox { display: none; }</syntaxhighlight>


Line 11: Line 11:
<syntaxhighlight lang="js">$('.infobox').hide();</syntaxhighlight>
<syntaxhighlight lang="js">$('.infobox').hide();</syntaxhighlight>


Be aware that although{{#if:{{{guideline|}}}||, per [[WP:Manual of Style/Infoboxes]],}} all information in an infobox ideally should also be found in the main body of an article, there isn't perfect compliance with this guideline. For example, the full taxonomic hierarchy in {{tlx|Taxobox}}, and the OMIM and other medical database codes of {{tlx|Infobox disease}} are often not found in the main article content. The infobox is also often the location of the most significant, even only, image in an article. There is a userscript which removes infoboxes but moves the images contained to separate thumbnails: [[User:Maddy from Celeste/disinfobox.js]].<!--
Be aware that although{{#if:{{{guideline|}}}||, per [[wikipedia:WP:Manual of Style/Infoboxes]],}} all information in an infobox ideally should also be found in the main body of an article, there isn't perfect compliance with this guideline. For example, the full taxonomic hierarchy in {{tlx|Taxobox}}, and the OMIM and other medical database codes of {{tlx|Infobox disease}} are often not found in the main article content. The infobox is also often the location of the most significant, even only, image in an article. There is a userscript which removes infoboxes but moves the images contained to separate thumbnails: [[User:Maddy from Celeste/disinfobox.js]].<!--


Needs Special:Mypage/common.js options for:
Needs Special:Mypage/common.js options for:
Line 20: Line 20:
--><noinclude>
--><noinclude>
{{Documentation|content=
{{Documentation|content=
This documentation snippet is transcluded at [[Help:Infobox]], [[Template:Infobox/doc]], [[WP:Customisation#Hiding specific messages]], [[Help:User style]], [[WP:Manual of Style/Infoboxes]], and other places where this information is relevant.
This documentation snippet is transcluded at [[Help:Infobox]], [[Template:Infobox/doc]], [[wikipedia:WP:Customisation#Hiding specific messages]], [[Help:User style]], [[wikipedia:WP:Manual of Style/Infoboxes]], and other places where this information is relevant.


As a template, this snippet takes a {{para|heading}} parameter to replace the level-2 <code>==Infoboxes and user style==</code> section heading code, as needed. E.g., for a <code>=== ... ===</code> level-3 heading: <code><nowiki>heading={{=}}{{=}}{{=}}Infoboxes and user style{{=}}{{=}}{{=}}</nowiki></code>
As a template, this snippet takes a {{para|heading}} parameter to replace the level-2 <code>==Infoboxes and user style==</code> section heading code, as needed. E.g., for a <code>=== ... ===</code> level-3 heading: <code><nowiki>heading={{=}}{{=}}{{=}}Infoboxes and user style{{=}}{{=}}{{=}}</nowiki></code>
}}
}}
</noinclude>
</noinclude>