View source for Module:Dia code
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
--[[
This module is intended to provide an alt text (text that appears when the image
doesn't load or is copied to a plaintext editor) for the image on {{Dia}}, and
to provide an appropriate link to the character when the image is clicked. It is
a replacement for Template:Dia/code.
]]
local p = {}
--[[
This table provides the alt text and link destination for each code used in the
Dia template. For codes not listed in the table, the alt text and link
destination is equal to the code itself.
Each line has the following form:
{"code", "alt text", "link destination"},
OR
{"code", "alt text and link destination"},
000
1:0
Template used on this page:
Return to Module:Dia code.