|
The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "Template:Prototype"
(maybe?) |
m |
||
| Line 1: | Line 1: | ||
| − | {{#if: {{{image|}}} | [[File:{{{image|}}}|thumb|{{{caption|}}}]] | }} |
+ | <noinclude>{{lowercase}}__NOTOC__</noinclude>{{#if: {{{image|}}} | [[File:{{{image|}}}|thumb|{{{caption|}}}]] | }} |
{{#if: {{{date|}}} | ''{{{date}}}'': | }} |
{{#if: {{{date|}}} | ''{{{date}}}'': | }} |
||
| Line 16: | Line 16: | ||
| }} |
| }} |
||
{{#if: {{{gallery|}}} | {{{gallery}}} | }} |
{{#if: {{{gallery|}}} | {{{gallery}}} | }} |
||
| − | {{clear}} |
+ | {{clear}}<noinclude> |
| + | This template is for use on the [[prototypes]] page. It has a very simple format: |
||
| + | <nowiki>{{prototype</nowiki> |
||
| + | | image = |
||
| + | | caption = |
||
| + | | date = <!-- Use "DD Mon YYYY" format, plz? --> |
||
| + | | summary = |
||
| + | | specs = |
||
| + | <nowiki>{{spec|SPEC NAME|SPEC VALUE|COMMENT}}</nowiki><!-- Repeat as needed --> |
||
| + | | gallery = |
||
| + | <gallery> |
||
| + | <!-- ... --> |
||
| + | </gallery> |
||
| + | }} |
||
| + | |||
| + | == Parameters == |
||
| + | |||
| + | </noinclude> |
||
Revision as of 18:36, 18 May 2013
This template is for use on the prototypes page. It has a very simple format:
{{prototype
| image =
| caption =
| date = <!-- Use "DD Mon YYYY" format, plz? -->
| summary =
| specs =
{{spec|SPEC NAME|SPEC VALUE|COMMENT}}<!-- Repeat as needed -->
| gallery =
<gallery>
<!-- ... -->
</gallery>
}}