Template:Infobox-MSFS-Script-Element: Difference between revisions

From FSDeveloper Wiki
Jump to navigationJump to search
mNo edit summary
(Changed colors for readability of links)
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div align="left" style="width:30%; border:  
<div align="left" style="width: 40em; border:  
<!-- Border color depends on category (from msfs script editor). See: https://en.wikipedia.org/wiki/Help:Conditional_expressions#Using_#switch -->
<!-- Border color depends on category (from msfs script editor). See: https://en.wikipedia.org/wiki/Help:Conditional_expressions#Using_#switch -->
{{#switch: {{lc:{{{category|}}} }}
{{#switch: {{lc:{{{category|}}} }}
Line 12: Line 12:
|libraryobjects = #7d0bde
|libraryobjects = #7d0bde
|others        = #db0b79
|others        = #db0b79
|WhiteSmoke
|Lightgrey
}}
}}
  solid 4px; border-radius: 10px; margin:1%; background-color:#242424; font-family: monospace; color: white;">
  solid 4px; border-radius: 10px; margin:1em; background-color:#eaecf0; font-family: monospace;">


<div style="font-size: 120%; font-weight: bold; text-align: center; background-color:#3a3a3a; border-radius: 6px 6px 0 0; padding: 0.2em 0.5em;">{{{title|{{{name|{{PAGENAME}}}}}}}}
<div style="font-size: 120%; font-weight: bold; text-align: center; background-color:#d8dade; border-radius: 6px 6px 0 0; padding: 0.2em 0.5em;">{{{title|{{{name|{{PAGENAME}}}}}}}}
</div>
</div>


Line 22: Line 22:
{{{short-descr|}}}
{{{short-descr|}}}
<hr>
<hr>
{|cellspacing="5em" style="width: 100%;"
{| cellspacing="10em" style="width: 100%;"
|-
|-
! style="width: 30%"| Property name
! style="width: 30%"|  
| Description
|  
|-
|-
<noinclude>
<noinclude>

Latest revision as of 10:23, 4 January 2022

Infobox-MSFS-Script-Element