Template:Guide/doc: Difference between revisions

From VNDev Wiki
Added docs for requesting/not requesting community contributions
→‎Usage: updating to reflect optional author
 
Line 10: Line 10:
The author need not be a VNDev Wiki username. If you choose, you can link a specific user like so:<br/>
The author need not be a VNDev Wiki username. If you choose, you can link a specific user like so:<br/>
<nowiki>{{Guide|[[User:Bob|Bob]]}}</nowiki>
<nowiki>{{Guide|[[User:Bob|Bob]]}}</nowiki>
If the creator of the guide does not wish to claim ownership of it, an author can be omitted:
<nowiki>{{Guide}}</nowiki>


By default, community contributions are welcomed for Guides. If you do not want others to expand or change your guide without asking you, use the following syntax:
By default, community contributions are welcomed for Guides. If you do not want others to expand or change your guide without asking you, use the following syntax:

Latest revision as of 17:03, 31 October 2024

Usage

Add this template to the top of all Guides in the following way:

{{Guide|author=Bob}}
or
{{Guide|Bob}}

The author need not be a VNDev Wiki username. If you choose, you can link a specific user like so:
{{Guide|[[User:Bob|Bob]]}}

If the creator of the guide does not wish to claim ownership of it, an author can be omitted: {{Guide}}

By default, community contributions are welcomed for Guides. If you do not want others to expand or change your guide without asking you, use the following syntax: {{Guide|Bob|contrib=No}}