Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Humanipedia
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Module:Italian regions
Module
Discussion
English
Read
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit source
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
require('strict') local p = {} local getArgs = require('Module:Arguments').getArgs local data = { ABR = {name="Abruzzo", coa="Regione-Abruzzo-Stemma.svg"}, BAS = {name="Basilicata", coa="Regione-Basilicata-Stemma.svg"}, CAL = {name="Calabria", coa="Coat_of_arms_of_Calabria.svg"}, CAM = {name="Campania", coa=""}, EMR = {name="Emilia-Romagna", coa="Regione-Emilia-Romagna-Stemma.png"}, FVG = {name="Friuli-Venezia Giulia", coa="Regione-Friuli-Venezia-Giulia-Stemma.png"}, LAZ = {name="Lazio", coa="Lazio-Stemma.png"}, LIG = {name="Liguria", coa="Regione-Liguria-Stemma.png"}, LOM = {name="Lombardy", coa="Regione-Lombardia-Stemma.svg"}, MAR = {name="Marche", coa="Coat of arms of Marche.svg"}, MOL = {name="Molise", coa="Regione-Molise-Stemma.svg"}, PMN = {name="Piedmont", coa="Regione-Piemonte-Stemma.svg"}, PUG = {name="Apulia", coa="Regione Puglia-Stemma.png"}, SAR = {name="Sardinia", coa="Sardegna-Stemma.svg"}, SIC = {name="Sicily", coa="Regione-Sicilia-Stemma.png"}, TOS = {name="Tuscany", coa="Regione-Toscana-Stemma.png"}, TAA = {name="Trentino-Alto Adige/Südtirol", coa="Coat of arms of Trentino-South Tyrol.svg"}, UMB = {name="Umbria", coa="Regione-Umbria-Stemma.svg"}, VAO = {name="Aosta Valley", coa="Valle_d%27Aosta-Stemma.svg"}, VEN = {name="Veneto", coa="Flag of Veneto.png"}, } function p.main(frame) local args = getArgs(frame) local p_data = data[args[1]] local config = frame.args if p_data then if config.link=='false' then return p_data.name else return '[[' .. p_data.name .. ']]' end end end function p.coat_of_arms(frame) local args = getArgs(frame) local p_data = data[args[1]] if p_data then return p_data.coa end end return p
Summary:
Please note that all contributions to Humanipedia may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Humanipedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Debug console
* The module exports are available as the variable "p", including unsaved modifications. * Precede a line with "=" to evaluate it as an expression or use print(). Use mw.logObject() for tables. * Use mw.log() and mw.logObject() in module code to send messages to this console.
Templates used on this page:
Template:Error
(
edit
)
Template:Module other
(
edit
)
Template:Module rating
(
edit
)
Template:Ombox
(
edit
)
Template:Pp
(
edit
)
Template:Protection padlock
(
edit
)
Template:Template link
(
edit
)
Template:Tl
(
edit
)
Module:Arguments
(
edit
)
Module:Error
(
edit
)
Module:File link
(
edit
)
Module:Italian regions
(
edit
)
Module:Italian regions/doc
(
edit
)
Module:Message box
(
edit
)
Module:Protection banner
(
edit
)