Template:Info: Difference between revisions

Created page with "<table class="infobox" style="border-radius:2px; background-color:#FFFBF0; width: auto; float: unset; margin-right: 0"> <caption class="infobox-title">{{#if:{{{title}}} | {{{title|}}} | {{PAGENAME}} }}</caption> <tr> <th colspan="3" class="infobox-header" style="text-align:center;background-color:#FFE89C">Article Information</th> </tr> <tr> <th scope="row" class="infobox-label" style="white-space: nowrap; text-align:left; background-color: #fff4cf; padding-left: 5px; ver..."
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 32: Line 32:
</tr>}}
</tr>}}
{{#if: {{{language|}}}|<tr>
{{#if: {{{language|}}}|<tr>
<th scope="row" class="infobox-label" style="white-space: nowrap; text-align:left; background-color: #fff4cf; padding-left: 5px; vertical-align: middle">Language</th>
<th scope="row" class="infobox-label" style="white-space: nowrap; text-align:left; background-color: #fff4cf; padding-left: 5px; vertical-align: middle">Original Language</th>
<td class="infobox-data" colspan="2" style="white-space: nowrap; padding-right: 5px; vertical-align: middle">{{{language|}}}</td>
<td class="infobox-data" colspan="2" style="white-space: nowrap; padding-right: 5px; vertical-align: middle">{{{language|}}}</td>
</tr>}}
{{#if: {{{translator|}}}|<tr>
<th scope="row" class="infobox-label" style="white-space: nowrap; text-align:left; background-color: #fff4cf; padding-left: 5px; vertical-align: middle">Translator</th>
<td class="infobox-data" colspan="2" style="white-space: nowrap; padding-right: 5px; vertical-align: middle">{{{translator|}}}</td>
</tr>}}
</tr>}}
{{#if: {{{supervisor(s)|}}}|<tr>
{{#if: {{{supervisor(s)|}}}|<tr>
Line 58: Line 62:
== طرز استفاده ==  
== طرز استفاده ==  
<pre>
<pre>
{{شناسنامه مقاله
{{info
  | title =  
  | title =  
  | author 1 =  
  | author 1 =  
Line 72: Line 76:
  | publication date =  
  | publication date =  
  | language =  
  | language =  
| translator =
  | other articles of the author =  
  | other articles of the author =  
  | other articles of the authors =  
  | other articles of the authors =  
Line 78: Line 83:
  | adaptation =  
  | adaptation =  
}}
}}
</pre></noinclude>
</pre><templatedata>
{
"params": {
"title": {},
"author 2": {},
"author": {},
"author 1": {},
"author email": {},
"author email 1": {},
"author email 2": {},
"education": {},
"education 1": {},
"education 2": {},
"academic rank": {},
"academic rank 1": {},
"academic rank 2": {},
"subject": {},
"style": {},
"publication date": {},
"language": {},
"translator": {},
"supervisor(s)": {},
"editing and adaptation": {},
"adaptation": {},
"other articles of the author": {},
"other articles of the authors": {}
},
"paramOrder": [
"title",
"author",
"author 1",
"author 2",
"author email",
"author email 1",
"author email 2",
"education",
"education 1",
"education 2",
"academic rank",
"academic rank 1",
"academic rank 2",
"subject",
"style",
"publication date",
"language",
"translator",
"supervisor(s)",
"editing and adaptation",
"adaptation",
"other articles of the author",
"other articles of the authors"
],
"format": "block"
}
</templatedata></noinclude>