Template:About other people
Lua error in package.lua at line 80: module 'Module:Yesno' not found.
This template acts like {{Other people}}, but includes an extra parameter that describes the subject of the article.
Usage
The first parameter is mandatory; omitting it produces an error message, and a maintenance category that can be suppressed by supplying a category
parameter with a falsy value. For example:
{{About other people|category=false}}
→ Lua error in package.lua at line 80: module 'Module:Yesno' not found.
The second parameter defines the ambiguous name, changing the "other people" text to include it and improving the default disambiguation page:
{{About other people|an example person}}
→ Lua error in package.lua at line 80: module 'Module:Yesno' not found.{{About other people|an example person|Jane Doe}}
→ Lua error in package.lua at line 80: module 'Module:Yesno' not found.
As with {{Other people}}, the message produced when the second parameter is defined can be customized using the named
parameter. For example, named=titled
can be useful:
{{About other people|some "Lord Byron" or other|Lord Byron|Baron Byron|named=titled}}
→ Lua error in package.lua at line 80: module 'Module:Yesno' not found.
The third and any further parameters define custom targets for the hatnote:
{{About other people|ABOUT|NAME|PAGE1}}
→ Lua error in package.lua at line 80: module 'Module:Yesno' not found.{{About other people|ABOUT||PAGE1|PAGE2|PAGE3}
→ Lua error in package.lua at line 80: module 'Module:Yesno' not found.
TemplateData
|
---|
<templatedata>
{ "params": { "1": { "label": "Page subject", "description": "A descriptor for the page subject", "type": "string", "required": true }, "2": { "label": "Name", "description": "Sets the name to be disambiguated", "type": "string", "suggested": true }, "3": { "label": "Target page 1", "description": "The name of a page to which the disambiguation message should point", "type": "wiki-page-name", "suggested": true }, "4": { "label": "Target page 2", "description": "The name of an additional target page", "type": "wiki-page-name" }, "5": { "label": "Target page 3", "description": "The name of an additional target page", "type": "wiki-page-name" } }, "description": "Produces a disambiguation message to aid readers distinguish between articles on people with the same or similar name, prefixed with a message clarifying the subject of the article.", "format": "inline" } </templatedata> |