Help:FAQ: Difference between revisions
Appearance
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=" | <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=" | <syntaxhighlight lang="html+handlebars"> | ||
{{:FAQ/unfree}} | {{:FAQ/unfree}} | ||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 01:41, 2 March 2022
⚠︎
Warning: This is NOT the FAQ. This is for wiki page authors. Follow this link to go to the FAQ.
Splitting a FAQ entry into a sub-page
This is done in four steps: