Help:FAQ: Difference between revisions

imported>Samueldr
Explains how to split a FAQ entry.
 
imported>Wackbyte
m fix syntax highlighting by replacing non-functional lang="mediawiki" with lang="html+handlebars"
Line 7: Line 7:
<li>Create the new page using the "short" URL. (FAQ/unfree, FAQ/Libraries)</li>
<li>Create the new page using the "short" URL. (FAQ/unfree, FAQ/Libraries)</li>
<li>Include the whole content of the entry, wrap this way:
<li>Include the whole content of the entry, wrap this way:
<syntaxhighlight lang="mediawiki">
<syntaxhighlight lang="html+handlebars">
{{FAQ/breadcrumb}}{{#tweekihide:firstHeading}}<onlyinclude>
{{FAQ/breadcrumb}}{{#tweekihide:firstHeading}}<onlyinclude>
== How can I install a proprietary or unfree package? ==
== How can I install a proprietary or unfree package? ==
Line 14: Line 14:
</syntaxhighlight>
</syntaxhighlight>
<li>Transclude the page (prefer using the short link)
<li>Transclude the page (prefer using the short link)
<syntaxhighlight lang="mediawiki">
<syntaxhighlight lang="html+handlebars">
{{:FAQ/unfree}}
{{:FAQ/unfree}}
</syntaxhighlight>
</syntaxhighlight>