Difference between revisions of "NeoDex:Templates"
Jump to navigation
Jump to search
m (corrected code for wheels template) |
(filled in infoboxes.) |
||
Line 233: | Line 233: | ||
'''|Ratio=}}''' | '''|Ratio=}}''' | ||
In this template, the | In this template, the ''GameImage'' variable should hold the name of the Click-to-Play image of the game in question, uploaded to the NeoDex. The double square brackets and the namespace ''Image:'' is not needed. For naming conventions, see the [[NeoDex:Image use policy]]. | ||
The | The ''GameID'' variable should hold the identification number of a game. On the game's URL, this is the number at the end, after ''?game_id=''. The template uses this number to get the correct links to the High Score and game pages. | ||
The ''World'' variable should be filled in with what world the game takes place in, and the ''categories'' variable needs the list of categories a game is allocated under, in the order they are displayed on the game page. | The ''World'' variable should be filled in with what world the game takes place in, and the ''categories'' variable needs the list of categories a game is allocated under, in the order they are displayed on the game page. | ||
Finally, the ''Ratio'' variable should be filled with the [[NP]] to point ratio, that is, how many Neopoints 100 game points earns. This is no longer displayed on a game page, but often existing game articles retain it from before the Game Room revamp. If all else fails, this can be found from comparing a selection of scores to Neopoints given. Note that this should not just be done with one set of point score and Neopoints, as rounding takes place. | Finally, the ''Ratio'' variable should be filled with the [[NP]] to point ratio, that is, how many Neopoints 100 game points earns. This is no longer displayed on a game page, but often existing game articles retain it from before the Game Room revamp. If all else fails, this can be found from comparing a selection of scores to Neopoints given. Note that this should not just be done with one set of point score and Neopoints, as rounding takes place. | ||
---- | |||
===Infobox SponsorGame=== | |||
{{Infobox SponsorGame}} | |||
[[Template:Infobox SponsorGame]] is used, like the Infobox Game template, for displaying information about a flash game, but this one is designed specifically for a sponsored game. All new sponsored game articles should include this. | |||
To add the Infobox SponsorGame template to a page, use the following code: | |||
'''<nowiki>{{Infobox SponsorGame| GameImage=</nowiki>''' | |||
'''|GameID='''<br /> | |||
'''|World='''<br /> | |||
'''|Categories='''<br /> | |||
'''|Ratio=100:100}}'''<br /> | |||
All of these variables work exactly the same as in the Infobox Game template: the ''GameImage'' variable should hold the name of the Click-to-Play image of the game in question, uploaded to the NeoDex. The double square brackets and the namespace ''Image:'' is not needed. For naming conventions, see the [[NeoDex:Image use policy]]. | |||
The ''GameID'' variable should hold the identification number of a game. On the game's URL, this is the number at the end, after ''?game_id=''. The template uses this number to get the correct links to the High Score and game pages. | |||
The ''World'' variable should be filled in with what world the game takes place in, and the ''categories'' variable needs the list of categories a game is allocated under, in the order they are displayed on the game page. | |||
Finally, the ''Ratio'' variable should be filled with the [[NP]] to point ratio, that is, how many Neopoints 100 game points earns. | |||
---- | |||
===Infobox RetiredGame=== | ===Infobox RetiredGame=== | ||
Line 261: | Line 287: | ||
If the game was retired before the new Game Room system was adopted, the old categories should be used in the ''Categories'' variable. | If the game was retired before the new Game Room system was adopted, the old categories should be used in the ''Categories'' variable. | ||
---- | |||
===NQ2Boss=== | |||
{{NQ2Boss}} | |||
[[Template:NQ2Boss]] is used to display information about the boss enemies in [[NeoQuest II]]. | |||
To add the NQ2Boss template to a page, use the following code: | |||
'''<nowiki>{{NQ2Boss|</nowiki>'''<br /> | |||
'''|'''<br /> | |||
'''|'''<br /> | |||
'''|'''<br /> | |||
'''|'''<br /> | |||
'''|'''<br /> | |||
'''|'''<br /> | |||
'''|}}'''<br /> | |||
The first variable to be entered into the template is the name of the boss character, then the URL or NeoDex Image code for the boss's picture. The third variable is the location of the box, and the next three variables are the boss [[HP]] on Normal, Evil and Insane modes. The seven variable should contain any special abilities the boss has, and the last should contain the reward for the party on beating the boss. | |||
==Other Templates== | ==Other Templates== |