Template:Guide: Difference between revisions

From VNDev Wiki
various visual & content tweaks
toggle switch for category
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
| image = [[Image:Star.png|none|alt=|link=|{{#ifeq:{{{small|}}}|yes|30px|40px}}]]
| image = [[Image:Star.png|none|alt=|link=|{{#ifeq:{{{small|}}}|yes|30px|40px}}]]
| text  =
| text  =
This page is '''community guidance'''. {{#if:{{{1|{{{author|}}}}}} | It is written & maintained primarily by '''{{{1|{{{author}}}}}}'''. |}} {{#ifeq:{{{contrib|Yes}}}|Yes| Community contributions are welcome - feel free to add to or change this guide. | Community contributions were not requested - please discuss on the talk page before editing this guide.}} This guide may contain advice that is not valid, safe, or suitable for your particular situation. Please exercise caution.<br/>For more, see our [[VNDev Wiki:Community Guidance|Community Guidance Info Page]].
This page is '''community guidance'''. {{#if:{{{1|{{{author|}}}}}} | It was created primarily by '''{{{1|{{{author}}}}}}'''.|}}<br/>Like all guides, this page may contain advice that is not valid, safe, or suitable for your particular situation. Please exercise caution. [[VNDev Wiki:Manual of Style/Community Guidance|Learn more]]{{#ifeq:{{{contrib|Yes}}}|Yes| <span style="font-size: 0.8rem;"><br/>Community contributions are welcome - feel free to add to or change this guide.</span> | <span style="font-size: 0.8rem;"><br/>Community contributions were not requested - please discuss on the talk page before editing this guide.</span>}}


| cat  = Guides
| cat  = Guides
| all  =  
| all  =  
| type  = content
| type  = content
}}<includeonly>[[Category:Guides]]</includeonly>
}}<includeonly>{{#if: {{{nocat|}}}||[[Category:Guides]]}}</includeonly>
<noinclude>
<noinclude>
{{documentation}}
{{documentation}}
</noinclude>
</noinclude>

Latest revision as of 13:49, 19 February 2025

Documentation icon Template documentation [view] [edit] [purge]

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}}

For guides with subpages, you should place this template at the top of all subpages as well. On the subpages, include the parameter nocat=yes to prevent the subpages from also being incorrectly categorized as separate Guides.