Added:
/wiki/pp_get_reputation.wiki
=======================================
--- /dev/null
+++ /wiki/pp_get_reputation.wiki Wed Feb 9 02:42:19 2011
@@ -0,0 +1,30 @@
+#summary To load this tag include {% load reputationtags %} at the top of
the html file.
+#sidebar TableOfContents
+
+= Custom Tag: `pp_get_reputation` =
+====_Module: pirate_reputation_====
+
+This template tag populates the namespace with a `reputation` object
containing the aggregate score of the user's reputation.
+
+==_Arguments and Parameters_==
+
+ * user: the user being referenced
+
+==_Return value_==
+
+Returns a form containing a HTML form object the user can enter the
registration info into.
+
+ * `pp_reputation.reputation`:
+
+==_Usage Notes_==
+ * *Assumptions*: None
+
+ * *Errors*: None
+
+==_Examples_==
+====Basic form====
+The following code will display the form returned by this tag.
+{{{
+{% pp_get_reputation user=request.object %}
+ {{pp_reputation.reputation %}
+{% endpp_get_reputation %}