Search results
Results from the WOW.Com Content Network
div. mw-parser-output. infobox {display: none;} Alternatively, you can add the following code to your common.js or into a browser user script that is executed by an extension like Greasemonkey : $ ( '.infobox' ). hide ();
Do the same for the output of all Example-formatting templates, such as {} and {}. Apply to additional site-wide classes identified so far (e.g., .monospaced) that output as monospace. Make the three most frequently encountered editing fields also use this font stack: the main editing window, the edit summary line, and the search entry box.
div. mw-parser-output. infobox {display: none;} Alternatively, you can add the following code to your common.js or into a browser user script that is executed by an extension like Greasemonkey : $ ( '.infobox' ). hide ();
div. mw-parser-output. infobox {display: none;} Alternatively, you can add the following code to your common.js or into a browser user script that is executed by an extension like Greasemonkey : $ ( '.infobox' ). hide ();
Magic words (including parser functions, variables and behavior switches) are features of wiki markup that give instructions to Wikipedia's underlying MediaWiki software. For example, magic words can suppress or position the table of contents, disable indexing by external search engines, and produce output dynamically based on the current page or on user-defined conditional logic.
Parser functions can be used to selectively show or hide particular content (such as table rows) within an infobox based on the value of one or more template parameters. For example, a parameter may be designed to display only if another parameter exists. A simplistic test to display a caption only when an image is present could be:
The MediaWiki software adds elements that look and act like HTML tags. Parser tags are included in MediaWiki whereas extension tags are added by optional software extensions. For a machine-generated list, see Special:Version#mw-version-parser-extensiontags. It may include tags not documented here. Parser tags
This template internally uses mw:Extension:SyntaxHighlight, which is considered an 'expensive parser function' (see WP:EXPENSIVE). If used on a page which uses more than 500 expensive parser functions, the output of subsequent uses of this template will be presented using <code>...</code> formatting (without any syntax highlighting) instead.