Template:Infobox/doc: Difference between revisions
Created page with "From Wikipedia {{distinguish|Template:Userbox}} {{Documentation subpage}} <includeonly>{{#ifeq:{{#titleparts:{{PAGENAME}}|1|2}}|old ||{{High-use|3,000,000+}}{{Lua|Module:Infob..." |
m Protected "Template:Infobox/doc" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 4: | Line 4: | ||
<includeonly>{{#ifeq:{{#titleparts:{{PAGENAME}}|1|2}}|old ||{{High-use|3,000,000+}}{{Lua|Module:Infobox}}}}</includeonly> | <includeonly>{{#ifeq:{{#titleparts:{{PAGENAME}}|1|2}}|old ||{{High-use|3,000,000+}}{{Lua|Module:Infobox}}}}</includeonly> | ||
{{Parameter names example | {{Parameter names example | ||
| | |title={{PAGENAME}} <!--|child |subbox |decat--> |title |above |subheader |subheader1 |subheader2={{{subheader2}}}<br/>...... | ||
|image|caption |image1|caption1 |image2|caption2={{{caption2}}}<br/>...... | |image|caption |image1|caption1 |image2|caption2={{{caption2}}}<br/>...... | ||
|header1=<div style="border-top:1px dashed #ccc;">{{{header1}}}<br/>{{nobold|( ''or'' )}}</div> | |header1=<div style="border-top:1px dashed #ccc;">{{{header1}}}<br/>{{nobold|( ''or'' )}}</div> | ||
Line 24: | Line 24: | ||
<pre> | <pre> | ||
{{Infobox | {{Infobox | ||
| | | title = {{{name|{{PAGENAME}}}}} | ||
| image = {{{image|}}} | | image = {{{image|}}} | ||
| caption1 = {{{caption|}}}}}} | | caption1 = {{{caption|}}}}}} | ||
| | | header2 = About this screamer or shock site | ||
| | | label1 = Maker | ||
| label2 = Release date | |||
| label3 = Status | | label3 = Type | ||
| label4 = Status | |||
| data3 = {{{status|}}} | | data3 = {{{status|}}} | ||
... <!-- etc. --> | ... <!-- etc. --> | ||
Line 57: | Line 57: | ||
{{Infobox | {{Infobox | ||
| | | title = Infobox/doc | ||
| title = Text in caption over infobox | | title = Text in caption over infobox | ||
| subheader = Subheader of the infobox | | subheader = Subheader of the infobox | ||
Line 64: | Line 64: | ||
<pre style="overflow:auto"> | <pre style="overflow:auto"> | ||
{{Infobox | {{Infobox | ||
| | | title = {{subst:PAGENAME}} | ||
| title = Text in caption over infobox | | title = Text in caption over infobox | ||
| subheader = Subheader of the infobox | | subheader = Subheader of the infobox | ||
Line 72: | Line 72: | ||
{{Infobox | {{Infobox | ||
| | | title = Infobox/doc | ||
| above = Text in uppermost cell of infobox | | above = Text in uppermost cell of infobox | ||
| subheader = Subheader of the infobox | | subheader = Subheader of the infobox | ||
Line 80: | Line 80: | ||
<pre style="overflow:auto"> | <pre style="overflow:auto"> | ||
{{Infobox | {{Infobox | ||
| | | title = {{subst:PAGENAME}} | ||
| above = Text in uppermost cell of infobox | | above = Text in uppermost cell of infobox | ||
| subheader = Subheader of the infobox | | subheader = Subheader of the infobox |