Difference between revisions of "Template:Featured Article"

From WebOS Internals
Jump to navigation Jump to search
(cr)
 
(edit)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
===[[Portal:{{{Name}}} ===
+
===[[{{{Title}}} ===
  
{{{description}}}
+
{{{Summary}}}
  
Full article at: [[{{{FullArticle}}}]]
+
Full article at: [[{{{FullLink}}}]]
  
 
<noinclude>
 
<noinclude>
Line 10: Line 10:
  
 
Remember to use the <nowiki>{{!}}</nowiki> for "|" when in the description parameter.
 
Remember to use the <nowiki>{{!}}</nowiki> for "|" when in the description parameter.
 +
<source lang="text">
  
<source lang="text">
+
{{Featured Article
{{application
+
|Title=     Title to display on the front page
|name=Name                                      - Name of the Application
+
|Image=     Image to display if any
|type=webOS                                    - "webOS" or "Linux"
+
|FullLink= Full wiki name of full article
|version=1.0.0                                  - Version major.minor.build
+
|SummaryDescription summary to go on front page.
|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>
 
</source>
 +
</noinclude>
 +
 
</noinclude>
 
</noinclude>

Revision as of 17:58, 29 July 2009

[[{{{Title}}}

{{{Summary}}}

Full article at: [[{{{FullLink}}}]]


Usage

Remember to use the {{!}} for "|" when in the description parameter. <source lang="text">


[[Title to display on the front page

Description summary to go on front page.

Full article at: Full wiki name of full article


</noinclude> </source>