Changes

Jump to navigation Jump to search

Sample page

2,552 bytes added, 26 April
no edit summary
This page is about the menu {{#fas:cog}} (SETTINGS) PAGENAME > PAGENAME XXX followed by explanation on what to find on this page.
Diese Seite ist über das Menue {{#fas:cog}} (KONFIGURATION) PAGENAME
The two elements above are at the top of each page directly after the categories. Next element is the the contents (below).
<code>Source code</code> -> used for code examples, on many pages pre (blue box) is used for code which should be replaced
 
 
<div style="background-color: #f8f9fa !important; border: 1px solid #eaecf0;border-radius: 2px; padding: 1px 4px;">
<script>
<nowiki>
var addUrlParamsToIframeSrcs = function () {
const validParameters = ["checkin","checkout","numnight","numadult","numchild","ownerid","propid","roomid","referer","redirect","lang","group","nogroup","category1","category2","category3","category4", "customParameter"];
const iframeAttrIdentifier = "ourIframe";
const currentUrl = new URL(window.location.href);
let parametersString = "";
validParameters.forEach(parameter => {
const parameterValue = currentUrl.searchParams.get(parameter);
if (parameterValue !== null) {
parametersString += "&" + parameter + "=" + parameterValue;
}
});
const iframes = document.getElementsByTagName("iframe");
for (let iframe of iframes) {
if (iframe.getAttribute(iframeAttrIdentifier) !== null) {
let iframeSrc = iframe.getAttribute("data-src");
if (!iframeSrc.includes("?")) {
iframeSrc += "?";
}
iframeSrc += parametersString;
iframe.setAttribute("src", iframeSrc)
}
}
}
addUrlParamsToIframeSrcs();
</nowiki>
</script>
</div>
:{
<div class="warning">{{#fas:exclamation-triangle}} Format of an important warning</div>
 
<span style="color: #f3e504; font-size: 150%;" >{{#fas:lightbulb}} </span> Tip used for additional functions, references etc.
<span style="color: #f3e504; font-size: 250%;" >{{#fas:lightbulb}} </span> '''Required Skills''':
<span style="color:#019cde; font-size: 150%;“ >{{#fas:info-circle}} </span> Info Use the context help <span style="color:#007bff019cde;“ >{{#far:question-circle}} </span> for information on each setting. used for reference to the context help
{{#fas:cog}} used for reference to the settings menu left
 
{{#fas:user}} used for reference to the user menu top
 
Click on the {{#fas:user}} 'User' icon on the top right and then on 'Account Management (in the old control panel SUB ACCOUNT in the top right)
 
Klicken Sie auf das {{#fas:user}} 'User Icon' oben rechts und dann auf 'Account Management' (im alten Control Panel gehen Sie zu SUB ACCOUNTS im Menu oben rechts)
<span style="color:#7bcbed;“ >{{#fas:plus-square}} </span> Used for news about new feature
<span style="color: #f3e504;" >{{#fas:lightbulb}} </span> Used for news
<span style="color: #7aab0a;" >{{#fas:chalkboard-teacher}} </span> Used for news webinar
 
[https://fontawesome.com/v5.15/icons/external-link-alt?style=soli <span style="color:#007bff;“ >{{#fas:external-link-alt}} </span> website]
<nowiki>no [[wiki]] ''markup''</nowiki> used for content which should not show in wiki format i.e. links which should not be clickable.
<div class="mw-collapsible mw-collapsed">
<div class="headline-collapse" >
Example: Headline for collapsible text
</div>
<div class="mw-collapsible-content">
[[Image:wizard_calendar.gif|600px|link=]]
[[Media:wizard_calendar.gif|view large]]
 
linked image
 
[[Image:wizard_calendar.gif|600px|link=https://go.expediagroup.com/spotlight-beds24.html]]
<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.
 
=pdf=
[[Media:Custom_Invoice.pdf|Download the tutorial]]
=Videos =
==Step by step instructions==
'''Step 1: Summary of what do do'''
You need to.....
*Do this
*Do that
'''Step 2: '''
'''Step 2: : Summary of what do do (optional)'''
 
add optional if the step is not required
'''Step 3: '''
'''Step 5: '''
<div class="mw-collapsible mw-collapsed">
<div class="headline-collapse" >
Step 1: Collapible
</div>
<div class="mw-collapsible-content">
#do this
#Press SAVE
</div></div>
=How to=
https://wiki.beds24.com/wikiDE/index.php/MediaWiki:Common.css
=Sidebarnavigation=
https://wiki.beds24.com/index.php?title=MediaWiki:Sidebar&action=edit
 
https://wiki.beds24.com/wikiDE/index.php?title=MediaWiki:Sidebar&action=edit
=Sample context help=
https://wiki.beds24.com/index.php/Setting/sample
 
=All Special Pages=
https://wiki.beds24.com/index.php/Special:SpecialPages

Navigation menu