Difference between revisions of "Template:GameFacts/doc"

From Hgames Wiki
Jump to: navigation, search
(Added usage)
(Added "Required" and "Default value" column in parameter-table)
 
Line 1: Line 1:
 
;Description
 
;Description
:This template is for displaying the facts of a game
+
:This template is for displaying the facts of a game.
;Syntax
+
;Parameters
:{|class="wikitable"
+
:{|class="wikitable sortable"
!Syntax !! Description
+
! Parameter !! Required* !! Description !! Default value
 
|-
 
|-
 
|name
 
|name
 +
|Optional
 
|Name of the game
 
|Name of the game
 +
|Game name is missing
 
|-
 
|-
 
|exoticname
 
|exoticname
 +
|Optional
 
|'Exotic' name of the game (e.g. original japanese name. If not provided will be automaticly replaced by the normal name)
 
|'Exotic' name of the game (e.g. original japanese name. If not provided will be automaticly replaced by the normal name)
 +
|<code><nowiki>{{{name}}}</nowiki></code>
 
|-
 
|-
 
|gameweb
 
|gameweb
 +
|Optional
 
|URL of the official game website
 
|URL of the official game website
 +
|[No Official Website]
 
|-
 
|-
 
|company
 
|company
 +
|Optional
 
|Company of the game
 
|Company of the game
 +
|Unknown company
 
|-
 
|-
 
|companyweb
 
|companyweb
 +
|Optional
 
|URL of the official company website
 
|URL of the official company website
 +
|[No Official Website]
 
|-
 
|-
 
|releasedate
 
|releasedate
 +
|Optional
 
|Releasedate of the game. Provide as [https://en.wikipedia.org/wiki/ISO_8601 ISO 8601] (YYYY-MM-DD)
 
|Releasedate of the game. Provide as [https://en.wikipedia.org/wiki/ISO_8601 ISO 8601] (YYYY-MM-DD)
 +
|Unknown release date
 
|-
 
|-
 
|hflink
 
|hflink
 +
|Optional
 
|URL of the discussion on HongFire
 
|URL of the discussion on HongFire
 +
|[No discussion on HongFire]
 
|-
 
|-
 
|aslink
 
|aslink
 +
|Optional
 
|URL of the discussion on AnimeSharing
 
|URL of the discussion on AnimeSharing
 +
|[No discussion on  AnimeSharing]
 
|-
 
|-
 
|hfpatch
 
|hfpatch
 +
|Optional
 
|URL of download site of the hfpatch (NO DIRECT / DEEP LINK!!!)
 
|URL of download site of the hfpatch (NO DIRECT / DEEP LINK!!!)
 +
|[No HF Patch]
 
|}
 
|}
 +
:<nowiki>*</nowiki>YES = Will break the template if not given; Optional = Will not break the template if missing; no = Will override some automaticly filled parameters in the template
 
;Usage
 
;Usage
 
:Copy the following code into your page and fill it out. Remove any parameters you can't fill out.
 
:Copy the following code into your page and fill it out. Remove any parameters you can't fill out.

Latest revision as of 17:25, 24 March 2014

Description
This template is for displaying the facts of a game.
Parameters
Parameter Required* Description Default value
name Optional Name of the game Game name is missing
exoticname Optional 'Exotic' name of the game (e.g. original japanese name. If not provided will be automaticly replaced by the normal name) {{{name}}}
gameweb Optional URL of the official game website [No Official Website]
company Optional Company of the game Unknown company
companyweb Optional URL of the official company website [No Official Website]
releasedate Optional Releasedate of the game. Provide as ISO 8601 (YYYY-MM-DD) Unknown release date
hflink Optional URL of the discussion on HongFire [No discussion on HongFire]
aslink Optional URL of the discussion on AnimeSharing [No discussion on AnimeSharing]
hfpatch Optional URL of download site of the hfpatch (NO DIRECT / DEEP LINK!!!) [No HF Patch]
*YES = Will break the template if not given; Optional = Will not break the template if missing; no = Will override some automaticly filled parameters in the template
Usage
Copy the following code into your page and fill it out. Remove any parameters you can't fill out.

{{GameFacts |name= |exoticname= |gameweb= |company= |companyweb= |releasedate= |hflink= |aslink= |hfpatch= |}}