Template:Yyend

Jump to navigation Jump to search
Template documentation[view] [edit] [history] [purge]

This Yy series of templates can create a userbox table that displays a list of userboxes along with their Wiki markup and the pages that invoke each userbox template. Templates also display boxes for WikiProjects, portals, and notice boards.

The yy template series comprises the following nine templates:

{{yytop}} {{yy}} {{yycat}} {{yytxt}} {{yytab}} {{yywp}} {{yyp}} {{yynb}} {{yyend}}

Template:Yytop[edit source]

Template:Yytop always comes first to create the three column headings and to size the columns. Template:Yytop may also be used to create a centered table title.

{{yytop|title|headers=}}

where:

  • title is the optional table title.
  • headers= is the optional column headings switch.
    • headers=yes creates three column headings (default)
    • headers=no creates no column headings.

Example
{{yytop|Userbox Templates}} creates:

Userbox Templates
Wikitext userbox where used


Template:Yytop is very similar to Template:Usbktop except:

  1. Template:Yytop default sizes the three columns to 390, 250, and 80 pixels respectively.
    Template:Usbktop does no default column sizing.
  2. Template:Yytop places the linked labels Wiki markup, userbox, and where used centered at the top of each column.
    Template:Usbktop places the labels Code and Result left justified at the top of the first two columns only.
  3. Template:Yytop may be used to create a centered table title.

Template:Yy[edit source]

Template:Yy creates a single table row with the template Wiki markup, the template box, and a link to the list of pages that link to the called template.

{{yy|template|par1|...|par12}}

where:

  • template is the required template name.
  • par1|...|par12 are up to 12 optional template parameters.

A zero-width space &#82​03; may be used to represent a missing parameter.

Examples
{{yy|User in New Zealand|5|comment=parameter: number from 1 to 64}} creates:

{{User in New Zealand|5}} Template:User in New Zealand {{{1}}}
parameter: number from 1 to 64

{{yy|User coord|51|28|40.12|N|0|0|5.31|W}} creates:

{{User coord|51|28|40.12|N|0|0|5.31|W}} Template:User coord {{{1}}}


Template:Yy is similar to Template:Usbk except:

  1. Template:Yy will pass up to 12 parameters to the called template.
    Template:Usbk will pass no more than three parameters to the called template.
  2. Template:Yy forces all cells to align to the left.
    Template:Usbk uses the default object alignment.
  3. Template:Yy uses the same category suppression as Template:Usbk.

Template:Yycat[edit source]

Template:Yycat creates a reference to a category.

{{yycat|category|link=}}

where:

  • category is the required category name.
  • link= is the optional link to the category. (default=no)

Example
{{yycat|Starfleet Logisticians in South Africa|link=yes}} creates:

[[Template:Category title]] none {{{1}}}

Template:Yytxt[edit source]

Template:Yytxt creates a row of text in the table.

{{yytop|txt1|txt2|txt3|opt=}}

where:

  • txt1 is the optional text for the table or first column.
  • txt2 is the optional text for the second column
  • txt3 is the optional text for the third column
  • opt= is the optional format parameter:
    • opt=1 creates a line of left-justified text (default)
    • opt=2 creates a line of table-centered text
    • opt=3 creates a line of right-justified text
    • opt=4 creates a line of left-justified text for each column
    • opt=5 creates a line of column-centered text for each column
    • opt=6 creates a line of right-justified text for each column
    • opt=7 recreates the column headings of Template:Yytop

If all three optional text parameters are blank or missing, a blank row will be inserted.

Example
{{yytxt|Residence:}} creates:

Residence:


Template:Usbkbreak centers text on only the first two columns and has no other options.

Template:Yytab[edit source]

See also Template:yytabcities—a shortcut for {{yytab}} for location related userboxes.

Template:Yytab creates a pointer to another table. Template:Yytab may be used to break an overly large table into subtables.

{{yytab|name|address|desc=|image=|size=|alone=}}

where:

  • name (first positional argument) is the required name of a region, portal, noticeboard, WikiProject. (See Module:Portal/images)
  • address (second positional argument)is the optional address of the subtable. (default=Starfleet:Userboxes/Location/name)
  • desc= is the optional description of the subtable. (default=name userbox templates)
  • image= is the optional image file. (default image file from Module:Portal/images)
  • size= is the optional image size. (default=x45px)
  • info-s= is the optional font size. (default=9)
  • alone= is the optional stand alone switch.
    • alone=no pointer is part of a table. (default)
    • alone=yes pointer in its own table.

