Template:House Info

From Nookipedia, the Animal Crossing wiki
(Redirected from Template:House)
Nia blue upload.png
Nia blue upload.png
Items:
Wall: SpringLeaf.png No Wallpaper
Floor: SpringLeaf.png No Floor
Music: No music


Template documentation (view)


Usage

{{House
|game          = (game abbreviation e.g. NH)
|ext           = (image location, without 'File:' prefix)
|int           = (image location, without 'File:' prefix)
|style         =
|furn1         =
|f1-img        = (optional, to specify file with non-standard name, without 'File:' prefix)
...
|furn14        =
|wallpaper     =
|wallpaper-img = (optional, to specify file with non-standard name, without 'File:' prefix)
|floor         = 
|floor-img     = (optional, to specify file with non-standard name, without 'File:' prefix)
|music         =
}}
  • image parameter is depreciated. Replace with int if seen.

Notes

  • 01/11/20 - The furniture parameter has been depreciated. Instead the parameters f1 through f14 are to be used to list the furniture items individually. Doing this will create a more visual list of the furniture in the villager's home using furniture icons. The furniture names should be properly spelled and capitalized, otherwise the template will fail to find the correct image associated with the furniture item. Additionally, the imagesize parameter is no longer functional.
  • 03/29/20 - Added game parameter which will allow specification of icons from specific games. The file name still needs to be in the standard format for proper display (e.g. Blue Bed NH Icon.png)
  • 03/30/20 - Added int and ext parameters for interior and exterior images respectively. int replaces image. If no exterior image has been specified, the template will attempt to find one at File:House of {{PAGENAME}} {{{game|NH}}} Exterior.png.
  • 04/05/20 - Template may now categorize villager pages into one or more of the following categories: Category:Pages with an outdated house template, Category:Villagers missing an exterior photo, Category:Villagers missing an interior photo. Template no longer categorizes pages into Category:Image wanted.
  • 04/14/20 - Template will now use E+ item images for DnMe+ and prior. WW images will also display by default if 'WW' is designated as the game.
  • 06/09/10 - f# params have been replaced with furn#; this enables us to use the Loops extension to generate each furniture listing, instead of having 23 copies of the same code.