Template:AI Program: Difference between revisions
From Flexible Survival
Jump to navigationJump to search
m Initial template creation. |
No edit summary |
||
| (9 intermediate revisions by 2 users not shown) | |||
| Line 9: | Line 9: | ||
|parameterstat= | |parameterstat= | ||
}}</nowiki></pre> | }}</nowiki></pre> | ||
[[Category:Templates]] | |||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
| Line 14: | Line 15: | ||
<div align=center>'''{{FULLPAGENAME}}'''</div><br> | <div align=center>'''{{FULLPAGENAME}}'''</div><br> | ||
{|style="width:100%; border-collapse: collapse; border-width: 1px; border-style: solid; border-color: #000" | {|style="width:100%; border-collapse: collapse; border-width: 1px; border-style: solid; border-color: #000" | ||
|- | |||
! Description | |||
|- | |||
|style="border-style: solid; border-width: 1px"|{{{description}}} | |style="border-style: solid; border-width: 1px"|{{{description}}} | ||
|} | |||
{|style="width:100%; border-collapse: collapse; border-width: 1px; border-style: solid; border-color: #000" | |||
|- | |||
! colspan="2" | Parameter | |||
|- | |- | ||
|style="border-style: solid; border-width: 1px"|{{{parametertype}}} | |style="border-style: solid; border-width: 1px"|{{{parametertype}}} | ||
|{{{parameterstat}}} | |style="border-style: solid; border-width: 1px"|{{{parameterstat}}} | ||
|- | |- | ||
|}</div> | |}</div> | ||
[[Category:AI Programs]] | [[Category:AI Programs]] | ||
</includeonly> | </includeonly> | ||
Latest revision as of 01:42, 26 February 2018
A template to standardize the format of AI program listings.
Usage
Put the following on your page, filling in the blanks.
{{AI Program
|description=
|parametertype=
|parameterstat=
}}