DynamicPageList3 Manual talk:Feedback: Difference between revisions

no edit summary
imported>FrozenPlum
mNo edit summary
imported>FrozenPlum
No edit summary
Line 185:
==Content Items that will need doing==
There are some items that need doing in the content, that would be very helpful to have (if '''anyone''' feels like doing it, if not, we'll/I'll get to it eventually). This can serve as a reminder/checklist for later, too:
* If there are defaults for anything (which there should be for many things) they need <code><nowiki>" — ('''Default''' is false)"</nowiki></code> for this: — ('''Default''' is false), (or just <code><nowiki>" — ('''Default''')"</nowiki></code> for this: — ('''Default'''), if the option at hand is the default). We can refer [https://github.com/Universal-Omega/DynamicPageList3/blob/da27636f6b294f64e379c1fca96cbee0bbd83bc9/includes/ParametersData.php#L219 this] [[User:Lens0021|Lens0021]] linked, since that may have the rest of the defaults missing.
* Variable names should be in code blocks, and if not in close proximity to an already linked repeat or its own page section. These should also generally have the variable linked using the "DPL" template: <code><nowiki><code>{{DPL|%PAGE%}}</code></nowiki></code>
* Parameter names should also be in code blocks, and, if not in close proximity to its own section or another already linked repeat, should be also linked: <code><nowiki><code>{{DPL|title}}</code></nowiki></code>. The only thing to keep an eye out for is, if a ''value'' is specified, that value should be in italics (there are a number of places this is not yet the case), e.g., <code>addcontribution=true</code> should be <code>addcontribution=''true''</code>, though of course in templates such as <code><nowiki>{{DPL parameter}}</nowiki></code>, the equals characters needs to be <code><nowiki>{{=}}</nowiki></code> or using <code><nowiki><nowiki></nowiki></nowiki></code>.
Anonymous user