Merge sub
Talk0
5,038pages on
this wiki
this wiki
Template page
{{Merge sub}} is used when there is a subpage or multiple subpages with content that should be merged into the article.
Usage
Edit
{{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
Edit
| 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.