Difference between revisions of "Template:Application"

From WebOS Internals
Jump to navigation Jump to search
m (description)
m (Moved DESCRIPTION above TOC because an empty description was leaving an ugly dead space under the TOC.)
 
(24 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<div style="background-color:#F5FAFF;padding:10px;border:1px solid #AAAAAA;margin-bottom:10px;">[[Portal:{{{type}}}_Applications_{{{tag}}}|« Go Back to the {{{tag}}} application list]]</div>
+
__NOTOC__
<div style="float:left;padding:1px;border:1px solid #AAAAAA;">[[Image:{{{screenshot}}}]]</div>
+
<div style="background-color:#F5FAFF;padding:10px;border:1px solid #AAAAAA;margin-bottom:10px;">
<div style="margin-left:334px;border:1px solid #AAAAAA;padding:10px;background-color:#FFFFE0;"><h2>{{{name}}}</h2>{{{description}}}</div>
+
[[Portal:{{{type}}}_Applications_{{{tag}}}|« Go Back to the {{{tag}}} application list]]</div>
 +
<div style="margin-left:10px;float:right;padding:10px;border-left:1px solid #AAAAAA;border-bottom:1px solid #AAAAAA;background-color:#FFFFFF;">[[Image:{{{screenshot}}}|x270px]]</div>
 +
<div style="border:1px solid #AAAAAA;padding:10px;background-color:#FFFFE0;"><h2>{{{name}}} - {{{version}}}</h2>
 +
{{{description}}}
 +
__TOC__
 +
</div>
 
<noinclude>
 
<noinclude>
 
== Usage ==
 
== Usage ==
  
  <nowiki> {{application
+
Remember to use the <nowiki>{{!}}</nowiki> for "|" when in the description parameter.
  |name=Name                                      - Name of the Application
+
 
  |type=webOS                                    - "webOS" or "Linux"
+
<source lang="text">
  |tag=Games                                      - Use the main list's names
+
{{application
  |screenshot=Application_Name_Screenshot_1.png  - Upload the screenshot using the right name
+
|name=Name                                      - Name of the Application
  |description=description                        - Describe the app in full detail, put anything you want.
+
|type=webOS                                    - "webOS" or "Linux"
  }}</nowiki>
+
|version=1.0.0                                  - Version major.minor.build
 +
|tag=Games                                      - Use the main list's names
 +
|screenshot=Application_Name_Screenshot_1.png  - Upload the screenshot using the right name
 +
|description=description                        - Describe the app in full detail, put anything you want.
 +
}}
 +
</source>
 
</noinclude>
 
</noinclude>

Latest revision as of 21:53, 15 July 2010

[[Portal:{{{type}}}_Applications_{{{tag}}}|« Go Back to the {{{tag}}} application list]]
[[Image:{{{screenshot}}}|x270px]]

{{{name}}} - {{{version}}}

{{{description}}}

Usage

Remember to use the {{!}} for "|" when in the description parameter.

<source lang="text">

« Go Back to the Games - Use the main list's names application list
x270px

Name - Name of the Application - 1.0.0 - Version major.minor.build

description - Describe the app in full detail, put anything you want.

</source>