Template:Noexcerpt: Difference between revisions

Jump to navigation Jump to search
(Created page with "<div class="noexcerpt">{{{1}}}</div>")
 
No edit summary
Line 1: Line 1:
<div class="noexcerpt">{{{1}}}</div>
<includeonly><div class="noexcerpt">{{{1}}}</div></includeonly><noinclude>
Use this to exclude a piece of text from the auto-generated excerpt when someone hovers over a link to that page.  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:
 
<pre>
{{NoExcerpt | ''See also: [[Blah]]'' }}
</pre>
 
<pre>
{{NoExcerpt |
''This page is about Blah from Chapter One.  If you were looking for the other Blah, see [[Blah (Bleb)]].''
}}
</pre>
</noinclude>