Template:Portal bar/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Svick
m (no need to spell out the template prefix)
m (58 revisions imported)
 
(48 intermediate revisions by 25 users not shown)
Line 1: Line 1:
{{Documentation subpage}}
{{Documentation subpage}}
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
{{High-use|76388}}
{{Warning|'''This template is only transcluded (visible) in mobile view when the <code><nowiki>border=n</nowiki></code> parameter  is implemented'''. See [[Wikipedia:Portal#How to add portal links to articles|how to add portal links to articles]] for more information.}}
{{Warning|{{strong|This template does not belong in the "See also" section.}} Per [[MOS:SECTIONORDER]], this template is bottom matter and goes below standard navigation templates, and above geographical coordinates and authority control templates.}}


=== Usage ===
The primary purpose of this template is for when using {{tlx|portal}} would cause formatting problems. This template forms a horizontal bar instead of a vertical, sidebar-like template. Please note that this template {{strong|[[MOS:ORDER|does not belong]]}} in the "See also" section.


To add this template to a page, simply type the following code, use:
{{Lua|Module:Portal bar}}


<pre>
== Usage ==
<nowiki>{{Portal bar|portal1|portal2}}</nowiki>
{{xref|See {{section link|Module:Portal|Image}} on how to add, update, or remove portal images.}}
</pre>


'''Example:'''
=== Border ===
To add the template to a page:
: &rarr; <code><nowiki>{{Portal bar|Biology|Fungi|Plants|Science}}</nowiki></code>
{{Portal bar|Biology|Fungi|Plants|Science}}


<pre>
=== No border ===
<nowiki>{{Portal bar|Primates|Mammals|Fungi|Physics}}</nowiki>
For a version with no border that can be seen in [[WP:MOBILE|mobile view]]:
</pre>
: &rarr; <code><nowiki>{{Portal bar|Biology|Fungi|Plants|Science|border=n}}</nowiki></code>
{{Portal bar|Biology|Fungi|Plants|Science|border=n}}


This yields:
Portal bar with border extends to the full width of the article, and that can be a problem with right-floating items. To use space better, remove the border.


{{Portal bar|Primates|Mammals|Fungi|Physics}}
== Error tracking ==
If the {{{type|template}}} is used incorrectly, the page will be added to a tracking category.


=== See also ===
The tracking categories are not applied if any of the following is true:
* [[Template:Portal]]
# Tracking is specially disabled for that usage. This is done by setting the optional parameter {{para|tracking}} to any the following values: <code><nowiki>no</nowiki></code>, <code><nowiki>n</nowiki></code>, <code><nowiki>false</nowiki></code>
* [[Template:Portal box]]
# the template is used on a page in any of these namespaces: Talk, User, User talk, Wikipedia talk, File talk, Template talk, Category talk, Portal talk, Draft, Draft talk, Module talk
# The title page on which the template is used includes any of the following case-insensitive strings: "/archive", "/doc", "/test"


<includeonly>
* [[:Category:Portal templates without a parameter]] — (population {{PAGESINCATEGORY:Portal templates without a parameter}})
<!-- Categories -->
* [[:Category:Portal templates with redlinked portals]] — (population {{PAGESINCATEGORY:Portal templates with redlinked portals}})
[[Category:Wikipedia Portal navflags| ]]
* [[:Category:Portal templates with all redlinked portals]] — (population {{PAGESINCATEGORY:Portal templates with all redlinked portals}})
:{{Purge page|''Purge page to update totals''}}
 
== TemplateData ==
{{Collapse top|[[WP:TemplateData|TemplateData]] documentation used by [[WP:VisualEditor|VisualEditor]] and other tools}}
{{TemplateData header|noheader=1}}
<templatedata>
{
"params": {
"1": {
"required": true,
"type": "string/line",
"description": "The first portal, without surrounding text. For example, use \"Science\" to display the science portal."
},
"2": {
"type": "string/line",
"description": "The second portal."
},
"3": {
"type": "string/line",
"description": "The third portal."
},
"4": {
"type": "string/line",
"description": "The fourth portal"
},
"5": {
"type": "string/line",
"description": "The fifth portal."
},
"border": {
"type": "string/line",
"description": "Set this to \"no\" if you do not want to display a border around the portals. You can also use \"n\", \"false\", or \"0\"."
}
},
"description": "This template adds a bar of portals. It is usually used just above an article's navboxes or in its \"See also\" section when using [[Template:Portal]] would cause formatting problems."
}
</templatedata>
{{Collapse bottom}}
 
== See also ==
* {{tl|Portal}}
* {{tl|Subject bar}}
 
<includeonly>{{Sandbox other||
[[Category:Exclude in print]]
[[Category:Internal link templates]]
[[Category:Internal link templates]]
[[Category:Exclude in print|{{PAGENAME}}]]
[[Category:Wikipedia Portal navflags]]
 
}}</includeonly>
<!--Interwikis-->
[[fr:Modèle:Portail]]
</includeonly>

Latest revision as of 13:35, 3 September 2020

The primary purpose of this template is for when using {{portal}} would cause formatting problems. This template forms a horizontal bar instead of a vertical, sidebar-like template. Please note that this template does not belong in the "See also" section.

Usage