Advertisement:

Module:Type in location/doc

From Roovet Articles
Revision as of 03:59, 28 September 2023 by Thewolf12 (talk | contribs) (Created page with "{{Documentation subpage}} {{high use}} {{Lua|Module:Settlement short description|Module:Plain text|Module:Arguments}} == Usage == For generating short descriptions for infoboxes of structures/small places such as dams and museums, which are often in the format of type in location. Example: <pre>{{#invoke:Type in location|main|{{{type|}}}|{{{location|}}}|check-patterns = [Mm]useum;foo;bar}}</pre> Description only shows if check-pattern is matched in type....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is the documentation page for Module:Type in location

Usage

For generating short descriptions for infoboxes of structures/small places such as dams and museums, which are often in the format of type in location. Example:

{{#invoke:Type in location|main|{{{type|}}}|{{{location|}}}|check-patterns = [Mm]useum;foo;bar}}

Description only shows if check-pattern is matched in type.

Multiple check-patterns can be specified as "pattern1;pattern2;pattern3" and so on.

Multiple infobox location parameters can be specified using {{comma separated entries}}; see {{Infobox television station}} and {{Infobox hospital}} for complex examples.

Also has helper functions of prepareLoc (for removing extraneous from addresses) and generalLoc (for getting more general location from specific address) which can be used seperately.

What is specified in the |invalidadd= parameter will be added with a space if the check-patterns fail.

Setting |full-loc= gives the full of the location (with slight processing) instead of the more general location.