Template:Program: Difference between revisions

From USApedia
No edit summary
No edit summary
Line 45: Line 45:


<div style="clear: both;"></div>
<div style="clear: both;"></div>
<table class="wikitable" style="border: 2px solid #BF0A30; float:right; width:300px; margin-top: 0px; padding-top: 0px;">
<table class="wikitable" style="border: 2px solid #BF0A30; float:right; width:300px; margin-top: 0px; padding: 5px;">
<caption style="caption-side: top;">{{#if:{{{ProgramName|}}}|{{{ProgramName}}}|Program}}</caption>
<caption style="caption-side: top;">{{#if:{{{ProgramName|}}}|{{{ProgramName}}}|Program}}</caption>
<tr>
<tr>
<th style="background:#002868; color:#FFFFFF">'''Type'''</th>
<th style="background:#002868; color:#FFFFFF; padding: 5px;">'''Type'''</th>
<td style="background:#FFFFFF; color:#000000">{{#if:{{{ProgramType|}}}|[[{{{ProgramType}}}]]|N/A}}</td>
<td style="background:#FFFFFF; color:#000000; padding: 5px;">{{#if:{{{ProgramType|}}}|[[{{{ProgramType}}}]]|N/A}}</td>
</tr>
</tr>
<tr>
<tr>
<th style="background:#002868; color:#FFFFFF">'''Sponsor Organization'''</th>
<th style="background:#002868; color:#FFFFFF; padding: 5px;">'''Sponsor Organization'''</th>
<td style="background:#FFFFFF; color:#000000">{{#if:{{{OrgSponsor|}}}|[[{{{OrgSponsor}}}]]|N/A}}</td>
<td style="background:#FFFFFF; color:#000000; padding: 5px;">{{#if:{{{OrgSponsor|}}}|[[{{{OrgSponsor}}}]]|N/A}}</td>
</tr>
</tr>
<tr>
<tr>
<th style="background:#002868; color:#FFFFFF">'''Creation Legislation'''</th>
<th style="background:#002868; color:#FFFFFF; padding: 5px;">'''Creation Legislation'''</th>
<td style="background:#FFFFFF; color:#000000">{{#if:{{{CreationLegislation|}}}|[[{{{CreationLegislation}}}]]|N/A}}</td>
<td style="background:#FFFFFF; color:#000000; padding: 5px;">{{#if:{{{CreationLegislation|}}}|[[{{{CreationLegislation}}}]]|N/A}}</td>
</tr>
</tr>
<tr>
<tr>
<th style="background:#002868; color:#FFFFFF">'''Website'''</th>
<th style="background:#002868; color:#FFFFFF; padding: 5px;">'''Website'''</th>
<td style="background:#FFFFFF; color:#000000">{{#if:{{{Website|}}}|[{{{Website}}} Website]|N/A}}</td>
<td style="background:#FFFFFF; color:#000000; padding: 5px;">{{#if:{{{Website|}}}|[{{{Website}}} Website]|N/A}}</td>
</tr>
</tr>
<tr>
<tr>
<th style="background:#002868; color:#FFFFFF">'''Purpose'''</th>
<th style="background:#002868; color:#FFFFFF; padding: 5px;">'''Purpose'''</th>
<td style="background:#FFFFFF; color:#000000">{{{Purpose|}}}</td>
<td style="background:#FFFFFF; color:#000000; padding: 5px;">{{{Purpose|}}}</td>
</tr>
</tr>
<tr>
<tr>
<th style="background:#002868; color:#FFFFFF">'''Program Start'''</th>
<th style="background:#002868; color:#FFFFFF; padding: 5px;">'''Program Start'''</th>
<td style="background:#FFFFFF; color:#000000">{{{ProgramStart|}}}</td>
<td style="background:#FFFFFF; color:#000000; padding: 5px;">{{{ProgramStart|}}}</td>
</tr>
</tr>
<tr>
<tr>
<th style="background:#002868; color:#FFFFFF">'''Initial Funding'''</th>
<th style="background:#002868; color:#FFFFFF; padding: 5px;">'''Initial Funding'''</th>
<td style="background:#FFFFFF; color:#000000">{{{InitialFunding|}}}</td>
<td style="background:#FFFFFF; color:#000000; padding: 5px;">{{{InitialFunding|}}}</td>
</tr>
</tr>
<tr>
<tr>
<th style="background:#002868; color:#FFFFFF">'''Duration'''</th>
<th style="background:#002868; color:#FFFFFF; padding: 5px;">'''Duration'''</th>
<td style="background:#FFFFFF; color:#000000">{{{Duration|}}}</td>
<td style="background:#FFFFFF; color:#000000; padding: 5px;">{{{Duration|}}}</td>
</tr>
</tr>
<tr>
<tr>
<th style="background:#002868; color:#FFFFFF">'''Historic'''</th>
<th style="background:#002868; color:#FFFFFF; padding: 5px;">'''Historic'''</th>
<td style="background:#FFFFFF; color:#000000">{{#if:{{{Historic|}}}|Yes|No}}</td>
<td style="background:#FFFFFF; color:#000000; padding: 5px;">{{#if:{{{Historic|}}}|Yes|No}}</td>
</tr>
</tr>
</table>
</table>

Revision as of 23:00, 29 January 2025

This is the "Program" template. It should be called in the following format:

{{Program
|ProgramName=
|ProgramType=
|OrgSponsor=
|CreationLegislation=
|Purpose=
|Website=
|ProgramStart=
|InitialFunding=
|Duration=
|Historic=
}}

Cargo declaration

This template defines the table "Program". View table.

Table details

This section provides additional details about the template usage and structure.