Difference between revisions of "Module:Extension"
Jump to navigation
Jump to search
m
Undid revision 3123378 by Shirayuki (talk)
>Shirayuki (translation tweaks) |
>Shirayuki |
||
Line 61: | Line 61: | ||
} | } | ||
local types = { | local types = { | ||
ajax = { '[[w:AJAX|Ajax]]', | ajax = { '[[w:AJAX|Ajax]]', 'Ajax extensions' }, | ||
api = { ' | api = { '[[API:Action API|API]]', 'API extensions' }, | ||
['beta feature'] = { ' | ['beta feature'] = { '[[Beta Features|Beta Feature]]', 'Beta Feature extensions' }, | ||
contenthandler = { ' | contenthandler = { '[[Manual:ContentHandler|ContentHandler]]', 'ContentHandler extensions' }, | ||
database = { ' | database = { '[[Manual:Database layout|Database]]', 'Database extensions' }, | ||
db = { 'Database', | db = { 'Database', 'Database extensions' }, | ||
['data extraction'] = { 'Data extraction', | ['data extraction'] = { 'Data extraction', 'Data extraction extensions' }, | ||
example = { 'Example', | example = { 'Example', 'Extension examples' }, | ||
['extended syntax'] = { ' | ['extended syntax'] = { '[[Manual:Extending wiki markup|Extended syntax]]', 'Extended syntax extensions' }, | ||
filerepo = { 'File repository', | filerepo = { 'File repository', 'File repository extensions' }, | ||
hook = { ' | hook = { '[[Manual:Hooks|Hook]]', 'Hook extensions' }, | ||
interface = { 'User interface', | interface = { 'User interface', 'User interface extensions' }, | ||
link = { ' | link = { '[[Manual:Extending wiki markup|Link markup]]', 'Link markup extensions' }, | ||
media = { 'Media', | media = { 'Media', 'Media handling extensions' }, | ||
mywiki = { ' | mywiki = { '[[Manual:Personalization|MyWiki]]', 'Personalization extensions' }, | ||
notify = { 'Notify', | notify = { 'Notify', 'Notification extensions' }, | ||
['page action'] = { ' | ['page action'] = { '[[Manual:Parameters to index.php#Actions|Page action]]', 'Page action extensions' }, | ||
parser = { ' | parser = { '[[Manual:Extending wiki markup|Parser extension]]', 'Parser extensions' }, | ||
['parser function'] = { ' | ['parser function'] = { '[[Manual:Parser functions|Parser function]]', 'Parser function extensions' }, | ||
pfunc = { ' | pfunc = { '[[Manual:Parser functions|Parser functions]]', 'Parser function extensions' }, | ||
php = { 'PHP', | php = { 'PHP', 'PHP extensions' }, | ||
search = { 'Search', | search = { 'Search', 'Search extensions' }, | ||
skin = { ' | skin = { '[[Manual:Skins|Skin]]', 'Skin extensions' }, | ||
special = { ' | special = { '[[Manual:Special pages|Special page]]', 'Special page extensions' }, | ||
['special page'] = { ' | ['special page'] = { '[[Manual:Special pages|Special page]]', 'Special page extensions' }, | ||
locale = { ' | locale = { '[[Manual:Localization|Locale]]', 'Internationalization extensions' }, | ||
tag = { ' | tag = { '[[Manual:Tag extensions|Tag]]', 'Tag extensions' }, | ||
['user access'] = { ' | ['user access'] = { '[[Manual:Security|User access]]', 'User access extensions' }, | ||
['user identity'] = { ' | ['user identity'] = { '[[Manual:Security|User identity]]', 'User identity extensions' }, | ||
['user rights'] = { ' | ['user rights'] = { '[[Manual:Security|User rights]]', 'User rights extensions' }, | ||
['user activity'] = { ' | ['user activity'] = { '[[Manual:Security|User activity]]', 'User activity extensions' }, | ||
variable = { ' | variable = { '[[Manual:Variables|Variable]]', 'Variable extensions' }, | ||
-- DEPRECATED TYPES (as per 2007-09 taxonomy discussion) | -- DEPRECATED TYPES (as per 2007-09 taxonomy discussion) | ||
category = { 'Category', | category = { 'Category', 'Category extensions', deprecated = true }, | ||
form = { 'Form', | form = { 'Form', 'Form extensions', deprecated = true }, | ||
list = { 'List', | list = { 'List', 'List extensions', deprecated = true }, | ||
namespace = { ' | namespace = { '[[Manual:Namespaces|Namespace]]', 'Namespace extensions', deprecated = true }, | ||
['table'] = { 'Table', | ['table'] = { 'Table', 'Table extensions', deprecated = true }, | ||
} | } | ||