Template:Product: Difference between revisions

From COLLADA Public Wiki
Jump to navigation Jump to search
Elf (talk | contribs)
make email & phone conditional
Elf (talk | contribs)
try it as a floating table
Line 26: Line 26:


This displays the following:</noinclude>
This displays the following:</noinclude>
{|style="padding:0.3em; float:right; margin-left:15px; border:1px solid #A3B1BF; background:#ffffff; text-align:left; font-size:90%; line-height:1.5em; width: 21em;"
|-
! Technical information
|-
|
* '''Name:''' {{{name}}}
* '''Name:''' {{{name}}}
* '''Purpose:''' {{{purpose}}}
* '''Purpose:''' {{{purpose}}}
Line 34: Line 39:
{{#if: {{{forum_url|}}}|[{{{forum_url}}} Forum]|}}
{{#if: {{{forum_url|}}}|[{{{forum_url}}} Forum]|}}
* '''Created by:''' {{{creator}}}   
* '''Created by:''' {{{creator}}}   
* '''Contact for technical issues:''' {{#if: {{{contact_email|}}}|[mailto:{{{contact_email}}} {{{contact_email}}}]|}} {{#if: {{{contact_phone|}}}|{{{contact_phone}}}|}}<noinclude>
* '''Contact for technical issues:''' {{#if: {{{contact_email|}}}|[mailto:{{{contact_email}}} {{{contact_email}}}]|}} {{#if: {{{contact_phone|}}}|{{{contact_phone}}}|}}
|}<noinclude>
[[Category:Templates]]</noinclude>
[[Category:Templates]]</noinclude>

Revision as of 03:25, 16 July 2007

Usage:

To use this in a product article:

{{product
 | name = ...
 | purpose = ...
 | last_updated = ...
 | current_version = ...
 | status = ...
 | download_url = ...
 | forum_url = ...
 | creator = ...
 | contact_email = ...
 | contact_phone = ...}}

Fill in the "...", where:

  • name: name of the product
  • purpose: brief description of what it does
  • last_updated: Date last updated
  • current_version: Current version number
  • status: e.g., released, beta, ...
  • download_url: full URL of where to download a copy
  • forum_url: full URL of forum related to product; leave blank if none
  • created by: Name of creator
  • contact_email: email for technical support (may be very limited); leave blank if none
  • contact_phone: phone number for technical support; leave blank if none

This displays the following:

Technical information
  • Name: {{{name}}}
  • Purpose: {{{purpose}}}
  • Last updated: {{{last_updated}}}
  • Current version: {{{current_version}}}
  • Status: {{{status}}}
  • [{{{download_url}}} Download]
  • Created by: {{{creator}}}
  • Contact for technical issues: