Help:FAQ: Difference between revisions

imported>Samueldr
Explains how to split a FAQ entry.
 
m Tweeki cleanup
 
(2 intermediate revisions by 2 users not shown)
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}}<onlyinclude>
== How can I install a proprietary or unfree package? ==
== How can I install a proprietary or unfree package? ==
... page contents here. ...
... page contents here. ...
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>
Line 22: Line 22:
</li>
</li>
</ol>
</ol>
[[Category:Contributions]]