Module:GetShortDescription/doc should not be confused with Module:Get short description.
<nowiki>{{#invoke:GetShortDescription|main |name= |only= |prefer= |fallback= |lang_italic= |lang_nocat= |lang_size= |lang_cat= |lang_rtl= |lang_no= }}</nowiki>
By providing only the required page name (including namespace), the module will look for an explicit in that page, but if not found, will try to fetch the wikidata description. If neither are found, the result will be an empty string.
If the result is a wikidata description, and it is declared (at the source) as being of a foreign language (i.e. not en), the result will be appropriately formatted by (the module powering), in accordance with ; see
Markup: <nowiki>{{#invoke:GetShortDescription|main |name=Wikipedia}}</nowiki>
Result: This is equivalent to stating ; see
Providing a value for will limit the search to being only for the stated description. If no description is found, the result will be an empty string, unless a fallback is provided; see
Markup: <nowiki>{{#invoke:GetShortDescription|main |name=Wikipedia |only=explicit }}</nowiki>
Result:
Markup: <nowiki>{{#invoke:GetShortDescription|main |name=Wikipedia |only=wikidata }}</nowiki>
Result:
Providing a value for will initiate the search for the stated description, but try for the alternative if none is found. If no description is found, the result will be an empty string, unless a fallback is provided; see
Markup: <nowiki>{{#invoke:GetShortDescription|main |name=Wikipedia |prefer=explicit }}</nowiki>
Result:
Markup: <nowiki>{{#invoke:GetShortDescription|main |name=Wikipedia |prefer=wikidata }}</nowiki>
Result:
If a value for is provided, and no description is found by the expressed route, the result will be the stated fallback.
Markup: <nowiki>{{#invoke:GetShortDescription|main |name=Example |only=explicit |fallback=This is a fallback }}</nowiki>
Result:
Markup: <nowiki>{{#invoke:GetShortDescription|main |name=Example |prefer=wikidata |fallback=This is a fallback }}</nowiki>
Result:
Should a wikidata description be retrieved, which is declared (at the source) as being of a foreign language (i.e. not en), per, the return will be formatted as appropriate by Module:Lang by default. This may be disabled with or adjusted via the parameters for :,,, and ; see lang's documentation for details.
Providing a value for will cause alarming messages (red informational messages) to be returned as tables.
Providing a value for will cause the return of a report instead of nothing in the event that the page named is nonexistent (i.e. a) and a search for a template is processed.
A table will also be returned in the event that the module is instructed to (its default), and returns a Wikidata description. If the reason for there being no explicit short description is because it was set to none; the table will include a value for table.none
See below for examples of these behaviors:
local short_description = getShortDescription
-- If we've requested to report_redlinks or to objectify_alarm thenif type(short_description)