Template:GameDesc/Documentation: Difference between revisions

m
Text replacement - "{{Documentation Footer}}" to "<noinclude>Category:Template Documentation</noinclude>"
(Created page with "==Purpose== Used to create sortable tables for listing in-game descriptions by game, such as item and skill descriptions, using both a header template and multiple row templates. Template:Game Descr/Header is placed at the top of the table, and the table must be closed by appending <code>|}</code> on the following line. ==Usage== {| class="wikitable" |+ |- ! Parameter !! Description |- | 1 || The linked game that the description is from. |- | 2 || The in-game descri...")
 
m (Text replacement - "{{Documentation Footer}}" to "<noinclude>Category:Template Documentation</noinclude>")
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
==Purpose==
==Purpose==
Used to create sortable tables for listing in-game descriptions by game, such as item and skill descriptions, using both a header template and multiple row templates. [[Template:Game Descr/Header]] is placed at the top of the table, and the table must be closed by appending <code>|}</code> on the following line.
Used to create tables for listing in-game descriptions by game, such as item and skill descriptions, using both a header template and multiple row templates. [[Template:GameDesc/Header]] is placed at the top of the table, and the table must be closed by appending <code>|}</code> on the following line.
 
This template should use the English localized descriptions where available. For games that were never localized, the original Japanese description should instead be used. Use [[Template:DescTransl]] for displaying both the Japanese description and a translation.


==Usage==
==Usage==
Line 15: Line 17:
===Code===
===Code===
<pre>
<pre>
{{Game Descr/Header}}
{{GameDesc/Header}}
{{Game Descr|1|2}}
{{GameDesc|1|2}}
|}
|}
</pre>
</pre>
Line 23: Line 25:
'''Life Stone descriptions'''
'''Life Stone descriptions'''
<pre>
<pre>
{{Game Descr/Header}}
{{GameDesc/Header}}
{{Game Descr|{{Gamelink|SMT1}}|Restores 25% of one ally's HP.}}
{{GameDesc|{{Link|Game|SMT1}}|Restores 25% of one ally's HP.}}
|}
|}
</pre>
</pre>
{{Game Descr/Header}}
{{GameDesc/Header}}
{{Game Descr|{{Gamelink|SMT1}}|Restores 25% of one ally's HP.}}
{{GameDesc|{{Link|Game|SMT1}}|Restores 25% of one ally's HP.}}
|}
|}


{{Documentation Footer}}
<noinclude>[[Category:Template Documentation]]</noinclude>