Template:Location/doc: Difference between revisions

From Another Chance Wiki
Jump to navigation Jump to search
(Created page)
 
(Corrected conditions for Teacher and Owner)
Line 25: Line 25:
             "description": "If applicable, state which teacher is in charge of this location",
             "description": "If applicable, state which teacher is in charge of this location",
             "type": "string",
             "type": "string",
             "required": true
             "required": false
         },
         },
         "owner": {
         "owner": {
Line 31: Line 31:
             "description": "If applicable, state which character owns this location",
             "description": "If applicable, state which character owns this location",
             "type": "string",
             "type": "string",
             "required": true
             "required": false
         }
         }
     }
     }

Revision as of 19:23, 11 April 2026

This template creates a table that gives a quick overview of game locations.

Template parameters

ParameterDescriptionTypeStatus
Thumbnailimage

Image(s) of the location. For multiple, use the <gallery> tag

Stringrequired
Locationlocation

The grander location of where this place is located in-game

Stringrequired
Surrounding Area(s)surroundings

The location(s) you can directly travel to from this location

Stringrequired
Teacherteacher

If applicable, state which teacher is in charge of this location

Stringoptional
Ownerowner

If applicable, state which character owns this location

Stringoptional



{{Location
|image=
<gallery>
Homeroom Season 1.png|Season 1
Homeroom Season 2.png|Season 2
</gallery>
|location=[[Newfall High School]]
|surroundings=[[Clubroom]]<br>[[Entrance Hall]]
|teacher=[[Mrs. L]]
}}