Difference between revisions of "Template:Prototype"

From The iPhone Wiki
Jump to: navigation, search
(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 = &lt;!-- Use "DD Mon YYYY" format, plz? --&gt;
  +
| summary =
  +
| specs =
  +
<nowiki>{{spec|SPEC NAME|SPEC VALUE|COMMENT}}</nowiki>&lt;!-- Repeat as needed --&gt;
  +
| gallery =
  +
&lt;gallery&gt;
  +
&lt;!-- ... --&gt;
  +
&lt;/gallery&gt;
  +
}}
  +
  +
== 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>
}}

Parameters