make default parameter case insensitive, add missing docs to renders

See #142
This commit is contained in:
jomo
2015-09-30 00:52:39 +02:00
parent ecfec6a407
commit 83defa6885
5 changed files with 17 additions and 5 deletions

View File

@@ -147,6 +147,19 @@ block content
td null
td
td Apply the "second" layer (hat) to the avatar.
tr
td default
td string
td
| The standard value is calculated based on the UUID (even = MHF_Alex, odd = MHF_Steve).<br>
| Usernames always default to MHF_Steve.
td
| The image to be served when the userid has no skin.<br>
| Valid options are any userid, including
a(href="/renders/body/0?default=MHF_Steve") MHF_Steve
| and
a(href="/renders/body/0?default=MHF_Alex") MHF_Alex
| , or a custom URL.
section
a(id="render-examples", class="anchor")