]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/pick_a_new_canonical_name_for_equivalent_of_SQL_limit.mdwn
Add comment regarding GeoJSON output
[ikiwiki.git] / doc / todo / pick_a_new_canonical_name_for_equivalent_of_SQL_limit.mdwn
index 68d753f032e81d82bcae7b945fd59e0a31d1df8c..4e70f81798d6e810d02131a358d0530bdacdfe02 100644 (file)
@@ -28,10 +28,17 @@ Some possibilities (using inline as my example directive here):
 * `\[[!inline max-count=10]]` like `git log --max-count=10`
 * `\[[!inline max=10]]`
 * `\[[!inline n=10]]`, `\[[!inline num=10]]`, `\[[!inline number=10]]`
+* `\[[!inline count=10]]`
 
 Which of those do Joey/other contributors prefer?
 
 Or if keeping `show=10` is preferred, what should be the conventional name
 for functionality like `\[[!map show=title]]`?
 
-I personally like the idea of `\[[!inline limit=10]]`. --[[smcv]]
+> [[!template id=gitbranch branch=smcv/ready/limit
+author="[[Simon McVittie|smcv]]"
+browse=http://git.pseudorandom.co.uk/smcv/ikiwiki.git/shortlog/refs/heads/ready/limit]]
+> [[!tag patch users/smcv/ready]]
+
+I personally prefer `\[[!inline limit=10]]` so I have put that in a branch.
+Agreement/objections/better ideas welcome. --[[smcv]]