Content deleted Content added
←Blanked the page Tags: Blanking Reverted Mobile edit Mobile web edit |
m Reverted 1 edit by 2600:1700:2640:D360:6489:B94:5A7E:15F2 (talk) to last revision by 209.94.130.17 |
||
Line 1:
<templatestyles src="Mono/styles.css" /><!--
The templatestyles invocation at the top here is needed before the use of {{mono}} or {{monodiv}} below,
otherwise it outputs the style tag where it risks corrupting extracted infobox data.
Take this fine example from the [[Code page 932 (Microsoft Windows)]] infobox, previewed in a Google Search infobox:
MIME / IANA: mw-parser-output.monospaced, Windows-31J
-->{{Infobox
|name = Infobox character encoding
|bodystyle =
|title = {{{name|{{PAGENAMEBASE}}}}}
|titlestyle =
|above =
|abovestyle =
t
|imagestyle =
|captionstyle =
|image = {{#if:{{{image|}}}|[[File:{{{image|}}}|250px]]|}}
|caption = {{#if:{{{caption|}}}|{{{caption|}}}|}}
|image2 =
|caption2 =
|headerstyle =
|labelstyle =
|datastyle =
|header1 =
|label1 = MIME / IANA
|data1 = {{#if:{{{_nomimecode|}}}|{{{mime|}}}|{{#if:{{{mime|}}}|{{mono|1={{{mime}}}}}}}}}
|header2 =
|label2 = Kermit
|data2 = {{#if:{{{_nokermitcode|}}}|{{{kermit|}}}|{{#if:{{{kermit|}}}|{{mono|1={{{kermit}}}}}}}}}
<!-- NOTE: probably don't add a field for every possibly identifying scheme (IBM code page number, Windows code page number, Oracle Database codec name, Python codec name, fully qualified ICU codec name...). The current fields are those defined by some sort of internet interchange protocol. Other names can go in alias. -->
|header3 =
|label3 = Alias(es)
|data3 = {{{alias|}}}
|header4 =
|label4 = Language(s)
|data4 = {{{lang|}}}
|header5 =
|label5 = Created by
|data5 = {{{by|}}}
|header6 =
|label6 = Standard
|data6 = {{{standard|}}}
|header7 =
|label7 = Definitions
|data7 = {{{definitions|}}}
|header8 =
|label8 = Current status
|data8 = {{{status|}}}
|header9 =
|label9 = Classification
|data9 = {{{classification|}}}
|header10 =
|label10 = Extends
|data10 = {{{extends|}}}
|header11 =
|label11 = Based on
|data11 = {{{basedon|}}}
|header12 =
|label12 = Extensions
|data12 = {{{extensions|}}}
|header13 =
|label13 = Transforms / Encodes
|data13 = {{{encodes|}}}
|header14 =
|label14 = Encoding formats
|data14 = {{{encodings|}}}
|header15 =
|label15 = Preceded by
|data15 = {{{prev|}}}
|header16 =
|label16 = Succeeded by
|data16 = {{{next|}}}
|header17 =
|label17 = Other related encoding(s)
|data17 = {{{otherrelated|}}}
|header18 =
|label18 =
|data18 =
|header19 =
|label19 =
|data19 =
|header20 =
|label20 =
|data20 =
|belowstyle =
|below = {{{extra|}}}
}}<noinclude>{{documentation}}</noinclude>
|