Template:Infobox File: Difference between revisions
The Terran Knowledge Bank
Bandit LOAF (talk | contribs) No edit summary |
No edit summary |
||
(24 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{| {{WPMILHIST Infobox style|main_box|vcard}} | {| {{WPMILHIST Infobox style|main_box|vcard}} | ||
|- | |- | ||
Line 10: | Line 9: | ||
{{#if:{{{caption|<noinclude>-</noinclude>}}}| | {{#if:{{{caption|<noinclude>-</noinclude>}}}| | ||
{{!}} colspan="2" style="border-bottom: 1px solid #aaa; text-align:left;" {{!}} {{{caption}}} | {{!}} colspan="2" style="border-bottom: 1px solid #aaa; text-align:left;" {{!}} {{{caption}}} | ||
{{!}}- | |||
}} | |||
{{#if:{{{creator|<noinclude>-</noinclude>}}}| | |||
{{!}} style="text-align:left;" {{!}} '''Creator''' | |||
{{!}} {{{creator}}} | |||
{{!}}- | {{!}}- | ||
}} | }} | ||
Line 22: | Line 26: | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
</ | {{#if:{{{runtime|<noinclude>-</noinclude>}}}| | ||
{{!}} style="text-align:left;" {{!}} '''Runtime''' | |||
{{!}} {{{runtime}}} | |||
{{!}}- | |||
}} | |||
{{#if:{{{format|<noinclude>-</noinclude>}}}| | |||
{{!}} style="text-align:left;" {{!}} '''File Format''' | |||
{{!}} {{{format}}} | |||
{{!}}- | |||
}} | |||
{{#if:{{{codec|<noinclude>-</noinclude>}}}| | |||
{{!}} style="text-align:left;" {{!}} '''Codec''' | |||
{{!}} {{{codec}}} | |||
{{!}}- | |||
}} | |||
{{#if:{{{platform|<noinclude>-</noinclude>}}}| | |||
{{!}} style="text-align:left;" {{!}} '''Platform''' | |||
{{!}} {{{platform}}} | |||
{{!}}- | |||
}} | |||
{{#if:{{{language|<noinclude>-</noinclude>}}}| | |||
{{!}} style="text-align:left;" {{!}} '''Language''' | |||
{{!}} {{{language}}} | |||
{{!}}- | |||
}} | |||
{{#if:{{{date|<noinclude>-</noinclude>}}}| | |||
{{!}} style="text-align:left;" {{!}} '''Date''' | |||
{{!}} {{{date}}} | |||
{{!}}- | |||
}} | |||
{{#if:{{{pages|<noinclude>-</noinclude>}}}| | |||
{{!}} style="text-align:left;" {{!}} '''Pages''' | |||
{{!}} {{{pages}}} | |||
{{!}}- | |||
}} | |||
{{#if:{{{news|<noinclude>-</noinclude>}}}| | |||
{{!}} style="text-align:left;" {{!}} '''In the news''' | |||
{{!}} {{{news}}} | |||
{{!}}- | |||
}} | |||
|} | |||
<noinclude> | <noinclude> | ||
Scroll down for documentation.{{-}} | |||
</noinclude> | |||
<noinclude> | |||
==Usage== | |||
<pre> | |||
{{infobox File | {{infobox File | ||
|faction = | |faction = | ||
|name = | |name = | ||
|download = | |image = | ||
|filesize = | |caption = | ||
|download = | |||
|filesize = | |||
|runtime = | |||
|creator = | |||
|date = | |||
|news = | |||
}} | |||
</pre> | |||
==Example== | |||
{{infobox File | |||
|faction = trisystem | |||
|name = [[Privateer 2: The Darkening]] Patch | |||
|download = {{download|ftp://ftp.ea.com/pub/origin/patches/priv2/p2patch.exe}} | |||
|filesize = {{filesize|559}} | |||
|creator = [[creator::Origin Systems, Inc.]] | |||
|news = [https://www.wcnews.com/news/2022/08/07/french-translation-of-wc1-complete August 7, 2022] | |||
}} | }} | ||
{{-}} | |||
<pre | <pre> | ||
{{infobox File | {{infobox File | ||
|faction = | |faction = trisystem | ||
|name = | |name = [[Privateer 2: The Darkening]] Patch | ||
|download = | |download = {{download|ftp://ftp.ea.com/pub/origin/patches/priv2/p2patch.exe}} | ||
|filesize = | |filesize = {{filesize|559}} | ||
|creator = [[creator::Origin Systems, Inc.]] | |||
|news = [https://www.wcnews.com/news/2022/08/07/french-translation-of-wc1-complete August 7, 2022] | |||
}} | }} | ||
</pre> | |||
[[Category:Infobox_templates]] | [[Category:Infobox_templates]]</noinclude> | ||
</noinclude> |
Latest revision as of 14:17, 13 August 2022
{{{name}}} | |
---|---|
[[{{{image}}}|250px]] | |
{{{caption}}} | |
Creator | {{{creator}}} |
Download | {{{download}}} |
Filesize | {{{filesize}}} |
Runtime | {{{runtime}}} |
File Format | {{{format}}} |
Codec | {{{codec}}} |
Platform | {{{platform}}} |
Language | {{{language}}} |
Date | {{{date}}} |
Pages | {{{pages}}} |
In the news | {{{news}}} |
Scroll down for documentation.
Usage
{{infobox File |faction = |name = |image = |caption = |download = |filesize = |runtime = |creator = |date = |news = }}
Example
Privateer 2: The Darkening Patch | |
---|---|
Creator | Origin Systems, Inc. |
Download | Download |
Filesize | 559 kB |
In the news | August 7, 2022 |
{{infobox File |faction = trisystem |name = [[Privateer 2: The Darkening]] Patch |download = {{download|ftp://ftp.ea.com/pub/origin/patches/priv2/p2patch.exe}} |filesize = {{filesize|559}} |creator = [[creator::Origin Systems, Inc.]] |news = [https://www.wcnews.com/news/2022/08/07/french-translation-of-wc1-complete August 7, 2022] }}