Difference between revisions of "Issuepedia:Code"
Jump to navigation
Jump to search
(New page: Code used within wikitext -- mostly W3TPL: * /lib: code libraries * /show: includable pages for showing data ** /show/link: link pages) |
(moved /code links from Help page) |
||
Line 1: | Line 1: | ||
− | + | This page was originally an index to [[htyp:W3TPL|W3TPL]] code used within the site's wiki pages; it should actually be more of a "how to get all the pieces of code from which this site is built" index. Working on that. | |
+ | |||
+ | The following is older w3tpl code which should be considered deprecated until it is moved to the [[project:W3TPL]] space. | ||
* [[/lib]]: code libraries | * [[/lib]]: code libraries | ||
− | * [[/show]]: includable pages for showing data | + | ** [[/lib/links]]: code for handling link pages |
− | ** [[/show/link]]: link pages | + | ** [[/lib/util]]: general utility functions |
+ | * [[/show]]: includable pages for showing data -- routines for displaying stuff (also tend to do stuff when you include them, minimizing need for additional code, vs. requiring a function call) | ||
+ | ** [[/show/link]]: link pages -- displays a link page in a human-readable format |
Latest revision as of 15:00, 25 July 2011
This page was originally an index to W3TPL code used within the site's wiki pages; it should actually be more of a "how to get all the pieces of code from which this site is built" index. Working on that.
The following is older w3tpl code which should be considered deprecated until it is moved to the project:W3TPL space.
- /lib: code libraries
- /lib/links: code for handling link pages
- /lib/util: general utility functions
- /show: includable pages for showing data -- routines for displaying stuff (also tend to do stuff when you include them, minimizing need for additional code, vs. requiring a function call)
- /show/link: link pages -- displays a link page in a human-readable format