Sample page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| (15 intermediate revisions by the same user not shown) | |||
| Line 6: | Line 6: | ||
'''1. First element on a wiki page''' are the categrories the page belongs into and if applicable redirects (see below= | '''1. First element on a wiki page''' are the categrories the page belongs into and if applicable redirects (see below= | ||
[[Category:xxx]] | <nowiki>[[Category:xxx]]</nowiki> | ||
'''2. Second element''' is an explanation what the page is about. If it is a help page for a menu (opening from a ? icon on the top) the path is mentioned. | '''2. Second element''' is an explanation what the page is about. If it is a help page for a menu (opening from a ? icon on the top) the path is mentioned. | ||
| Line 80: | Line 80: | ||
====Links==== | ====Links==== | ||
[[Main_Page |internal link (pipe)]] | [[Main_Page |internal link (pipe)]] | ||
[[:Category:Dashboard|Link to category page]] | |||
[https://beds24.com external link (no pipe)] | [https://beds24.com external link (no pipe)] | ||
====Highlights, warnings, icons==== | ====Highlights, warnings, icons==== | ||
You can add FontAwesome 5 Icons: https://fontawesome.com/v5/search?o=r | |||
<span style="color:#fe746c;“ >{{#fas:exclamation-triangle}} </span> Warning used to point at information which is critical | <span style="color:#fe746c;“ >{{#fas:exclamation-triangle}} </span> Warning used to point at information which is critical | ||
| Line 137: | Line 141: | ||
====Code snippets==== | ====Code snippets==== | ||
Code (if you need to quote code snippets or examples): | Code (if you need to quote code snippets or examples): | ||
| Line 196: | Line 199: | ||
====Tables==== | ====Tables==== | ||
https://www.mediawiki.org/wiki/Help:Tables | https://www.mediawiki.org/wiki/Help:Tables | ||
ChatGpt can make wikimedia tables | |||
{| class="wikitable" | {| class="wikitable" | ||
| Line 229: | Line 234: | ||
|} | |} | ||
====Examples | ====Examples==== | ||
Example on individual page: https://wiki.beds24.com/index.php/Combine_individual_rooms_into_a_roomtype | Example on individual page: https://wiki.beds24.com/index.php/Combine_individual_rooms_into_a_roomtype | ||
Use "Collapsible" if there are many examples on the page or if examples are long. | Use "Collapsible" if there are many examples on the page or if examples are long. | ||
====Step by step instructions==== | ====Step by step instructions==== | ||
| Line 272: | Line 267: | ||
#Press SAVE | #Press SAVE | ||
</div></div> | </div></div> | ||
</div> | |||
====Collapsible elements==== | ====Collapsible elements==== | ||
| Line 296: | Line 292: | ||
Each Booking.com room id is unique and can be mapped to only one room in Beds24. If you enter the same Booking.com room id more than once the room updates will overwrite each other causing inaccurate information being sent to Booking.com which will cause overbookings. | Each Booking.com room id is unique and can be mapped to only one room in Beds24. If you enter the same Booking.com room id more than once the room updates will overwrite each other causing inaccurate information being sent to Booking.com which will cause overbookings. | ||
</div></div> | </div></div> | ||
==Images and Files== | ==Images and Files== | ||
| Line 322: | Line 315: | ||
<span style="color:#fe746c;“ >{{#fas:exclamation-triangle}} </span> You might need to do a couple of hard refreshes to see the uploaded image. Or try a different browser. | <span style="color:#fe746c;“ >{{#fas:exclamation-triangle}} </span> You might need to do a couple of hard refreshes to see the uploaded image. Or try a different browser. Or change the size | ||
===pdf=== | ===pdf=== | ||
| Line 345: | Line 338: | ||
https://wiki.beds24.com/wikiDE/index.php/Datei:IMAGENAME.png | https://wiki.beds24.com/wikiDE/index.php/Datei:IMAGENAME.png | ||
==Make a redirect== | ==Make a redirect== | ||
<nowiki>#REDIRECT [[pagename]]</nowiki> | <nowiki>#REDIRECT [[pagename]]</nowiki> | ||
| Line 351: | Line 345: | ||
https://www.mediawiki.org/wiki/Help:Redirects | https://www.mediawiki.org/wiki/Help:Redirects | ||
Access a redirected page add &action=edit to the pagename of the redirected page | |||
==How to== | ==How to== | ||
| Line 362: | Line 359: | ||
https://wiki.beds24.com/index.php/Special:Categories | https://wiki.beds24.com/index.php/Special:Categories | ||
==Change the general CSS == | |||
https://wiki.beds24.com/index.php/MediaWiki:Common.css | https://wiki.beds24.com/index.php/MediaWiki:Common.css | ||
https://wiki.beds24.com/wikiDE/index.php/MediaWiki:Common.css | https://wiki.beds24.com/wikiDE/index.php/MediaWiki:Common.css | ||
==Change sidebar navigation== | |||
https://wiki.beds24.com/index.php?title=MediaWiki:Sidebar&action=edit | https://wiki.beds24.com/index.php?title=MediaWiki:Sidebar&action=edit | ||
https://wiki.beds24.com/wikiDE/index.php?title=MediaWiki:Sidebar&action=edit | https://wiki.beds24.com/wikiDE/index.php?title=MediaWiki:Sidebar&action=edit | ||
==References== | ==Add new user== | ||
=Sample context help= | https://wiki.beds24.com/index.php/Special:CreateAccount | ||
https://wiki.beds24.com/wikiDE/index.php/Special:CreateAccount | |||
=References= | |||
==Sample context help== | |||
https://wiki.beds24.com/index.php/Setting/sample | https://wiki.beds24.com/index.php/Setting/sample | ||
=All special pages= | <div class="warning alert alert-danger">{{#fas:exclamation-triangle}} The context helps can not contain any reference to Beds24 as some reseller show them. Use neutral wording "the system". </div> | ||
==Recent Changes== | |||
https://wiki.beds24.com/index.php?hidebots=1&limit=50&days=7&enhanced=1&title=Special:RecentChanges&urlversion=2 | |||
==All special pages== | |||
https://wiki.beds24.com/index.php/Special:SpecialPages | https://wiki.beds24.com/index.php/Special:SpecialPages | ||
=Mediawiki | ==Mediawiki help== | ||
https://www.mediawiki.org/wiki/Help:Contents | https://www.mediawiki.org/wiki/Help:Contents | ||