{{Merge sub}} is used when there is a subpage or multiple subpages with content that should be merged into the article.
Usage
{{Merge sub|Sub 1|...|Sub 15}}
- Up to 15 parameters are permitted: only the first is mandatory.
- The list is dynamically generated so that the word "and" is always placed between the final two entries.
- If more than 15 entries are supplied, a message will be displayed pointing out the problem.
- NB
- no newlines are permitted else the subpage links will be broken.
Example
Code | Result |
---|---|
{{Merge sub}} | This article has a subpage which should be merged into this one, this article is located at the subpage Error: Template must be given at least one article name |
{{Merge sub|Sub}} | This article has a subpage which should be merged into this one, this article is located at the subpage Sub |
{{Merge sub|Sub|Sub}} | This article has subpages which should be merged into this one, these articles are located at the subpages; Sub and Sub |
{{Merge sub|Sub|Sub|Sub}} | This article has subpages which should be merged into this one, these articles are located at the subpages; Sub, Sub, and Sub |
And so on up to 15 parameters.
Community content is available under CC-BY-SA unless otherwise noted.