Template:Links to/testcases
This is the template test cases page for the sandbox of Template:Links to. to update the examples. If there are many examples of a complicated template, later ones may break due to limits in MediaWiki; see the HTML comment "NewPP limit report" in the rendered page. You can also use Special:ExpandTemplates to examine the results of template uses. You can test how this page looks in the different skins and parsers with these links: |
Each test says "On behalf of the parent page (namespace:basename, Template:Links to), what links to section X"? There is no section X at Template:Links to, but the query only ever looks for the pattern #X. It relies on the high probability that if a page is found to link "here" and it has also one of my section names, and preceded by a # sign, it probably does.
Required links, or patterns that simulate links, links to on this page to work:
- Template:Links to/sandbox simulates links to mechanism for wikilinks
- {{ Section link|Template:Links to|See also }}
- Template:Links to/doc § See also
- ../doc#See also (links to only finds wikilinks, nothing else)
- ../ (links to only finds wikilinks, nothing else)
- Section link Template:Links to Question [../|sublinks]]?
- Section link Template:Links to Question "tick" marks?
- Section link Template:Links to THis has/all/ the issues
- Section link Template:Links to THis has" all the issues
- Section link Template:Links to THis has all the_issues
- Section link Template:Links to THis_has_all_the_issues
- Section link Template:Links to THis has/all the issues
- Section link Template:Links to THis "has" all the issues
- Section link Template:Links to THis "has"/all the_issues
Before lumping in ELs with WLs, EL's took 10 or more related searches:
- Brackets and linking and labeling are ignored to limit the number of searches that would otherwise have to be done. The EL patters are not necessarily links, but are ELs with the section name of interest that need further investigation.
{{ Localurl
and{{ anchorencode
are used in tandem with SERVER.https:{{fullurl
orhttps:{{SERVER
could be used instead of[{{fullurl
or[{{SERVER
- The colon : character is part of an atomic term in canonicalurl:namespace or fullurl:namespace constructs
{{ fullurl
could be proceeded by https: to create a link.
Lumping WLs and ELs together, the search parameter linksto is not used for WLs. Rather if the page has the fullpagename and section of interest in proximity, and the section has a # sign in front of it (basically), that's a go; it needs investigating concerning the section-name change even if it is not a link.
What they write. | How we match. |
---|---|
https://en.wikipedia.org/wiki/Template:Links_to/doc#See_also {{ canonicalurl:Template:Links to/doc#See also }} |
insource:"canonicalurl:{{{2}}} {{{1}}}" |
[//en.wikipedia.org/wiki/Template:Links_to/doc#See_also] |
insource:"fullurl:{{{2}}} {{{1}}}" |
to/doc#See_also |
insource:"{{ fullurl:{{{2}}} {{{1}}} }}" |
https://en.wikipedia.org/wiki/Template:Links_to/doc#See_also https:{{SERVER}}{{localurl:template:links to/doc}}#{{anchorencode:See also}} |
insource:"server localurl:{{{2}}} anchorencode {{{1}}}" insource:"https server localurl {{{2}}} anchorencode {{{1}}}" |
https://en.wikipedia.org/wiki/Template:Links_to/doc#See_also can be produced two ways: |
insource:"https SERVER wiki {{{2}}} {{{1}}}" insource:"https SERVER localurl:{{{2}}} {{{1}}}" |
Via {{Section link}}: success means this page shows up in the search link.
Via [[fullpagename#section name]]
:
Success means that the search link highlights the match corresponds to the simulated section link.
The number signs (that make the ordered list) satisfy the regexp that simulates linksto mechanism.
Links to template has two parts:
- linksto part links to a fullpagename, in this case Template:Links to.
- regex part links to the following patterns (# char required).
Via {{Section link}}: success means this page shows up in the search link
Via wikilink: The number signs (that make the ordered list) satisfy the regexp.
Together the above link to the basepagename plus the pattern, simulate the success mechanism.
Success means activating the search link and seeing corresponding, highlighted, pattern match.