aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/map
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-04-23 16:10:46 -0400
committerJoey Hess <joey@kitenet.net>2010-04-23 16:14:33 -0400
commit7e79da76332b93214a7d9a5c91bc046db4219ee2 (patch)
tree5c38f313f26095ea6296af5d7527af74f23fc9cc /doc/plugins/map
parent83703d2f4a8832155e3c111792489062ccc4793b (diff)
downloadikiwiki-7e79da76332b93214a7d9a5c91bc046db4219ee2.tar
ikiwiki-7e79da76332b93214a7d9a5c91bc046db4219ee2.tar.gz
template docu reorg
Remove wikitemplates page; fold its contents into templates page. Update all backlinks. Document new ability to put templates inside srcdir.
Diffstat (limited to 'doc/plugins/map')
-rw-r--r--doc/plugins/map/discussion.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/map/discussion.mdwn b/doc/plugins/map/discussion.mdwn
index 2f7b140d6..54c921b0f 100644
--- a/doc/plugins/map/discussion.mdwn
+++ b/doc/plugins/map/discussion.mdwn
@@ -1,7 +1,7 @@
I'm wanting a [[map]] (with indentation levels) showing page _titles_
instead of page 'names'. As far as I can see, this is not an option with
existing plugins - I can get a list of pages using [[inline]] and
-appropriate [[wikitemplates]], but that has no indentation and therefore
+appropriate [[templates]], but that has no indentation and therefore
doesn't show structure well.
The quick way is to modify the map plugin to have a 'titles' option. The