×
Create a new article
Write your page title here:
We currently have 2,842 articles on YumeWiki. Type your article name above or click on one of the titles below and start writing!



    YumeWiki
    2,842Articles

    Template:ListThumb/doc: Difference between revisions

    mNo edit summary
    m (remove column param)
     
    (3 intermediate revisions by the same user not shown)
    Line 7: Line 7:
    On any other page:
    On any other page:
    <pre>{{ListThumb|page=Yume Nikki Locations}}</pre>
    <pre>{{ListThumb|page=Yume Nikki Locations}}</pre>
    With other parameters:
    <pre>{{ListThumb|page=Yume Nikki Characters|size=70|columns=3}}</pre>
    ==Usage==
    ==Usage==
    The function creates collapsible section with a default of two columns. Articles are listed in alphabetical order and a thumbnail from each is placed to the left of the article name. This creates a more visual list than the pure text of category pages. Its recommended to use this template directly on the location/character categories. This template does not work with any other category of articles as they do not use the Locationbox, NPCBox, or Characterbox templates.<br>When used on a category of articles that use any of Locationbox, NPCBox, or Characterbox, the function grabs the images from the articles to use them as thumbnails. You can choose which category to generate a list of by specifying the ''page'' parameter.<br>Keep in mind that the ''size'' parameter defaults to 100px and only effects width, potentially making tall images a problem.<br>
    The function creates collapsible section with a default of two columns. Articles are listed in alphabetical order and a thumbnail from each is placed to the left of the article name. This creates a more visual list than the pure text of category pages. Its recommended to use this template directly on the location/character categories. This template does not work with any other category of articles as they do not use the Locationbox, NPCBox, or Characterbox templates.
     
    When used on a category of articles that use any of Locationbox, NPCBox, or Characterbox, the function grabs the images from the articles to use them as thumbnails. You can choose which category to generate a list of by specifying the ''page'' parameter.
     
    Keep in mind that the ''size'' parameter defaults to 100px and restricts both height and width.
     
    Note: this template is prevented from working on [[:Category:Yume 2kki Locations]] as loading 800+ images is not a good idea.
    Note: this template is prevented from working on [[:Category:Yume 2kki Locations]] as loading 800+ images is not a good idea.
    ==Parameters==
    ==Parameters==
    <templatedata>{ "description": "","params": {
    <templatedata>{ "description": "","params": {
    Line 17: Line 21:
    "label": "Category Page",
    "label": "Category Page",
    "type": "line",
    "type": "line",
    "description": "Select which category of which to generate a list of articles with thumbnails.",
    "description": "Select the category of which to generate a list of articles with thumbnails.",
    "example": "Wataru",
    "example": "Wataru",
    "autovalue": "{{PAGENAME}}"
    "autovalue": "{{PAGENAME}}"
    },
    },
    "size": {
    "size": {
    "label": "Thumbnail Widths",
    "label": "Thumbnail Size",
    "type": "number",
    "type": "number",
    "description": "Limit the width of every thumbnail image to a size in pixels.",
    "description": "Limit both the width and height of each thumbnail image to a size in pixels.",
    "example": "70",
    "default": "100"
    "default": "100"
    },
    "columns": {
    "label": "Number of Columns",
    "type": "number",
    "description": "The number of columns the articles are ordered in. Any more than 2 may cause the list to be unreadable on mobile devices.",
    "example": "3",
    "default": "2"
    }}}</templatedata>
    }}}</templatedata>
    ==Sample==
    ==Sample==
    The following input:
    The following input:
    <pre>{{ListThumb|page=HAL|size=300|columns=1}}</pre>
    <pre>{{ListThumb|page=HAL|size=300}}</pre>
    Produces:
    Produces:
    {{ListThumb|page=HAL|size=300|columns=1}}
    {{ListThumb|page=HAL|size=300}}
    <noinclude>__NOTOC__ [[Category:Template documentation]]</noinclude>
    <noinclude>__NOTOC__ [[Category:Template documentation]]</noinclude>
    <includeonly>__NOEDITSECTION__</includeonly>
    <includeonly>__NOEDITSECTION__</includeonly>

    Latest revision as of 06:14, 22 July 2023

    Description

    This template has DPL code that shows a list of all locations/NPCs in a category of locations/characters with thumb images next to each article link.

    Syntax

    On a category of locations or characters:

    {{ListThumb}}

    On any other page:

    {{ListThumb|page=Yume Nikki Locations}}

    Usage

    The function creates collapsible section with a default of two columns. Articles are listed in alphabetical order and a thumbnail from each is placed to the left of the article name. This creates a more visual list than the pure text of category pages. Its recommended to use this template directly on the location/character categories. This template does not work with any other category of articles as they do not use the Locationbox, NPCBox, or Characterbox templates.

    When used on a category of articles that use any of Locationbox, NPCBox, or Characterbox, the function grabs the images from the articles to use them as thumbnails. You can choose which category to generate a list of by specifying the page parameter.

    Keep in mind that the size parameter defaults to 100px and restricts both height and width.

    Note: this template is prevented from working on Category:Yume 2kki Locations as loading 800+ images is not a good idea.

    Parameters

    Template parameters

    ParameterDescriptionTypeStatus
    Category Pagepage

    Select the category of which to generate a list of articles with thumbnails.

    Example
    Wataru
    Auto value
    {{PAGENAME}}
    Lineoptional
    Thumbnail Sizesize

    Limit both the width and height of each thumbnail image to a size in pixels.

    Default
    100
    Numberoptional

    Sample

    The following input:

    {{ListThumb|page=HAL|size=300}}

    Produces:


    List with thumbnail images