Template:Internal link

From WikiMD's Wellness Encyclopedia

To create a MediaWiki source code formatted template for "Internal link" similar to those found at the bottom of Wikipedia pages, you would follow the structure below. This template is designed to be added to pages related to "Internal link" topics, encouraging users to expand stub articles. It includes internal links to relevant pages and categories within the wiki. Note that in an actual MediaWiki environment, you would first navigate to the "Template:InternalLink" page (or the desired template name) and edit or create the page with the following content:

```



```

Explanation of the components:

- ``: This tag is used to enclose content that should not be included when the template is transcluded (i.e., used on another page). It's typically where you place the template documentation, categories, and interwiki links related to the template itself, not the content it's being used to mark.

- `

`: This is a placeholder for where you would include the template's documentation. This can be directly written or transcluded from another page specifically for documentation. - ``: This categorizes the template itself into the "WikiMD templates" category, making it easier to find and manage.

- `

`: This is a generic message box template used across MediaWiki sites for creating notice, warning, and information boxes. You might need to adjust the parameters or create a similar template if it doesn't exist on your wiki.

 - `type = notice`: Specifies the type of message box, in this case, a notice.
 - `image = Example alt text`: An optional parameter to include an image in the message box. Replace "Example.jpg" with a relevant image if available.
 - `text = This Internal link related article is a stub. You can help WikiMD by expanding it.`: The message encouraging users to expand the stub article, with internal links to relevant pages.

- `