From D&D Wiki
[edit] Examples
[edit] No Optional Params (Default)
{{Author
|author_name=Sledged
|date_created=2007-05-29
|status=Done for now
}}
[edit] display_name Param
{{Author
|author_name=Sledged
|display_name=Your Lord and Master
|date_created=2007-05-29
|status=Done for now
}}
[edit] isnotuser Param
Created By
| Sledged
|
| Date Created:
| 2007-05-29
|
| Status:
| Done for now
|
| Editing:
| Please feel free to edit constructively!
|
{{Author
|author_name=Sledged
|isnotuser=I'm not a user!!
|date_created=2007-05-29
|status=Done for now
}}
[edit] url Param
{{Author
|author_name=Sledged
|url=http://www.dandwiki.com/wiki/User:Sledged
|date_created=2007-05-29
|status=Done for now
}}
[edit] display_name and isnotuser Params
Created By
| Sledged
|
| Date Created:
| 2007-05-29
|
| Status:
| Done for now
|
| Editing:
| Please feel free to edit constructively!
|
{{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.
[edit] 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
}}
[edit] isnotuser and url Params
Created By
| Sledged
|
| Date Created:
| 2007-05-29
|
| Status:
| Done for now
|
| Editing:
| Please feel free to edit constructively!
|
{{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
}}
[edit] display_name, isnotuser, and url Params
Created By
| Sledged
|
| Date Created:
| 2007-05-29
|
| Status:
| Done for now
|
| Editing:
| Please feel free to edit constructively!
|
{{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
[edit] editing Param
Created By
| Sledged (talk)
|
| Date Created:
| 2007-05-29
|
| Status:
| In progress...
|
| Editing:
| Please ask before editing!
|
{{Author
|author_name=Sledged
|date_created=2007-05-29
|status=In progress...
|editing=Please ask before editing!
}}