https://en.wikipedia.org/w/index.php?action=history&feed=atom&title=Module%3ANavbar%2Fconfiguration%2Fsandbox
Module:Navbar/configuration/sandbox - Revision history
2025-06-05T21:02:00Z
Revision history for this page on the wiki
MediaWiki 1.45.0-wmf.4
https://en.wikipedia.org/w/index.php?title=Module:Navbar/configuration/sandbox&diff=1130342088&oldid=prev
Izno: moved
2022-12-29T18:24:26Z
<p>moved</p>
<table style="background-color: #fff; color: #202122;" data-mw="interface">
<col class="diff-marker" />
<col class="diff-content" />
<col class="diff-marker" />
<col class="diff-content" />
<tr class="diff-title" lang="en">
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Previous revision</td>
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Revision as of 18:24, 29 December 2022</td>
</tr><tr>
<td colspan="2" class="diff-lineno">Line 1:</td>
<td colspan="2" class="diff-lineno">Line 1:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>return {</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>return {</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div> ['templatestyles'] = 'Module:Navbar/styles.css',</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div> ['templatestyles'] = 'Module:Navbar/styles.css',</div></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div> ['<del style="font-weight: bold; text-decoration: none;">hlist_styles</del>'] = 'Hlist/styles.css',</div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div> ['<ins style="font-weight: bold; text-decoration: none;">hlist_templatestyles</ins>'] = 'Hlist/styles.css',</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div> ['box_text'] = 'This box: ', -- default text box when not plain or mini</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div> ['box_text'] = 'This box: ', -- default text box when not plain or mini</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div> ['title_namespace'] = 'Template', -- namespace to default to for title</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div> ['title_namespace'] = 'Template', -- namespace to default to for title</div></td>
</tr>
</table>
Izno
https://en.wikipedia.org/w/index.php?title=Module:Navbar/configuration/sandbox&diff=1129689179&oldid=prev
Izno: add hlist_styles
2022-12-26T17:37:41Z
<p>add hlist_styles</p>
<p><b>New page</b></p><div>return {<br />
['templatestyles'] = 'Module:Navbar/styles.css',<br />
['hlist_styles'] = 'Hlist/styles.css',<br />
['box_text'] = 'This box: ', -- default text box when not plain or mini<br />
['title_namespace'] = 'Template', -- namespace to default to for title<br />
['invalid_title'] = 'Invalid title ',<br />
['classes'] = { -- set a line to nil if you don't want it<br />
['navbar'] = 'navbar',<br />
['plainlinks'] = 'plainlinks', -- plainlinks<br />
['horizontal_list'] = 'hlist', -- horizontal list class<br />
['mini'] = 'navbar-mini', -- class indicating small links in the navbar<br />
['this_box'] = 'navbar-boxtext',<br />
['brackets'] = 'navbar-brackets',<br />
-- 'collapsible' is the key for a class to indicate the navbar is<br />
-- setting up the collapsible element in addition to the normal<br />
-- navbar.<br />
['collapsible'] = 'navbar-collapse',<br />
['collapsible_title_mini'] = 'navbar-ct-mini',<br />
['collapsible_title_full'] = 'navbar-ct-full'<br />
}<br />
}</div>
Izno