Predefinição:Notícia Grande

De RuneScape Wiki
(Redirecionado de Predefinição:UB)
Ir para navegação Ir para pesquisar
Documentação da predefinição
Esta documentação é transcluída de Predefinição:Notícia Grande/doc. [editar] [histórico] [atualizar]
Predefinição:Notícia Grande invoca a função main em Módulo:Notícia Grande usando Lua.
Necessita tradução
Necessita tradução
Este artigo ou seção contém termos não traduzidos
Se souber alguma tradução, por favor, edite!


Used to add pseudo-headings into update transcript articles in the Update namespace.

Usage

Basic usage, the anonymous parameter is the heading text
{{UB|Graphics}}
==Graphics==
Changing header level
{{UB|Graphics|header=3}}
===Graphics===
Including an icon

A full list of possible icons is available under Icons below.

{{UB|Graphics|icons=graphics}}
== Graphics==
Including multiple icons (any number) - names separated with ;
{{UB|Combat, graphics & quests|icons=combat;graphics;quests}}
== Combat, graphics & quests==

Icons

Each icon is shown at the default size assigned by the template.

Icon Name File
== == achievements 🔗
== == ambi 🔗
== == anachronia 🔗
== == audio 🔗
== == bgh 🔗
== == bosses1 🔗
== == bounty hunter 🔗
== == brasil 🔗
== == cape of legends 🔗
== == challenge 🔗
== == chat 🔗
== == clues 🔗
== == combat 🔗
== == divine fire spirits 🔗
== == dungeoneering 🔗
== == fire spirit 🔗
== == friends 🔗
== == grand exchange 🔗
== == graphics 🔗
== == grouping system 🔗
== == huge parcel 🔗
== == incense sticks 🔗
== == interface 🔗
== == keyboard 🔗
== == life refresh 🔗
== == mallory 🔗
== == markus 🔗
== == minigames 🔗
== == mining 🔗
== == mobile 🔗
== == monster examine 🔗
== == nex 🔗
== == ninja 🔗
== == nxt 🔗
== == obsidian cape 🔗
== == orb 🔗
== == ports 🔗
== == quests 🔗
== == ring of death 🔗
== == runescore 🔗
== == skilling 🔗
== == smithing 🔗
== == solomon 🔗
== == teleport 🔗
== == trimmed masterwork 🔗
== == wilderness 🔗
== == zanaris 🔗

Resizing

Basic

Adjusting the height of an icon by specifying a value (in pixels) - {name},{height}
{{UB|Graphics|icons=graphics,20}}
== Graphics==
Adjusting the sizes of multiple icons
{{UB|Combat, graphics & quests|icons=combat,30;graphics,14;quests}}
== Combat, graphics & quests==

Advanced

This uses the standard MediaWiki image syntax for specifying the dimension(s).

Adjusting the size of an icon by specifying width - {name},{width}px
{{UB|Graphics|icons=graphics,25px}}
== Graphics==
Adjusting the size of an icon by specifying height - {name},x{height}px
{{UB|Graphics|icons=graphics,x26px}}
== Graphics==
Adjusting the size of an icon by specifying both dimensions - {name},{width}x{height}px
{{UB|Graphics|icons=graphics,21x29px}}
== Graphics==