Description2 (wiki.gg)
(Redirected from Description2)
Jump to navigation
Jump to search
Description2 (wiki.gg)
Description
Adds a description meta tag for articles automatically based on the content
wiki.gg availability
This extension is installed by default on all wikis. Admins can request this extension if their wiki does not have it.
Description2 is a default extension that adds a description meta tag for articles automatically based on the content. This extension also adds the description to the parser output in a way that other extensions, such as OpenGraphMeta, can leverage to provide the description in a different format.
Custom description
You can also use the parser function {{#description2:}}
to control the description displayed for the page and replace it with a custom one. You can use this parser extension like so:
{{#description2:This is a description.}}
Things to consider
When using templates at the top of articles, their content may be used in the description. You can add class="noexcerpt"
to the wrapper in the template code (which should ideally be a <div>
) to prevent this.