Template:Subpage: Difference between revisions
Jump to navigation
Jump to search
m (added a version for multiple subpages) |
m (formatting) |
||
Line 1: | Line 1: | ||
<includeonly>:''See subpage{{#if:{{{2|}}}|s|}} [[{{PAGENAME}}/{{{1|}}}]] {{#if:{{{2|}}}|, [[{{PAGENAME}}/{{{2|}}}]]{{#if:{{{3|}}}|, [[{{PAGENAME}}/{{{3|}}}]]|}}|}}''</includeonly><!-- | <includeonly>:''See subpage{{#if:{{{2|}}}|s|}} [[{{PAGENAME}}/{{{1|}}}]]{{#if:{{{2|}}}|, [[{{PAGENAME}}/{{{2|}}}]]{{#if:{{{3|}}}|, [[{{PAGENAME}}/{{{3|}}}]]|}}|}}''</includeonly><!-- | ||
--><noinclude> | --><noinclude> | ||
A template used to point to an article's subpages. Simply enter the title of the subpage that appears after the /. | A template used to point to an article's subpages. Simply enter the title of the subpage that appears after the /. |
Revision as of 02:06, 24 September 2023
A template used to point to an article's subpages. Simply enter the title of the subpage that appears after the /.
- Examples
{{Subpage|Test}}
Results in:
- See subpage Subpage/Test
{{Subpage|Test|Test 2|Test 3}}
Results in:
- See subpages Subpage/Test, Subpage/Test 2, Subpage/Test 3