Template:Quest dev/doc: Difference between revisions

From The Mana World
Nard (talk | contribs)
mNo edit summary
Nelson6e65 (talk | contribs)
improve doc, using Template:Documentation
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
Enter developers and testers names preferably in wiki form when they are available.
{{Documentation
  |Description = This is the main template that is to be used for Quests documentation.


'''Usage:'''
''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]].
<dl style="display:inline-block; padding-left:.75em; margin-left:0;">
  |Usage      = Copy the following code into your page.
<nowiki>{{Quest_dev
  |Code        =
|Scenario        = [[User:WikiUser|Nick]], Nick
<nowiki>Quest_dev
|Programmer      =
  |Scenario        = [[User:WikiUser|Nick]], Nick
|Contributors    =
  |Programmer      =
|Maps            =
  |Contributors    =
|Tiles          =
  |Maps            =
|NPCs            =
  |Tiles          =
|Items          =  
  |NPCs            =
|Sound_fx        =
  |Items          =  
|Music          =
  |Sound_fx        =
|Testers        =  
  |Music          =
}}</nowiki>
  |Testers        =  
</dl>
</nowiki>
}}
 
 
'''Notes:'''
* [[Template:I18n]] does not directs to translated template.
* Enter ''developers'' and ''testers'' names preferably in wiki form when available.
<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.