Difference between revisions of "Template:l/same"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| Line 1: | Line 1: | ||
| − | |||
| [[../{{{pfx|}}}{{{1}}}|{{{1}}}]] | [[../{{{pfx|}}}{{{1}}}|{{{1}}}]] | ||
| + | <templatedata> | ||
| + | { | ||
| + | 	"params": { | ||
| + | 		"1": { | ||
| + | 			"label": "subpage name, also displayed in link", | ||
| + | 			"description": "name of subpage at the same level as the current page", | ||
| + | 			"required": true | ||
| + | 		}, | ||
| + | 		"pfx": { | ||
| + | 			"label": "optional prefix for the actual target page", | ||
| + | 			"description": "actual target page is pfx + display", | ||
| + | 			"type": "string" | ||
| + | 		} | ||
| + | 	}, | ||
| + | 	"description": "link to a subpage at the same level as this one" | ||
| + | } | ||
| + | </templatedata> | ||
Revision as of 14:32, 9 August 2021
[[../{{{1}}}|{{{1}}}]]
link to a subpage at the same level as this one
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| subpage name, also displayed in link | 1 | name of subpage at the same level as the current page | Unknown | required | 
| optional prefix for the actual target page | pfx | actual target page is pfx + display | String | optional |