Template:Internal names: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
m (Text replacement - "sub-section" to "subsection")
mNo edit summary
Line 1: Line 1:
<includeonly>{| id="internal-names" class="wikitable {{#if:{{{game1|}}}||no-games}} {{#if:{{{file1|}}}||no-files}} {{#if:{{{meaning1|}}}||no-meanings}}" style="{{#if:{{{float|}}}|float:left}}"
<includeonly>{| id="internal-names" class="wikitable scrollable {{#if:{{{game1|}}}||no-games}} {{#if:{{{file1|}}}||no-files}} {{#if:{{{meaning1|}}}||no-meanings}}"
! {{{gamelabel|Game}}}
! {{{gamelabel|Game}}}
! {{{filelabel|File}}}
! {{{filelabel|File}}}

Revision as of 18:17, August 27, 2024

This template allows putting information about the internal names of article subjects and their respective meanings into an article.

Usage

This template should be placed in the "Internal names" section of an article. If accompanied by {{foreign names}}, then "Internal names" and "Names in other languages" should be made subsections of an "Additional names" section. The syntax is as follows:

{{internal names
|game1=''[[Game Name]]''
|file1=<tt>filename</tt>
|name1=Name
|meaning1=Meaning
}}

This works for any amount of numbered game/file/name/meaning parameters. The Game, File, and/or Meaning columns can be optionally removed by omitting the corresponding parameter(s).

Notes

  • Multiple entries within a single parameter (e.g. game1) should be separated by <br>.
  • When possible, the file parameter should include the file path as well, starting from the game's root directory (e.g. vol in the case of Wii U games).
  • File paths and names (used in the file parameters) should be encapsulated by <tt></tt> tags.