betty.content_builders.wikipedia_summary module

The Wikipedia summary content plugin.

final class betty.content_builders.wikipedia_summary.WikipediaSummary

Bases: Template, Manufacturable

A Wikipedia summary.

The wikipedia-summary content builder plugin.

Plugin ID

wikipedia-summary

Class

WikipediaSummary

Configuration

not configurable

__init__(*, client: Client, copyright_notice: CopyrightNotice, jinja: Environment, localizers: LocalizerRepository)
async build_template(document: Document) TemplateBuild

Build template data.

Return a template name, a tuple of a template name and template date to render it. Return None to prevent anything from being rendered at all.

new = <betty.requirement._RequirableDecorator object>