4,056
edits
m (more templatedata) |
m (code adjustment) |
||
| (One intermediate revision by the same user not shown) | |||
| 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|}}}|{{{1}}}]]{{#if:{{{2|}}}|, [[{{PAGENAME}}/{{{2|}}}|{{{2}}}]]{{#if:{{{3|}}}|, [[{{PAGENAME}}/{{{3|}}}|{{{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 /. | ||
| Line 22: | Line 22: | ||
"description": "The name of the subpage (only what appears after the / ).", | "description": "The name of the subpage (only what appears after the / ).", | ||
"example": "Gallery", | "example": "Gallery", | ||
"type": " | "type": "content", | ||
"required": true | "required": true | ||
}, | }, | ||
| Line 28: | Line 28: | ||
"label": "Subpage 2", | "label": "Subpage 2", | ||
"description": "The name of the subpage (only what appears after the / ).", | "description": "The name of the subpage (only what appears after the / ).", | ||
"type": " | "type": "content" | ||
}, | }, | ||
"3": { | "3": { | ||
"label": "Subpage 3", | "label": "Subpage 3", | ||
"description": "The name of the subpage (only what appears after the / ).", | "description": "The name of the subpage (only what appears after the / ).", | ||
"type": " | "type": "content" | ||
} | } | ||
}, | }, | ||