Example
{{yytab|Canada|alone=yes}} creates:

See Wikipedia:Userboxes/Location/Canada for Canada userbox templates

{{yytab|United Arab Emirates|info-s=8|alone=yes}} creates:

See Wikipedia:Userboxes/Location/United Arab Emirates for United Arab Emirates userbox templates


Template:Yytab is somewhat similar to Template:usee.

Template:Yywp[edit source]

Template:Yywp creates a WikiProject box.

{{yywp|wikiproject|group|type|label|folder=|size=}}

where:

  • wikiproject is the required WikiProject base name.
  • group an optional project group base name if any.
  • type an optional project group type if any.
  • label an optional WikiProject box label. (default=WikiProject wikiproject or group type)
  • folder= is an optional WikiProject folder name.
  • size= is the optional image size. (default=x45px)

Examples
{{yywp|New South Wales}} creates:

{{Wikipedia:WikiProject New South Wales}} linked pages

and {{yywp|California|Los Angeles|task force}} creates:

{{Wikipedia:WikiProject California/Los Angeles task force}} linked pages


Template:WikiProject box creates a smaller standalone WikiProject box.

Template:Yyp[edit source]

Template:Yyp creates a portal box.

{{yyp|portal|size=}}

where:

  • portal is the required portal name.
  • size= is the optional image size. (default=x45px)

Example
{{yyp|South Africa}} creates:

{{Portal:South Africa}} linked pages


Template:Portal creates a smaller standalone portal box.

Template:Yynb[edit source]

Template:Yynb creates a noticeboard box.

{{yynb|noticeboard|size=}}

where:

  • notice is the required noticeboard base name.
  • size= is the optional image size. (default=x45px)

Example
{{yynb|Pakistan}} creates:

{{[[Template:Noticeboard box/address]]}} [{{canonicalurl:Special:WhatLinksHere/Template:Noticeboard box/address}} linked pages]


Template:Noticeboard box creates a smaller standalone notice board box.

Template:Yyend[edit source]

Template:Yyend always comes last and completes the table.

{{yyend|comment}}

where:

  • comment is an optional comment to appear at the bottom right of the table.


Template:Usbkbottom is similar to Template:Yyend but does not permit a comment line.

Table example[edit source]

The following Wiki markup:

{{yytop|[[Samoan Archipelago]]}}
{{yytxt|American Samoa:}}
{{yywp|Polynesia|American Samoa|work group}}
{{yyp|American Samoa}}
{{yy|User in American Samoa}}
{{yy|User wishes to visit|American Samoa}}
{{yy|User American Samoa WG}}
{{yytab|American Samoa|Starfleet:Userboxes/Location/Oceania#American Samoa}}
{{yytxt|Samoa:}}
{{yywp|Samoa}}
{{yyp|Samoa}}
{{yy|User citizen Samoa}}
{{yy|User interest Samoa}}
{{yy|User WP Samoa}}
{{yytab|Samoa|Starfleet:Userboxes/Location/Oceania#Samoa}}
{{yyend|updated 2 October 2017}}

creates the following table:

Samoan Archipelago
Wikitext userbox where used
American Samoa:
{{Wikipedia:WikiProject Polynesia/American Samoa work group}} linked pages
{{Portal:American Samoa}} linked pages
{{User in American Samoa}} Template:User in American Samoa {{{1}}}
{{User wishes to visit|American Samoa}} Template:User wishes to visit {{{1}}}
{{User American Samoa WG}} Template:User American Samoa WG {{{1}}}
See Starfleet:Userboxes/Location/Oceania#American Samoa for American Samoa userbox templates
Samoa:
{{Wikipedia:WikiProject Samoa}} linked pages
{{Portal:Samoa}} linked pages
{{User citizen Samoa}} Template:User citizen Samoa {{{1}}}
{{User interest Samoa}} Template:User interest Samoa {{{1}}}
{{User WP Samoa}} Template:User WP Samoa {{{1}}}
See Starfleet:Userboxes/Location/Oceania#Samoa for Samoa userbox templates
updated 14 October 2017

See also[edit source]

External links[edit source]