Template:Background location/doc: Difference between revisions

From Tears of Themis Wiki
imported>Elaeagnifolia
(Created page with "{{doc/start}} ==Description== Used to store background location information into Cargo ==Usage== <pre> {{Background location |name= |location= |image= }} {{doc/end}}")
 
(improving documentation)
 
(One intermediate revision by one other user not shown)
Line 8: Line 8:
|location=
|location=
|image=
|image=
}}
</pre>
==Parameters==
* <code>name</code> - The location name as stated in-game (optional; not all locations are named). For example "Office Pantry"
* <code>location</code> - The exact location page name (or future/hypothetical location page name) with which this appearance should be associated. For example "Themis Law Firm." Careful use of this field will allow the entry to show up on [[:Category:Locations|location pages]].
* <code>image</code> - The image associated with this appearance. Browse [[:Category:Location images]] or leave a filename for a future upload if it can't be found among existing uploads.
==Example==
<pre>
{{Background location
|name=Apartment Building 1F
|location=Main Character's Residence
|image=Misc Location - Plaza (Night).png
}}
</pre>
{{NotableWrap|notables=
<div style="padding:0.6em; text-align:center">'''Main Character's Residence'''<br/>Apartment Building 1F<br />[[File:Misc Location - Plaza (Night).png|x150px|link=]]</div>
}}
}}


{{doc/end}}
{{doc/end}}

Latest revision as of 22:12, 13 November 2023

Template-info.png Documentation

Description[edit source]

Used to store background location information into Cargo

Usage[edit source]

{{Background location
|name=
|location=
|image=
}}

Parameters[edit source]

  • name - The location name as stated in-game (optional; not all locations are named). For example "Office Pantry"
  • location - The exact location page name (or future/hypothetical location page name) with which this appearance should be associated. For example "Themis Law Firm." Careful use of this field will allow the entry to show up on location pages.
  • image - The image associated with this appearance. Browse Category:Location images or leave a filename for a future upload if it can't be found among existing uploads.

Example[edit source]

{{Background location
|name=Apartment Building 1F
|location=Main Character's Residence
|image=Misc Location - Plaza (Night).png
}}
Main Character's Residence
Apartment Building 1F
Misc Location - Plaza (Night).png

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.