Template:Quest dev/doc: Difference between revisions

From The Mana World
Nard (talk | contribs)
No edit summary
Nelson6e65 (talk | contribs)
improve doc, using Template:Documentation
 
Line 1: Line 1:
[[File:50px-Template-info.png]] '''Template documentation :'''
{{Documentation
  |Description = This is the main template that is to be used for Quests documentation.


''Translated templates'' names are prefixed with ".Xy:", where ''Xy'' is the standard abbreviation of language. The french translation of this one, for example, will be [[Template:.Fr:Quest dev]].
  |Usage      = Copy the following code into your page.
  |Code        =
<nowiki>Quest_dev
  |Scenario        = [[User:WikiUser|Nick]], Nick
  |Programmer      =
  |Contributors    =
  |Maps            =
  |Tiles          =
  |NPCs            =
  |Items          =
  |Sound_fx        =
  |Music          =
  |Testers        =
</nowiki>
}}


This is the main template that is to be used for Quests documentation.


'''Translated templates''' are named .Xy:Quest where Xy is the standard abbreviation of language.
'''Notes:'''
* [[Template:I18n]] does not directs to translated template.
example: [[Template:.Fr:Quest dev]]
* Enter ''developers'' and ''testers'' names preferably in wiki form when available.
 
''Note'': <nowiki>{{I18n}}</nowiki> Template does not direct to translated template.
 
'''Usage:'''
 
Copy the following code into your page.
Enter developers and testers names preferably in wiki form when they are available.
 
<dl style="display:inline-block; padding-left:.75em; margin-left:0;">
<nowiki>{{Quest_dev
|Scenario        = [[User:WikiUser|Nick]], Nick
|Programmer      =
|Contributors    =
|Maps            =
|Tiles          =
|NPCs            =
|Items          =
|Sound_fx        =
|Music          =
|Testers        =
}}</nowiki>
</dl>
<noinclude>[[Category:Template documentation]]</noinclude>
<noinclude>[[Category:Template documentation]]</noinclude>

Latest revision as of 15:23, 17 October 2015

Template documentation [ Edit ]

Description

This is the main template that is to be used for Quests documentation.

Translated templates names are prefixed with ".Xy:", where Xy is the standard abbreviation of language. The french translation of this one, for example, will be Template:.Fr:Quest dev.

Usage

Copy the following code into your page.

{{Quest_dev |Scenario = [[User:WikiUser|Nick]], Nick |Programmer = |Contributors = |Maps = |Tiles = |NPCs = |Items = |Sound_fx = |Music = |Testers = }}



Notes:

  • Template:I18n does not directs to translated template.
  • Enter developers and testers names preferably in wiki form when available.