Examples
No Optional Params (Default)
{{Author
|author_name=Sledged
|date_created=2007-05-29
|status=Done for now
}}
display_name Param
{{Author
|author_name=Sledged
|display_name=Your Lord and Master
|date_created=2007-05-29
|status=Done for now
}}
isnotuser Param
{{Author
|author_name=Sledged
|isnotuser=I'm not a user!!
|date_created=2007-05-29
|status=Done for now
}}
url Param
{{Author
|author_name=Sledged
|url=http://www.dandwiki.com/wiki/User:Sledged
|date_created=2007-05-29
|status=Done for now
}}
display_name and isnotuser Params
{{Author
|author_name=Sledged
|display_name=Your Lord and Master
|isnotuser=I'm not a user!!
|date_created=2007-05-29
|status=Done for now
}}
Note that that the dislpay_name parameter is ignored and the result is the same as the isnotuser Param example.
display_name and url Params
{{Author
|author_name=Sledged
|display_name=Your Lord and Master
|url=http://www.dandwiki.com/wiki/User:Sledged
|date_created=2007-05-29
|status=Done for now
}}
isnotuser and url Params
{{Author
|author_name=Sledged
|isnotuser=I'm not a user!!
|url=http://www.dandwiki.com/wiki/User:Sledged
|date_created=2007-05-29
|status=Done for now
}}
display_name, isnotuser, and url Params
{{Author
|author_name=Sledged
|display_name=Your Lord and Master
|isnotuser=I'm not a user!!
|url=http://www.dandwiki.com/wiki/User:Sledged
|date_created=2007-05-29
|status=Done for now
}}
Note that that the dislpay_name parameter is ignored and the result is the same as the isnotuser and url Params example
editing Param
{{Author
|author_name=Sledged
|date_created=2007-05-29
|status=In progress...
|editing=Please ask before editing!
}}