Template:Additional Resources Box

From SEPsesam


Usage

This template should be used for listing the additional resources. Populate the seeAlsoLinks parameter with links to related articles, in a bullet list (note to insert a nowiki tag to correctly render the list). For example:

 {{Additional_Resources_Box|seeAlsoLinks=<nowiki />
*[[Special:MyLanguage/Hyper-V_Backup|Hyper-V Backup]]
*[[Special:MyLanguage/Automating_Backup_Process|Automating Backup Process]]
*[[Special:MyLanguage/Hyper-V_Restore|Hyper-V Restore]]
*[[Special:MyLanguage/Hyper-V_Configuration|Hyper-V Configuration]]}}

For translation you can mark:

  • whole inclusion, for example:
<translate>{{Additional_Resources_Box|seeAlsoLinks=<nowiki />
*[[Special:MyLanguage/Hyper-V_Backup|Hyper-V Backup]]
*[[Special:MyLanguage/Automating_Backup_Process|Automating Backup Process]]
*[[Special:MyLanguage/Hyper-V_Restore|Hyper-V Restore]]
*[[Special:MyLanguage/Hyper-V_Configuration|Hyper-V Configuration]]}}</translate>
  • whole seeAlsoLinks part, for example (this is the preferred method):
{{Additional_Resources_Box|seeAlsoLinks=<nowiki />
<translate>*[[Special:MyLanguage/Hyper-V_Backup|Hyper-V Backup]]
...
*[[Special:MyLanguage/Hyper-V_Configuration|Hyper-V Configuration]]</translate>}}
  • individual display text for the link, for example:
{{Additional_Resources_Box|seeAlsoLinks=<nowiki />
*[[Special:MyLanguage/Hyper-V_Backup|<translate>Hyper-V Backup</translate>]]
...
*[[Special:MyLanguage/Hyper-V_Configuration|<translate>Hyper-V Configuration</translate>]]}}