Click here to edit contents of this page.
Click here to toggle editing of individual sections of the page (if possible). Watch headings for an "edit" link when available.
Append content without editing the whole page source.
Check out how this page has evolved in the past.
If you want to discuss contents of this page - this is the easiest way to do it.
View and manage file attachments for this page.
A few useful tools to manage this Site.
See pages that link to and include this page.
Change the name (also URL address, possibly the category) of the page.
View wiki source for this page without editing.
View/set parent page (used for creating breadcrumbs and structured layout).
Notify administrators if there is objectionable content in this page.
Something does not work as expected? Find out what you can do.
General Wikidot.com documentation and help section.
Wikidot.com Terms of Service - what you can, what you should not etc.
Wikidot.com Privacy Policy.
The first one would probably be more consistent though.
backlink="." for current page, otherwise specify a page name.
~ Leiger - Wikidot Community Admin - Volunteer
Wikidot: Official Documentation | Wikidot Discord server | NEW: Wikiroo, backup tool (in development)
Good addition!
Thanks Leiger (we should work together more ofthen :-))
A - S I M P L E - P L A N by ARTiZEN a startingpoint for simple wikidot solutions.
Bump…
I would really like a way to show backlinks using a custom layout (e.g. how we define the ListPages module body to determine what the layout of the results will be) … and filterable by category.
For example, I want to do this:
"List all backlinks for this page, as long as those backlinks are coming from the profile category."
And:
"Display the list of backlinks all on one line."
Displaying all results on one line is already possible with ListPages (example shown below), but not with the current backlinks module because there is no module body for it.
All results in the above example will end up on the same line, separated by a space.
Edit: If backlinks were to be integrated with the ListPages module, it would also fulfil gerdami's wish: a BackLinks module that does not list nav: or system: categories
~ Leiger - Wikidot Community Admin - Volunteer
Wikidot: Official Documentation | Wikidot Discord server | NEW: Wikiroo, backup tool (in development)
Thank you for completing this wish - data forms & pagepath just got a step closer to pure-awesomeness :)
BMC Creative | RoaringApps | @brycecammo
Thanks!
Remarks though
A - S I M P L E - P L A N by ARTiZEN a startingpoint for simple wikidot solutions.
Backlinks has never done this as far as I know, so it's not surprising. I think the only answer here is that we need to use triple-bracket links whenever we want it to create a backlink.
That means that if for some reason we want to link internally but not create the backlink, we can just use single brackets instead.
So it works great at the moment IMO, because we can choose whether or not to generate a backlink.
As far as I know pagepath links generate a backlink, and can be shown using [[module Backlinks]] … so I am very surprised to hear that it doesn't work here :S
I will test myself in a moment, but if you're saying that it doesn't work then it probably doesn't and I'll get the same results. It sounds like an inconsistency with using ListPages to list backlinks… and Backlinks module to list backlinks… and should probably be fixed IMO.
~ Leiger - Wikidot Community Admin - Volunteer
Wikidot: Official Documentation | Wikidot Discord server | NEW: Wikiroo, backup tool (in development)
Hmm… can't seem to get this working. This is the code that I am attempting to use, but it produces no results (whilst a Backlinks module on the same page does produce results).
Edit: For any Wikidot team member, here is a page on my private test site, where I've been attempting to get this to work: https://shanesmith.wikidot.com/backlinks
~ Leiger - Wikidot Community Admin - Volunteer
Wikidot: Official Documentation | Wikidot Discord server | NEW: Wikiroo, backup tool (in development)
I have this working fine on a live template at http://roaringapps.com/developer:_template and a working page at http://roaringapps.com/developer:apple (with pagepath generated links). The code I used is below - I've no idea why it's not working for you.
BMC Creative | RoaringApps | @brycecammo
Thanks Bryce, just found the problem.
Using the code I posted above, it does not work:
Using this code, it does:
It only works if a category is defined. I believe this is a bug.
Edit: And I have just confirmed for myself that pagepath fields are not being picked up as backlinks using this (as reported earlier by Steven)… whereas they are being picked up by the regular Backlinks module.
~ Leiger - Wikidot Community Admin - Volunteer
Wikidot: Official Documentation | Wikidot Discord server | NEW: Wikiroo, backup tool (in development)
Remember category parameter still by default selects pages from current category, so to mimic Backlinks module, you need [[module ListPages category="*" pagetype="*" link_to="."]] or something similar.
Piotr Gabryjeluk
visit my blog
Could we have some reaction to the limitations we found:
A - S I M P L E - P L A N by ARTiZEN a startingpoint for simple wikidot solutions.
Steven, as far as I am aware it does work for pagepath values - see this page for an example. I haven't yet tested ListPages generated links.
Personally, I don't expect it to work for single bracket links - I remember reading somewhere that they are treated differently to triple bracket links and so cannot be used to record internal connections.
BMC Creative | RoaringApps | @brycecammo
Okay, pagepath links are now being detected for me.
Earlier, I was getting the same results as Steven for pagepath-generated links (i.e. nothing) … but perhaps that was a result of me using incorrect code.
Summary:
Everything seems to be working fine, except for the fact that I need to manually set category, pagetype and reverse to mimic the backlinks module. This is only a minor issue though.
To mimic the Backlinks module:
(for some reason, the listed pages are in alphabetic descending order by default… so the 'reverse' option is required to re-order the results)
~ Leiger - Wikidot Community Admin - Volunteer
Wikidot: Official Documentation | Wikidot Discord server | NEW: Wikiroo, backup tool (in development)
There is an example of link_to working with pagepath on this page:
http://wikidatabase.wikidot.com/location:16
As it is a testing site of mine, go ahead and create any pages or whatever you want… it's not a real live website. Permissions should be open for anyone to mess around with it (e.g. try adding yourself to the database, then look at your country to see your name listed there using link_to via ListPages)
~ Leiger - Wikidot Community Admin - Volunteer
Wikidot: Official Documentation | Wikidot Discord server | NEW: Wikiroo, backup tool (in development)