Template:Information: Difference between revisions

Template page
(Created page with "{{#invoke:Information|information | lang = {{#if:{{{lang|}}} | {{{lang}}} | {{int:Lang}} }} | demo = {{{demo|<noinclude>1</noinclude>}}} }}<noinclude> {{documentation}} </noinclude>")
Tag: 2017 source edit
No edit summary
Tag: 2017 source edit
Line 1: Line 1:
{{#invoke:Information|information
<div class="file-information-table">
| lang  = {{#if:{{{lang|}}} | {{{lang}}} | {{int:Lang}} }}
<table class="wikitable fileinfotpl-type-information">
| demo   = {{{demo|<noinclude>1</noinclude>}}}
 
}}<noinclude>
<!-- Description -->
{{documentation}}
<tr>
<th {{ #if: {{{description|{{{Description|}}} }}} | id="fileinfotpl_desc" }} class="fileinfo-paramfield">Description</th>
<td class="description">
{{ #if: {{{description|{{{Description|}}} }}} | {{{description|{{{Description|}}} }}} | {{Description missing}} }}
</td>
</tr>
 
<!-- Other fields 1 -->
{{{other_fields_1|{{{Other_fields_1|{{{other fields 1|{{{Other fields 1|}}} }}} }}} }}}
 
<!-- Date -->
<tr>
<th {{ #if: {{{date|{{{Date|}}} }}} | id="fileinfotpl_date" }} class="fileinfo-paramfield">Date</th>
<td>{{{date|{{{Date|}}} }}}</td>
</tr>
 
<!-- Source -->
<tr>
<th {{ #if: {{{source|{{{Source|}}} }}} | id="fileinfotpl_src" }} class="fileinfo-paramfield">Source</th>
<td>{{ #if: {{{source|{{{Source|}}} }}} | {{{source|{{{Source|}}} }}} | {{Source missing}} }}</td>
</tr>
 
<!-- Author -->
<tr>
<th {{#if: {{{author|{{{Author|}}} }}} | id="fileinfotpl_aut" }} class="fileinfo-paramfield">Author</th>
<td>{{ #if: {{{author|{{{Author|}}} }}} | {{{author|{{{Author|}}} }}} | {{Author missing}} }}</td>
</tr>
 
<!-- Permission -->
{{#if:{{{permission|{{{Permission|}}} }}}{{{demo|<noinclude>1</noinclude>}}}|
<tr>
<th id="fileinfotpl_perm" class="fileinfo-paramfield">Permission</th>
<td>
{{{permission|{{{Permission|}}} }}}
</td>
</tr>
}}
 
<!-- Other versions -->
{{#switch: {{{other_versions|{{{Other_versions|{{{other versions|{{{Other versions|}}} }}} }}} }}}{{{demo|<noinclude>1</noinclude>}}}
|  =
| - =
| none =
| #default =
<tr>
<th id="fileinfotpl_ver" class="fileinfo-paramfield">Other versions</th>
<td>
{{{other_versions|{{{Other_versions|{{{other versions|{{{Other versions|}}} }}} }}} }}}
</td>
</tr>
}}
 
<!-- Other fields -->
{{{other_fields|{{{Other_fields|{{{other fields|{{{Other fields|}}} }}} }}} }}}
 
</table>
</div><noinclude>{{/doc}}
</noinclude>
</noinclude>

Revision as of 09:45, 7 June 2024

Description
Date
Source
Author
Permission
Other versions

Template:Information/doc