Template:Noexcerpt: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
HiddenDragon (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
<includeonly><div class="noexcerpt navigation-not-searchable">{{{1}}}</div></includeonly><noinclude> | <includeonly><div class="noexcerpt navigation-not-searchable">{{{1}}}</div></includeonly><noinclude>{{Documentation|content= | ||
Use this to exclude a piece of text from the auto-generated excerpt when someone hovers over a link to that page, and also exclude it from being considered for full-text search. For example, if the page begins with a notice such as "this page is up to date with version X of the game" or "this page is about X; see Y for blah instead" and such. | Use this to exclude a piece of text from the auto-generated excerpt when someone hovers over a link to that page, and also exclude it from being considered for full-text search. For example, if the page begins with a notice such as "this page is up to date with version X of the game" or "this page is about X; see Y for blah instead" and such. | ||
Examples | == Examples == | ||
{{Template demo | |||
< | | style = list | ||
{{noexcerpt | ''See also: [[Blah]]'' }} | | <nowiki>{{noexcerpt | ''See also: [[Blah]]'' }}</nowiki> | ||
</ | | <nowiki>{{noexcerpt | | ||
< | |||
{{noexcerpt | | |||
''This page is about Blah from Chapter One. If you were looking for the other Blah, see [[Blah (Bleb)]].'' | ''This page is about Blah from Chapter One. If you were looking for the other Blah, see [[Blah (Bleb)]].'' | ||
}} | }} | ||
</ | </nowiki> | ||
}} | |||
[[Category:Templates]] | |||
</noinclude> | </noinclude> |
Latest revision as of 20:33, 19 January 2025
{{Documentation|content= Use this to exclude a piece of text from the auto-generated excerpt when someone hovers over a link to that page, and also exclude it from being considered for full-text search. For example, if the page begins with a notice such as "this page is up to date with version X of the game" or "this page is about X; see Y for blah instead" and such.
Examples
Markup
{{noexcerpt | ''See also: [[Blah]]'' }}Renders as
Markup
{{noexcerpt |Renders as''This page is about Blah from Chapter One. If you were looking for the other Blah, see [[Blah (Bleb)]].'' }}