Template:PagesStartingWith: Difference between revisions
(Created page with '{{fullurl:Special:PrefixIndex|from={{{1}}}&namespace=0}}') |
No edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{fullurl:Special: | {{fullurl:Special:AllPages|from={{{1}}}&to={{{1}}}zzzzz&namespace=0}}<noinclude> | ||
== Documentation == | |||
Used to link to pages starting with a given prefix. | |||
== Example == | |||
[{{PagesStartingWith|'''Testing/'''}} All testing pages] | |||
⇒ [{{PagesStartingWith|Testing/}} All testing pages] | |||
However there is already a built-in way of transcluding a list of all sub-pages into your page: | |||
<pre> | |||
{{Special:PrefixIndex/Testing/}} | |||
</pre> | |||
Would give you: | |||
{{Special:PrefixIndex/Testing/}} | |||
It is suggested to use this template only when the list would be too long, and the "parent" page is already listing an interesting subset of pages. For an example, see [[Documentation]] or [[Features]]. | |||
[[Category:Template]] | |||
</noinclude> |
Latest revision as of 09:13, 10 January 2019
https://wiki.qemu.org/index.php?title=Special:AllPages&from={{{1}}}&to={{{1}}}zzzzz&namespace=0
Documentation
Used to link to pages starting with a given prefix.
Example
[{{PagesStartingWith|Testing/}} All testing pages]
However there is already a built-in way of transcluding a list of all sub-pages into your page:
{{Special:PrefixIndex/Testing/}}
Would give you:
- Testing/Acceptance
- Testing/CCWTestDevice
- Testing/CI
- Testing/CI/CirrusCI
- Testing/CI/GitLabCI
- Testing/CI/Integrated
- Testing/CI/KubernetesRunners
- Testing/CI/Patchew
- Testing/CI/Shippable
- Testing/CI/TransientFailures
- Testing/CI/Travis
- Testing/CI/TroublesomeTests
- Testing/DockerBuild
- Testing/LAVA
- Testing/LTP
- Testing/Linaro/TCWG GNU QEMU Tests
- Testing/QemuIoTests
- Testing/System Images
- Testing/Windows
It is suggested to use this template only when the list would be too long, and the "parent" page is already listing an interesting subset of pages. For an example, see Documentation or Features.