Is there an "internal" [[xxxx|in this revision]] link notation that refers to a specific revision? I'm looking for the "internal" equivalent to something like [http://example.com/wiki/index.php?oldid=31222 in this revision]
Yes. Look at the historic the old id.
And make something like this:
[*URL*?title=*title_page*&oldid=*ID_REVISION* *title_page*]
make the changes in the text at bold.
2012/3/5 Jim Tittsler jt@onnz.net
Is there an "internal" [[xxxx|in this revision]] link notation that refers to a specific revision? I'm looking for the "internal" equivalent to something like [http://example.com/wiki/index.php?oldid=31222 in this revision]
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
2012/3/6 Webmaster Casa das Ciências - Guilherme Monteiro webmaster@casadasciencias.org:
Yes. Look at the historic the old id.
And make something like this:
[*URL*?title=*title_page*&oldid=*ID_REVISION* *title_page*]
Her said *internal* link, not *external*. I am certain he knows how to do *that*.
Hell, for what's worth, you can even do wiki.org/wiki/Title_Page?oldid=ID and it works, but that's besides the point.
But more to the point; there are no internal links for revisions. Or to edit pages. Internal links until exists to *pages* (including special pages) and their sections.
On 6 March 2012 13:08, Svip svippy@gmail.com wrote:
Her said *internal* link, not *external*. I am certain he knows how to do *that*.
I clearly meant 'he' there. Damn Freudian slips today.
My example is a internal, but ok...
2012/3/6 Svip svippy@gmail.com
On 6 March 2012 13:08, Svip svippy@gmail.com wrote:
Her said *internal* link, not *external*. I am certain he knows how to do *that*.
I clearly meant 'he' there. Damn Freudian slips today.
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
2012/3/6 Webmaster Casa das Ciências - Guilherme Monteiro webmaster@casadasciencias.org:
My example is a internal, but ok...
[] are external, [[]] are internal.
That is an unreasonable limitation. I want to damn Freudian slips EVERY day, not just today!
----- Original Message -----
I clearly meant 'he' there. Damn Freudian slips today.
On Mon, Mar 5, 2012 at 6:35 PM, Jim Tittsler jt@onnz.net wrote:
Is there an "internal" [[xxxx|in this revision]] link notation that refers to a specific revision? I'm looking for the "internal" equivalent to something like [http://example.com/wiki/index.php?oldid=31222 in this revision]
You could use {{fullurl:}}, like this:
{{fullurl:Page Name|oldid=1234}}
-Chad
{{fullurl:Page Name|oldid=1234}}
And to style it like an internal link, you can use the plainlinks CSS class.
<span class="plainlinks">[{{fullurl:Page Name|oldid=1234}} | your link text]</span>
Now put this pattern into a wiki template like {{oldrevision | title=Page Name | oldid=1234 | linktext=your link text}} and you're in business. :-)
DanB
On Tue, Mar 6, 2012 at 1:35 PM, Daniel Barrett danb@vistaprint.com wrote:
{{fullurl:Page Name|oldid=1234}}
And to style it like an internal link, you can use the plainlinks CSS class.
<span class="plainlinks">[{{fullurl:Page Name|oldid=1234}} | your link text]</span>
No pipe separators in external links, just need the space.
-Chad
mediawiki-l@lists.wikimedia.org