User:FrozenPlum: Difference between revisions

m
no edit summary
imported>FrozenPlum
m (Typo fix and replace my manual list with the category I'm using to track templates and pages that use other extensions.)
imported>FrozenPlum
mNo edit summary
Line 8:
* Still '''need to add notes''' to areas where there's code but a non-working example (preferably before making the wiki public again, link to info about this to let users know more explicitly why they don't work (yet) and that there's a plan for this also). I have this template for it, but I'm too tired and need a break before I put it everywhere it needs to go to head off any questions about this portion. I still have a few things to fix yet also... if I can get both of these done, then ready to open for business again. Here's the template because I'll forget tomorrow:
{{tempnote}}
* '''Note:''' I still need to go back through to determine which templates/page (if any) require string functions to be enabled for Parser Functions extension. Once determined, should make sure it is also noted everywhere pertinent (some examples may rely on this, it is not default turned on at MH). See [[#Examples|Examples]] for more info.
 
==DPL3 Code Demos==
Line 31 ⟶ 32:
}}
 
* '''Note:''' I still need to go back through to determine which requires string functions to be enabled for Parser Functions extension. Once determined, should make sure it is also noted where pertinent.
* [[mw:Extension:StringFunctions#Functions|Merged]] with string functions and need it enabled:
 
::len, pos, rpos, sub, replace, explode
<!--{{dpl3|count}}-->
* [[mw:Extension:StringFunctions#Functions|Not merged]], need to make sure not used:
 
::pad, urlencode, and urldecode
<!--
<includeonly><span id="{{{1|}}}">{{{2|}}}</span></includeonly><noinclude>
<templatedata>
{
"params": {
"1": {
"label": "Anchor Text (must be lowercase!)",
"description": "Enter anchor text (all lowercase)",
"type": "string",
"default": "purple",
"required": true
},
"2": {
"label": "Text to display beside anchor (optional)",
"description": "Enter the word or words to anchor to, note that spaces must be replaced by underscores, though dashes and colons can be used.",
"example": "mode",
"type": "string"
}
},
"description": "Creates a span with an ID to be used as a bookmark/named anchor by wrapping the content in a span with an id whose anchor text is whatever you set it to be. Then, you can link to it by using Pagename#anchorname\". Note: Anchor text is intentionally lowercase so it can never clash with existing Mediawiki anchors (TOC) which always start with an uppercase letter. "
}
</templatedata>
[[Category:Technical templates]]
</noinclude>
-->
Anonymous user