Jump to content

User:Pavel Malakhov/test auto form: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
 
Line 2: Line 2:




There are bookmarks on every page of the ''Secret Doctrine''. Template {{t|SD-page}} makes a link from semantic query:
There are bookmarks on every page of the ''Secret Doctrine''. The book devided on several wiki pages by chapters. Template {{t|SD-page}} makes a link to the wiki page from semantic query:


* <nowiki>{{SD-page|v=2|p=45|text=SD, volume 2, page 45}}</nowiki><br>
* <nowiki>{{SD-page|v=2|p=45|text=SD, volume 2, page 45}}</nowiki><br>
Line 28: Line 28:
</pre>
</pre>


But how to go to that page, instaed of getting a page with a link to it?
But in every case we get a result page with a link to wiki page of the book. '''How to go to that page itself, instaed of getting a page with a link to it?'''


May be the question is: how to implement in MediaWiki form request the functionality of HTML's set in <meta> tag:
May be the question is: '''how to implement in MediaWiki form request''' the functionality of <meta> tag of HTML:
<pre>
<pre>
<meta http-equiv="Refresh" content="0; url='https://en.teopedia.org/lib/HPB-SD(ed.1) v.1 p.2 sec.3#335'" />
<meta http-equiv="Refresh" content="0; url='https://en.teopedia.org/lib/HPB-SD(ed.1) v.1 p.2 sec.3#335'" />
Line 37: Line 37:


Additional form and template with '''#Redirect''' does not work. See {{f|Goto wikipage}} form and {{t|Goto wikipage}} template.
Additional form and template with '''#Redirect''' does not work. See {{f|Goto wikipage}} form and {{t|Goto wikipage}} template.